Created
May 2, 2012 19:44
-
-
Save tkh44/2579682 to your computer and use it in GitHub Desktop.
diff colors for themes
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>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
<key>background</key> | |
<string>#77aadd</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F55</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>#9F9</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>#F55</string> | |
</dict> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment