Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jzntam/d572c21ea5fefd227a68c40dbc27d2e6 to your computer and use it in GitHub Desktop.
Save jzntam/d572c21ea5fefd227a68c40dbc27d2e6 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment