Hello, this is my user settings:
“color_scheme”: “Packages/User/SublimeLinter/Espresso Soda (SL).tmTheme”,
“theme”: “Soda Light 3.sublime-theme”
So as you can see, I’m using soda theme with a custom espresso color scheme. I want to change the color of the comments, so I go to my espresso file, and in the following part:
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>comment, comment punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ADADAD</string>
</dict>
</dict>
So, in theory I should change #ADADAD with my preferred color. But is not working. Comments not change the color.