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.
|
feedback
|
|
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
Now, to access the information you want, open up the stylesheet
This is the background color that is used. To confirm:
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
gives me a aqua-greenish background:
You can then save this style notebook and reuse it if you wish. | |||||||||||||
feedback
|
|
Instead of using the menu
Which sets the stylesheet to the default one with the single modification to the inline cells. | |||
|
feedback
|

