Skip to content

Instantly share code, notes, and snippets.

@notbrain
Created August 20, 2014 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save notbrain/058b263f145a1a0216c5 to your computer and use it in GitHub Desktop.
Save notbrain/058b263f145a1a0216c5 to your computer and use it in GitHub Desktop.
change brackethighlighter colors
{
"bracket_styles": {
"default": {
"icon": "dot",
// BH1's original default color for reference
// "color": "entity.name.class",
"color": "brackethighlighter.default",
"style": "highlight"
}
}
}
<!--appended to default to work with bh_core.sublime-settings brackethighlighter.default style-->
<dict>
<key>name</key>
<string>Bracket Tag</string>
<key>scope</key>
<string>brackethighlighter.default</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#351501</string>
<key>foreground</key>
<string>#D4F20D</string>
</dict>
</dict>
@notbrain
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment