Skip to content

Instantly share code, notes, and snippets.

@jenbennings
Created February 23, 2015 21:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jenbennings/f4b5e732436810d460ff to your computer and use it in GitHub Desktop.
Save jenbennings/f4b5e732436810d460ff to your computer and use it in GitHub Desktop.
Spacegray Ocean
<?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>Gadzhi Kharkharov</string>
<key>comment</key>
<string>Spacegray</string>
<key>name</key>
<string>Spacegray</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#0F2026</string>
<key>caret</key>
<string>#c0c5ce</string>
<key>foreground</key>
<string>#c0c5ce</string>
<key>invisibles</key>
<string>#65737e</string>
<key>selection</key>
<string>#4f5b66</string>
<key>selectionBorder</key>
<string>#4f5b6600</string>
</dict>
</dict>
</array>
</dict>
</plist>
@WickyNilliams
Copy link

What do i do with this file? I can get it to be picked up if i modify widgets.sublime-settings for the default theme, but i'd rather not modify the default theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment