In Matlab how can I make a function monochromatic orange (like the kind where it says "Ask Question" on the right side of the screen) ?
A:
Not suite sure if this what you mean, but
Click File -> Preferences then
Choosing the
Colorsoption on the left pane lets you set desktop and syntax highlighting colours.Choosing
Editor/Debugger->Displaylets you choose the colour of highlighted cells.
stackoverflow orange is R: 255, G: 153, B: 0 or H: 36, S: 100, V: 100.
Richie Cotton
2010-05-07 10:51:26