Skip to content

Instantly share code, notes, and snippets.

@bheklilr
Last active December 21, 2015 03:19
Show Gist options
  • Save bheklilr/6240955 to your computer and use it in GitHub Desktop.
Save bheklilr/6240955 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>Failcoder - Theme</string>
<key>name</key>
<string>Failcoder "failcoder.com"</string>
<key>semanticClass</key>
<string>theme.failcoder</string>
<key>gutterSettings</key>
<dict>
<key>background</key>
<string>#191919</string>
<key>divider</key>
<string>#393939</string>
<key>foreground</key>
<string>#b4b3a9</string>
<key>selectionBackground</key>
<string>#515151</string>
<key>selectionForeground</key>
<string>#a09f93</string>
</dict>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#292929</string>
<key>caret</key>
<string>#d3d0c8</string>
<key>foreground</key>
<string>#d3d3d3</string>
<key>invisibles</key>
<string>#747369</string>
<key>lineHighlight</key>
<string>#444444</string>
<key>selection</key>
<string>#515151</string>
</dict>
...
<!-- CSV Settings -->
<dict>
<key>name</key>
<string>CSV Commas</string>
<key>scope</key>
<string>punctuation.comma.csv</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#df9f2c</string>
</dict>
</dict>
...
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment