Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6733525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:46:46+00:00 2026-05-26T10:46:46+00:00

In Mathematica when your writing to a Text styled cell, if you create an

  • 0

In Mathematica when your writing to a Text styled cell, if you create an formatted equation, for example pressing “x ctrl_ a”, the background color changes while the equation is selected. Does anyone know what this equation format area is called, and specifically how to change the background color when the equation is selected.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:46:47+00:00Added an answer on May 26, 2026 at 10:46 am

    In general, if you press Cmd–Shift–E when you’re in the cell, it shows you the underlying low-level syntax that makes up the pretty formatting that you see. In my case, for x_a foo bar, where x_a is typeset as a subscript, it shows:

     Cell[TextData[{
     Cell[BoxData[
      FormBox[
       SubscriptBox["x", "a"], TraditionalForm]]],
     " foo bar "
    }], "Text",
     CellChangeTimes->{{3.528581300759695*^9, 3.5285813422683*^9}, {
      3.528581510346758*^9, 3.5285815118015013`*^9}}]
    

    Now, to access the information you want, open up the stylesheet Core.nb and look at Styles for Mathematica System-specific Elements > FormatType Styles > InlineCellEditing. Use the above key combination to see the underlying code, which shows:

    Cell[StyleData["InlineCellEditing"],
     StyleMenuListing->None,
     Background->RGBColor[0.964706, 0.929412, 0.839216]]
    

    This is the background color that is used. To confirm:

    Graphics[{RGBColor[0.964706, 0.929412, 0.839216], Disk[]}]
    

    enter image description here

    Yep! To change, you simply need to create your own stylesheet with an altered definition and use that as the default for the notebook.


    Example:

    To create a custom style definition for just this notebook, go to Format > Edit Stylesheet and in the new window that says Private style definitions for <filename.nb>, hit enter to start a new cell, use the key combo above and replace the text in there with the above (with RGB values changed to what you want) and then press the same combo to exit the CellExpression mode. So for example:

    Cell[StyleData["InlineCellEditing"],
     StyleMenuListing->None,
     Background->RGBColor[0.3, 0.9, 0.8]]
    

    gives me a aqua-greenish background:

    enter image description here

    You can then save this style notebook and reuse it if you wish.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I get Mathematica to export/save/write a text file with proper Fortan77 formatting,
Whenever I create a large Mathematica project I run into this problem: Preventing avalanche
Sometimes when I'm writing experimental code in Mathematica, I'm wary as to whether I
Mathematica's list of built-in formats is pretty extensive; however, JSON is not on that
In Mathematica I have a list: x = {1,2,3,3,4,5,5,6} How will I make a
If you have Mathematica code in foo.m, Mathematica can be invoked with -noprompt and
I have a 15-day trial of Mathematica and need to evaluate it, and see
The problem is that I want to output Mathematica compatible floating point numbers. The
Consider the following dialog with the command-line interface to the kernel: $ math Mathematica
I wonder if there exists way to work with large files in Mathematica ?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.