Skip to content

Instantly share code, notes, and snippets.

@juanpasolano
Created March 6, 2013 22:46
Show Gist options
  • Save juanpasolano/5103886 to your computer and use it in GitHub Desktop.
Save juanpasolano/5103886 to your computer and use it in GitHub Desktop.
brackets higlight for theme in sublime text
<!-- Brackets highligut -->
<dict>
<key>name</key>
<string>Bracket all</string>
<key>scope</key>
<string>bracket.all</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#ff0000</string>
<key>foreground</key>
<string>#FFF</string>
</dict>
</dict>
<!-- insert before </array> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment