diff options
author | xero <x@xero.nu> | 2014-01-25 22:12:25 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-01-25 22:12:25 -0500 |
commit | d5de0e98129d1e558ef72e8680a3cce460959cc6 (patch) | |
tree | 2ae1ffc6cc6a7b2ee32e5daf8111cbba9051daf2 /.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme | |
parent | eb27b03744dda54146ef1de1d7461ed8f5475736 (diff) | |
download | dotfiles_ascii-d5de0e98129d1e558ef72e8680a3cce460959cc6.tar.xz dotfiles_ascii-d5de0e98129d1e558ef72e8680a3cce460959cc6.zip |
add sublime-text-2 blaque theme. adds a dark sidebar to the default theme
Diffstat (limited to '')
-rw-r--r-- | .config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme | 83 | ||||
-rw-r--r-- | .config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme.cache | bin | 0 -> 344 bytes |
2 files changed, 83 insertions, 0 deletions
diff --git a/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme b/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme new file mode 100644 index 0000000..bf87136 --- /dev/null +++ b/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme @@ -0,0 +1,83 @@ +<?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>name</key> + <string>Sublime Widgets</string> + <key>settings</key> + <array> + <dict> + <key>settings</key> + <dict> + <key>background</key> + <string>#E6E6E6</string> + <key>caret</key> + <string>#000000</string> + <key>foreground</key> + <string>#1D1D1C</string> + <key>invisibles</key> + <string>#BFBFBF</string> + <key>lineHighlight</key> + <string>#00000012</string> + <key>selection</key> + <string>#9ebccc</string> + <key>selectionBorder</key> + <string>#a9bbc</string> + <key>inactiveSelection</key> + <string>#a8afb3</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Comment</string> + <key>scope</key> + <string>comment</string> + <key>settings</key> + <dict> + <key>fontStyle</key> + <string>italic</string> + <key>foreground</key> + <string>#0066FF</string> + </dict> + </dict> + <dict> + <key>name</key> + <string>Keyword</string> + <key>scope</key> + <string>keyword, storage</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#4271AE</string> + </dict> + </dict> + <dict> + <key>scope</key> + <string>constant</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#2C473E</string> + </dict> + </dict> + <dict> + <key>scope</key> + <string>string</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#1D577D</string> + </dict> + </dict> + <dict> + <key>scope</key> + <string>constant.character.escape</string> + <key>settings</key> + <dict> + <key>foreground</key> + <string>#F5871F</string> + </dict> + </dict> + </array> +</dict> +</plist> diff --git a/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme.cache b/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme.cache Binary files differnew file mode 100644 index 0000000..f44c3f1 --- /dev/null +++ b/.config/sublime-text-2/Packages/theme-blaque/Widgets.stTheme.cache |