Skip to content

Instantly share code, notes, and snippets.

@alopatin
Created January 24, 2012 08:46
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 alopatin/9946de80c350dc177fdd to your computer and use it in GitHub Desktop.
Save alopatin/9946de80c350dc177fdd to your computer and use it in GitHub Desktop.
Mac Classic.tmTheme snippet relevant to http://sublimetext.userecho.com/topic/92445-/
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#0000CD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>User-defined constant</string>
<key>scope</key>
<string>constant</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#C5060B</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment