Created
November 6, 2012 20:04
-
-
Save odyssomay/4027155 to your computer and use it in GitHub Desktop.
Better bracket highlighting for the SpaceCadet color scheme in sublime
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>settings</key> | |
<dict> | |
... | |
<!-- add: --> | |
<key>bracketsForeground</key> | |
<string>#FF0000</string> | |
<key>bracketsOptions</key> | |
<string>foreground</string> | |
<key>bracketContentsForeground</key> | |
<string>#FF0000</string> | |
<key>bracketContentsOptions</key> | |
<string>foreground</string> | |
<!-- end add --> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment