Skip to content

Instantly share code, notes, and snippets.

@incompl
incompl / gist:2925304
Created June 13, 2012 17:08 — forked from buhrmi/gist:1344659
Sublime Text 2 Git Annotation Colors
<dict>
<key>name</key>
<string>Git Modified Line</string>
<key>scope</key>
<string>git.changes.x</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#212340</string>
</dict>