Skip to content

Instantly share code, notes, and snippets.

@akoluthic
Created June 9, 2014 00:50
Show Gist options
  • Save akoluthic/f9005a30618d2f080009 to your computer and use it in GitHub Desktop.
Save akoluthic/f9005a30618d2f080009 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Fernando L. Garcia Bermudez</string>
<key>name</key>
<string>Desert Night</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#333333</string>
<key>caret</key>
<string>#AD5C5C</string>
<key>foreground</key>
<string>#BEBEBE</string>
<key>lineHighlight</key>
<string>#404040</string>
<key>selection</key>
<string>#1A1A1A9C</string>
<key>gutterForeground</key>
<string>#555555</string>
<key>gutterBackground</key>
<string>#222222</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#87CEEB</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constants</string>
<key>scope</key>
<string>constant.numeric, constant.character, constant.other, support.constant, string, string.unquoted, string.quoted, punctuation.definition.string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DDA0A0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Language Keywords and Built-ins</string>
<key>scope</key>
<string>keyword, constant.language, support.constant.core</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8FBC8F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Language Control Keyword</string>
<key>scope</key>
<string>keyword.control, entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AD5C5C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operators</string>
<key>scope</key>
<string>keyword.operator</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#999292</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage Types</string>
<key>scope</key>
<string>storage.type, storage.modifier, support.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BDB76B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tags</string>
<key>scope</key>
<string>entity.name.tag, punctuation.definition.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#696969</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>#997676</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>#769976</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>#877699</string>
</dict>
</dict>
<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>#997676</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>#769976</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>#877699</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>#555555</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>#555555</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment