-
-
Save jiahut/3938680 to your computer and use it in GitHub Desktop.
Sublime Text 2 Git Annotation Colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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>#272852</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Git Added Line</string> | |
<key>scope</key> | |
<string>git.changes.+</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#275822</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Git Remove Line</string> | |
<key>scope</key> | |
<string>git.changes.-</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A72822</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment