Created
December 14, 2013 09:49
-
-
Save lamchau/7957386 to your computer and use it in GitHub Desktop.
GitGutter styles for dark color schemes (extracted from Monokai Extended)
This file contains 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>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment