Last active
September 9, 2015 08:29
-
-
Save AlexVKO/c54714bf26fbb961b2bb to your computer and use it in GitHub Desktop.
Another custom theme, focused on readability
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>author</key> | |
<string>Chris Kempson (http://chriskempson.com)</string> | |
<key>name</key> | |
<string>Base16 Eighties Dark</string> | |
<key>semanticClass</key> | |
<string>base16.eighties.dark</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>divider</key> | |
<string>#393939</string> | |
<key>foreground</key> | |
<string>#747369</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>#2d2d2d</string> | |
<key>caret</key> | |
<string>#77F458</string> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
<key>invisibles</key> | |
<string>#747369</string> | |
<key>lineHighlight</key> | |
<string>#8A8A8A2B</string> | |
<key>selection</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text</string> | |
<key>scope</key> | |
<string>variable.parameter.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#747369</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML Comments punctuation</string> | |
<key>scope</key> | |
<string>text.html.basic comment punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>background</key> | |
<string>#000000</string> --> | |
<key>foreground</key> | |
<string>#FFCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML Comments text</string> | |
<key>scope</key> | |
<string>text.html.basic comment</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>background</key> | |
<string>#000000</string> --> | |
<key>foreground</key> | |
<string>#FFCC66A6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Delimiters</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keywords</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variables</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Functions</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.require, support.function.any-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>support.class, entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffcc66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>meta.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2f0ec</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Methods</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strings, Inherited Class</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Integers</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floats</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Boolean</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constants</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F2777AC9</string> | |
<!-- <string>#F99157A1</string> --> | |
<!-- <string>#f99157</string> --> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Selector</string> | |
<key>scope</key> | |
<string>meta.selector</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Values</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Headings</string> | |
<key>scope</key> | |
<string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string></string> --> | |
<key>foreground</key> | |
<string>#6699cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>markup.bold, punctuation.definition.bold</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<string>#ffcc66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>markup.italic, punctuation.definition.italic</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>italic</string> --> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Text</string> | |
<key>scope</key> | |
<string>string.other.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Url</string> | |
<key>scope</key> | |
<string>meta.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lists</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f99157</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#515151</string> | |
<key>foreground</key> | |
<string>#d3d0c8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted, markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#99cc99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted, markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#f2777a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed, markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cc99cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ignored</string> | |
<key>scope</key> | |
<string>markup.ignored, markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Untracked</string> | |
<key>scope</key> | |
<string>markup.untracked, markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#515151</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66cccc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded, variable.interpolation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d27b53</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2777a</string> | |
<key>foreground</key> | |
<string>#2d2d2d</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Brackets js</string> | |
<key>scope</key> | |
<string>source.js meta.brace.curly.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6699CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag bind attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.bind</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>underline</string> --> | |
<key>foreground</key> | |
<string>#55FA84</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag ng attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.ng</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<string>#6699CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag ui attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.ui</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<string>#6699CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>string Html</string> | |
<key>scope</key> | |
<string>text.html.basic meta.tag.inline.any.html string.quoted.double.html, text.html.basic meta.tag.block.any.html string.quoted.double.html, text.html.basic meta.tag.any.html string.quoted.double.html</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<!-- <string>#D3D0C8B8</string> --> | |
<string>#FFFFFF59</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>string Html</string> | |
<key>scope</key> | |
<string>text.html.basic meta.tag.inline.any.html string.quoted.single.html</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<string>#D3D0C8B8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>html ponctuation</string> | |
<key>scope</key> | |
<string>text.html.basic meta.tag.inline.any.html punctuation.definition.tag.end.html, text.html.basic meta.tag.inline.any.html punctuation.definition.tag.begin.html, text.html.basic meta.tag.block.any.html punctuation.definition.tag.begin.html, text.html.basic meta.tag.block.any.html punctuation.definition.tag.end.html, text.html.basic meta.tag.any.html punctuation.definition.tag.end.html, text.html.basic meta.tag.any.html punctuation.definition.tag.begin.html , text.html.basic meta.tag.inline.any.html, text.html.basic meta.tag.block.any.html, text.html.basic meta.tag.other.html string.quoted.double.html</string> | |
<key>settings</key> | |
<dict> | |
<!-- <key>fontStyle</key> | |
<string>bold</string> --> | |
<key>foreground</key> | |
<string>#FFFFFF59</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Brackets html</string> | |
<key>scope</key> | |
<string>text.html.angular.expression</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#55FA84</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>string Single Quotes</string> | |
<key>scope</key> | |
<string>text.html.basic string.quoted.single.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#989898</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>36594751-36ac-443a-9f2f-111b815085cf</string> | |
</dict> | |
</plist> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment