Yes, I changing the syntax to plain text. If you want to change the plain text syntax color, you need to open your syntax theme and find the scope text.plain
or just text
and change its color. If there is any, just add this to your syntax theme, between the other dict
's:
<dict>
<key>name</key>
<string>Embedded source</string>
<key>scope</key>
<string>text.plain</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FAFAFA</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
And change the background color and foreground color as you like. See:
- http://docs.sublimetext.info/en/latest/reference/color_schemes.html?highlight=theme
- Resources and Bug Tracking
For more info about themes and etc.