<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Howdy,<div><br></div><div>Searching for `syntax coloring' (without the quotes) in TeXShop's Help Panel gives the following:</div><div><br></div><div>********</div><div>When syntax coloring turned on in the source window, comments will be colored red, commands will be colored blue, and the symbols $, {, and } will be colored dark green. A few users may wish to change these colors. Each color is determined by setting its red, green, and blue components; these components are real numbers between 0.0 and 1.0. Suppose we wish to change the color of $, {, and } to bright green, a color with components (r, g, b) = (0.0, 1.0, 0.0). To do so, open the Terminal window and type the following commands<br><br>defaults write TeXShop markerred 0.0<br>defaults write TeXShop markergreen 1.0<br>defaults write TeXShop markerblue 0.0</div><div><br>The corresponding preference items for comments are commentred, commentgreen, commentblue; the items for commands are commandred, commandgreen, commandblue.<br><div apple-content-edited="true">********</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">So you can customize the colors for syntax colors. It turns out you can do a similar thing with the color of the `\index{text}' command when the IndexColor checkbox is installed on the Source toolbar and checked. The variables are indexred, indexgreen and indexblue.</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">As an example I'll use the colorizing I prefer since I find the default colors a bit too bright and jarring to my eyes. I enclose a screen shot with examples from my color set. </div><div apple-content-edited="true"><br></div><div apple-content-edited="true"><img id="409a8028-352f-4aec-adc8-634fdfa484bc" height="105" width="277" apple-width="yes" apple-height="yes" src="cid:F75AB8D8-2973-41A4-B52E-416A853C6DBF@wowway.com"></div><div apple-content-edited="true"><br></div><div apple-content-edited="true">Notice that I prefer a light gray for comments since it makes them recede into the background a bit and deeper colors for commands and delimiters. Finally, I've used an even lighter gray for \index commands, when ColorIndex is turned on, to make it recede even further into the background and is still readable.</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">And here are my settings:</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">For commands:</div><div apple-content-edited="true">commandblue    0.8</div><div apple-content-edited="true">commandgreen   0.0</div><div apple-content-edited="true">commandred     0.0</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">For comments:</div><div apple-content-edited="true">commentblue    0.5</div><div apple-content-edited="true">commentgreen   0.5<br>commentred     0.5</div><div apple-content-edited="true"><br></div><div apple-content-edited="true">For delimiters:</div><div apple-content-edited="true">markerblue     0.13<br>markergreen    0.53<br></div><div apple-content-edited="true">markerred      0.02<br></div><div apple-content-edited="true"><br></div><div apple-content-edited="true">For colored index commands:</div><div apple-content-edited="true">indexblue      0.8</div>indexgreen     0.8<br>indexred       0.8</div><div><br></div><div>Before applying these close TeXShop and save your original TeXShop.plist file, which contains TeXShop's Preferences, so you can return to your previous settings if things go wrong. That file is in ~/Library/Preferences. NOTE: ~/Library is the Library folder in your HOME folder --- NOT the /Library folder at the root of your Hard Drive. NOTE2: under OS X 10.7 and 10.8 (and I assume 10.9 too) ~/Library is hidden by default in Finder; to open ~/Library hold the Opt key down while you clock on the Go menu in Finder and an new item to open ~/Library will appear.</div><div><br><div apple-content-edited="true">Good Luck,<br><br>Herb Schulz<br>(herbs at wideopenwest dot com)<br><br><br></div><br></div></body></html>