Instantly share code, notes, and snippets.
Created
September 18, 2012 05:41
-
Star
(3)
3
You must be signed in to star a gist -
Fork
(0)
0
You must be signed in to fork a gist
-
Save beholdr/3741466 to your computer and use it in GitHub Desktop.
Dark theme for PlainTasks for Sublime Text
This file contains 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
<?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>name</key> | |
<string>Notebook</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0C1021</string> | |
<key>caret</key> | |
<string>#FFFFFFA6</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
<key>invisibles</key> | |
<string>#FFFFFF40</string> | |
<key>lineHighlight</key> | |
<string>#FFFFFF0F</string> | |
<key>selection</key> | |
<string>#253B76</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>#949494</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>meta.tag.todo</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8DA6CE</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Notes</string> | |
<key>scope</key> | |
<string>notes.todo</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#858266</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta</string> | |
<key>scope</key> | |
<string>meta</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Done bullet</string> | |
<key>scope</key> | |
<string>punctuation.definition.bullet.completed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#416298</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pending bullet</string> | |
<key>scope</key> | |
<string>punctuation.definition.bullet.pending</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8DA6CE</string> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Done meta info</string> | |
<key>scope</key> | |
<string>meta.tag.todo.completed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#505667</string> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89B4F3</string> | |
<key>background</key> | |
<string>#21273D</string> | |
<key>fontStyle</key> | |
<string>bold underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Archive Separator</string> | |
<key>scope</key> | |
<string>meta.punctuation.archive.todo</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00000044</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.punctuation.separator.todo</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00000044</string> | |
</dict> | |
</dict> | |
<!-- ======================================== --> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFFF4D</string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E9D92BBF</string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9AFF42BF</string> | |
<key>foreground</key> | |
<string>#000000BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#65D8E6BF</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#65D8E6BF</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#6693525C</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>constant.character.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8FE6D3BF</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A69C86BF</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.type.class, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#1D368F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inherited class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#B1A68FBF</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#000000BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function, support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F9559B6E</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF1A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#BF363B</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Today</string> | |
<key>scope</key> | |
<string>string.other.tag.todo.today</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#093D77</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>FE674D9A-27B3-4A5A-84F7-1CC67BD29531</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great theme, I don't like so much the blue background, but it's up to me to create a new dark-gray theme.