Created
July 27, 2012 20:39
-
-
Save renz45/3190375 to your computer and use it in GitHub Desktop.
Change the color of sublime text trailing spaces. Requires trailing spaces extension.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"trailing_spaces_highlight_color": "invalid.illegal" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment