Skip to content

Instantly share code, notes, and snippets.

@odyssomay
Created November 6, 2012 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odyssomay/4027155 to your computer and use it in GitHub Desktop.
Save odyssomay/4027155 to your computer and use it in GitHub Desktop.
Better bracket highlighting for the SpaceCadet color scheme in sublime
<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