Skip to content

Instantly share code, notes, and snippets.

@renz45
Created July 27, 2012 20:39
Show Gist options
  • Save renz45/3190375 to your computer and use it in GitHub Desktop.
Save renz45/3190375 to your computer and use it in GitHub Desktop.
Change the color of sublime text trailing spaces. Requires trailing spaces extension.
<dict>
<key>name</key>
<string>Invalid - Illegal</string>
<key>scope</key>
<string>invalid.illegal</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#333333</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#F9F2CE</string>
</dict>
</dict>
{
"trailing_spaces_highlight_color": "invalid.illegal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment