- Open the "Packages" folder
- Save the theme under the folder PlainTasks/ with the name "tasks-monokai.hidden-tmTheme"
- Open the user settings for the package PlainTasks
- Update the "color-scheme" property (see the file attached below) to match the saved filename
Instantly share code, notes, and snippets.
Last active
March 18, 2016 16:23
-
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 mauriciopoppe/8366308 to your computer and use it in GitHub Desktop.
Dark theme for Sublime's Plain Task
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
Show hidden characters
{ | |
"color_scheme": "Packages/PlainTasks/tasks-monokai.hidden-tmTheme" | |
} |
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>#272822</string> | |
<!-- <string>#efe9b7</string> --> | |
<key>caret</key> | |
<!-- <string>#000000</string> --> | |
<string>#F7DC86FF</string> | |
<key>foreground</key> | |
<!-- <string>#00000050</string> --> | |
<string>#F7DC8688</string> | |
<key>invisibles</key> | |
<string>#00000040</string> | |
<key>lineHighlight</key> | |
<string>#F5EDD311</string> | |
<key>selection</key> | |
<!-- <string>#00000029</string> --> | |
<string>#F5EDD333</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>#00000090</string> --> | |
<!-- <string>#F7DC8688</string> --> | |
<string>#68654F</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>#bc644a</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>#00723e</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>#F7DC8688</string> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Cancelled bullet</string> | |
<key>scope</key> | |
<string>punctuation.definition.bullet.cancelled</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b60101</string> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Cancelled task</string> | |
<key>scope</key> | |
<string>meta.item.todo.cancelled</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#68654F</string> | |
<key>fontStyle</key> | |
<string>italic</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>#00000050</string> --> | |
<string>#F7DC8688</string> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Cancel meta info</string> | |
<key>scope</key> | |
<string>meta.tag.todo.cancelled</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<!-- <string>#00000050</string> --> | |
<string>#F7DC8688</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>#bc644a</string> | |
<!-- <key>background</key> --> | |
<!-- <string>#00000010</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>#EADD4E</string> | |
<key>foreground</key> | |
<string>#000000</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