Skip to content

Instantly share code, notes, and snippets.

@IrakliJani
Created December 30, 2012 14:23
Show Gist options
  • Save IrakliJani/4413023 to your computer and use it in GitHub Desktop.
Save IrakliJani/4413023 to your computer and use it in GitHub Desktop.
RailsCasts colors for GitGutter in Sublime Text
<dict>
<key>name</key>
<string>diff.deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DA4939</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A5C261</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E8BF6A</string>
</dict>
</dict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment