Sublime Forum

Comment color

#1

I noticed all syntax coloring for comments is green.

How can I change this to gray across all language syntaxes?

0 Likes

#2

edit your tmTheme

<dict> <key>name</key> <string>Comment</string> <key>scope</key> <string>comment</string> <key>settings</key> <dict> <key>fontStyle</key> <string></string> <key>foreground</key> <string>#878787</string> </dict> </dict>

0 Likes

#3

Where is the tmtheme file?

0 Likes

#4

The default themes are in Packages/Color Scheme - Default.

0 Likes