Last active
October 11, 2017 14:26
-
-
Save jakebathman/75452bbe125dd2b9e0efff8c49648351 to your computer and use it in GitHub Desktop.
Custom dark theme for Sublime Text 3
This file contains hidden or 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>Jake Bathman</string> | |
<key>name</key> | |
<string>IDLE-ish Dark</string> | |
<key>settings</key> | |
<array> | |
<!-- Start of settings --> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1D1D1D</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#F1F1F1</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#484848</string> | |
<key>selection</key> | |
<string>#444444</string> | |
</dict> | |
</dict> | |
<!-- End of settings --> | |
<!-- Start of general --> | |
<dict> | |
<key>name</key> | |
<string>Text base</string> | |
<key>scope</key> | |
<string>text</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DCDCDC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source base</string> | |
<key>scope</key> | |
<string>source</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DCDCDC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8A8988</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (Language)</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#81FFF5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FEFC5B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Digits</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4CEAF8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FCFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#13A0F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pre-processor Line</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#D0D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pre-processor Directive</string> | |
<key>scope</key> | |
<string>keyword.control.import</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<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> bold</string> | |
<key>foreground</key> | |
<string>#D93838</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>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Block comment</string> | |
<key>scope</key> | |
<string>source comment.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#545454</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7CD68E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String escapes</string> | |
<key>scope</key> | |
<string>string constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AAAAAA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String (executed)</string> | |
<key>scope</key> | |
<string>string.interpolated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#E7F58B</string> | |
<key>foreground</key> | |
<string>#0A0A0A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular expression</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ECF5A7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String (literal)</string> | |
<key>scope</key> | |
<string>string.literal</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BBF5A6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String escapes (executed)</string> | |
<key>scope</key> | |
<string>string.interpolated constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#555555</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>entity.name.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class inheritance</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string> underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FC5656</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>italic</string> | |
<key>foreground</key> | |
<string>#389AD9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag Bracket</string> | |
<key>scope</key> | |
<string>declaration.tag, meta.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#389AD9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FFC266</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object method call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FFC266</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class</string> | |
<key>scope</key> | |
<string>source.php meta.class.php</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string> bold</string> | |
<key>foreground</key> | |
<string>#FF66C7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Modifier</string> | |
<key>scope</key> | |
<string>storage.modifier.php, storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A971C7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support function (JS)</string> | |
<key>scope</key> | |
<string>source.js meta.function-call.method.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC266</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable (JS)</string> | |
<key>scope</key> | |
<string>variable.other.readwrite.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#13A0F2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Property</string> | |
<key>scope</key> | |
<string>source.php variable.other.property.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F57575</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Static function call</string> | |
<key>scope</key> | |
<string>source.php meta.function-call.static.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#389AD9</string> | |
<key>fontStyle</key> | |
<string> italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support class</string> | |
<key>scope</key> | |
<string>source.php support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF66C7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support namespace</string> | |
<key>scope</key> | |
<string>embedding.php text.html.basic meta.embedded.block.php source.php support.other.namespace.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<!-- End of general --> | |
<!-- Start of HighlightWords plugin colors --> | |
<dict> | |
<key>name</key> | |
<string>Flag line</string> | |
<key>scope</key> | |
<string>flagLine.line</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#000000</string> | |
<key>background</key> | |
<string>#FCFF10</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Flag debug/log</string> | |
<key>scope</key> | |
<string>flagLine.debug</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#63FFFF</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Flag xxxxx</string> | |
<key>scope</key> | |
<string>flagLine.placeholder</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C0DDFF</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Flag yyyyy</string> | |
<key>scope</key> | |
<string>flagLine.extra2</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#C0FFC6</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Flag zzzzz</string> | |
<key>scope</key> | |
<string>flagLine.extra1</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFC0C1</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Flag abcde</string> | |
<key>scope</key> | |
<string>flagLine.extra3</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFC0FD</string> | |
<key>foreground</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<!-- End of HighlightWords plugin colors --> | |
<!-- Start of diff syntax --> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5E96FE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F45E5E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#50FFA2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6DB74</string> | |
</dict> | |
</dict> | |
<!-- End of diff syntax --> | |
<!-- Start of SublimeLinter --> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D02000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Gutter Mark</string> | |
<key>scope</key> | |
<string>sublimelinter.gutter-mark</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DDB700</string> | |
</dict> | |
</dict> | |
<!-- End of SublimeLinter --> | |
<!-- Start of SQL --> | |
<dict> | |
<key>name</key> | |
<string>SQL Keyword</string> | |
<key>scope</key> | |
<string>source.sql keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF6262</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SQL Database Name</string> | |
<key>scope</key> | |
<string>source.sql constant.other.database-name, source.sql keyword.other.alias-name.sql</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#69E1EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SQL Table Name</string> | |
<key>scope</key> | |
<string>source.sql constant.other.table-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFD3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>source.sql string.quoted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#89F1CB</string> | |
</dict> | |
</dict> | |
<!-- End of SQL --> | |
<!-- Start of Blade formatting --> | |
<dict> | |
<key>name</key> | |
<string>Blade directive</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded.php entity.name.tag.block.any.html, punctuation.section.embedded.php constant.other.inline-data.html, punctuation.section.embedded.php entity.name.tag.block.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8CFCD3</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- End of Blade formatting --> | |
<!-- Start of Markdown special formatting --> | |
<dict> | |
<key>name</key> | |
<string>Sections</string> | |
<key>scope</key> | |
<string>entity.name.section,entity.name.section.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
<key>background</key> | |
<string>#5A5A5A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Tags</string> | |
<key>scope</key> | |
<string> , text.html.markdown meta.disable-markdown entity.name.tag, , text.html.markdown meta.disable-markdown meta.tag, , text.html.markdown meta.disable-markdown meta.tag punctuation.definition.tag, , text.html.markdown meta.disable-markdown meta.tag string.quoted meta.string-contents, , text.html.markdown meta.disable-markdown meta.tag string.quoted punctuation.definition.string, , text.html.markdown meta.disable-markdown meta.tag entity.other.attribute-name, , text.html.markdown meta.paragraph.markdown entity.name.tag, , text.html.markdown meta.paragraph.markdown meta.tag, , text.html.markdown meta.paragraph.markdown meta.tag punctuation.definition.tag, , text.html.markdown meta.paragraph.markdown meta.tag string.quoted meta.string-contents, , text.html.markdown meta.paragraph.markdown meta.tag string.quoted punctuation.definition.string, , text.html.markdown meta.paragraph.markdown meta.tag entity.other.attribute-name, , text.html.markdown markup.list entity.name.tag, , text.html.markdown markup.list meta.tag, , text.html.markdown markup.list meta.tag punctuation.definition.tag, , text.html.markdown markup.list meta.tag string.quoted meta.string-contents, , text.html.markdown markup.list meta.tag string.quoted punctuation.definition.string, , text.html.markdown markup.list meta.tag entity.other.attribute-name, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#555555</string> | |
<key>background</key> | |
<string>#131313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML: Attribute Names</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.disable-markdown meta.tag.block.any.html string.quoted.double.html, text.html.markdown meta.disable-markdown meta.tag.block.any.html string.quoted.double.html punctuation.definition</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#666666</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Emphasis</string> | |
<key>scope</key> | |
<string>markup.italic, markup.italic.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#888888</string> | |
<key>background</key> | |
<string>#171717</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Link</string> | |
<key>scope</key> | |
<string>string.other.link.title.markdown,string.other.link.description.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DCDBAC</string> | |
<key>background</key> | |
<string>#22222200</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.metadata.markdown,punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.constant.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown,punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.strikethrough.markdown, punctuation.definition.heading.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98FFF4</string> | |
<key>background</key> | |
<string>#11111100</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Lists</string> | |
<key>scope</key> | |
<string> , markup.list.unnumbered.markdown, , markup.list.unnumbered.markdown meta.paragraph.list.markdown, , markup.list.numbered.markdown, , markup.list.numbered.markdown meta.paragraph.list.markdown, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#999999</string> | |
<key>background</key> | |
<string>#11111100</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Output</string> | |
<key>scope</key> | |
<string>markup.output, markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#808080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Prompt</string> | |
<key>scope</key> | |
<string>markup.prompt</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#aaaaaa</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: StrongEmphasis</string> | |
<key>scope</key> | |
<string>markup.bold_italic, markup.bold_italic.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic</string> | |
<key>foreground</key> | |
<string>#aaaaaa</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Strong</string> | |
<key>scope</key> | |
<string>markup.bold, markup.bold.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#aaaaaa</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Strikethrough</string> | |
<key>scope</key> | |
<string> , markup.strikethrough, , markup.strikethrough.markdown, , markup.strikethrough constant.other.reference.link.markdown, , markup.strikethrough entity.name.tag, , markup.strikethrough markup.bold, , markup.strikethrough markup.bold.markdown, , markup.strikethrough markup.italic, , markup.strikethrough markup.italic.markdown, , markup.strikethrough markup.raw.inline.markdown, , markup.strikethrough markup.underline.link.image.markdown, , markup.strikethrough markup.underline.link.markdown, , markup.strikethrough meta.link.inet.markdown markup.underline.link.markdown, , markup.strikethrough meta.link.email.lt-gt.markdown markup.underline.link.markdown, , markup.strikethrough punctuation.definition.bold.markdown, , markup.strikethrough punctuation.definition.italic.markdown, , markup.strikethrough punctuation.definition.constant.begin.markdown, , markup.strikethrough punctuation.definition.constant.end.markdown, , markup.strikethrough punctuation.definition.constant.markdown, , markup.strikethrough punctuation.definition.metadata.markdown, , markup.strikethrough punctuation.definition.raw.markdown, , markup.strikethrough punctuation.definition.strikethrough.markdown, , markup.strikethrough punctuation.definition.string.begin.markdown, , markup.strikethrough punctuation.definition.string.end.markdown, , markup.strikethrough punctuation.definition.tag.begin.html, , markup.strikethrough punctuation.definition.tag.end.html, , markup.strikethrough string.other.link.description.markdown, , markup.strikethrough string.other.link.description.title.markdown, , markup.strikethrough string.other.link.title.markdown, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#313131</string> | |
<key>background</key> | |
<string>#131313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Strikethrough (Keyboard Shortcut)</string> | |
<key>scope</key> | |
<string> , markup.strikethrough markup.kbd.content, , markup.strikethrough markup.kbd.content.markdown, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#484848</string> | |
<key>background</key> | |
<string>#222222</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Keyboard Shortcut</string> | |
<key>scope</key> | |
<string>markup.kbd.content.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2C2C2C</string> | |
<key>foreground</key> | |
<string>#ECECEC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Traceback</string> | |
<key>scope</key> | |
<string>markup.traceback</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#06cdcd</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Underline</string> | |
<key>scope</key> | |
<string>markup.underline,markup.underline.link.markdown,constant.other.reference.link.markdown,meta.image.reference.markdown,meta.image.inline.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#171717</string> | |
<key>foreground</key> | |
<string>#D6D6D6</string> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Plain Link</string> | |
<key>scope</key> | |
<string> , meta.link.inet.markdown markup.underline.link.markdown, , meta.link.email.lt-gt.markdown markup.underline.link.markdown, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#bbbb77</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown Meta</string> | |
<key>scope</key> | |
<string>meta.header.multimarkdown,keyword.other.multimarkdown,string.unquoted.multimarkdown,punctuation.separator.key-value.multimarkdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#222222</string> | |
<key>foreground</key> | |
<string>#444444</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown separator</string> | |
<key>scope</key> | |
<string>meta.separator.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#44444422</string> | |
<key>foreground</key> | |
<string>#555555</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote</string> | |
<key>scope</key> | |
<string>markup.quote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#666666</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote (Tags)</string> | |
<key>scope</key> | |
<string> , text.html.markdown markup.quote.markdown entity.name.tag, , text.html.markdown markup.quote.markdown meta.tag, , text.html.markdown markup.quote.markdown meta.tag punctuation.definition.tag, , text.html.markdown markup.quote.markdown meta.tag string.quoted meta.string-contents, , text.html.markdown markup.quote.markdown meta.tag string.quoted punctuation.definition.string, , text.html.markdown markup.quote.markdown meta.tag entity.other.attribute-name, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#313131</string> | |
<key>background</key> | |
<string>#131313</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote (Keyboard Shortcut)</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.quote.markdown markup.kbd.content.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1a1a1a</string> | |
<key>foreground</key> | |
<string>#8e8e8e</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote (Bold)</string> | |
<key>scope</key> | |
<string> , text.html.markdown markup.quote.markdown markup.bold, , text.html.markdown markup.quote.markdown markup.bold.markdown, </string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#666666</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Blockquote punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.blockquote.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#3E3E3E</string> | |
<key>foreground</key> | |
<string>#3E3E3E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Block code</string> | |
<key>scope</key> | |
<string>markup.raw.block.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#212121</string> | |
<key>foreground</key> | |
<string>#CACACA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inline code</string> | |
<key>scope</key> | |
<string>markup.raw.inline.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2F3538</string> | |
<key>foreground</key> | |
<string>#CACACA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strikethrough text</string> | |
<key>scope</key> | |
<string>meta.paragraph.markdown markup.strikethrough.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#4C4C4C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>List punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.list_item.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#83FFF2</string> | |
</dict> | |
</dict> | |
<!-- End of Markdown special formatting --> | |
<!-- End of Nginx access.log special formatting --> | |
<dict> | |
<key>name</key> | |
<string>remote_addr</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log remote_addr</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF4D4D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>spacer</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log spacer</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#aaaaaa</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>remote_user</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log remote_user</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA64D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>time_local</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log time_local</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFF4D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>request_type</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log request_type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6FF4D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>request</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log request</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4DFFA6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>request_result</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log request_result</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4DFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>status</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log status</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4DA6FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>body_bytes_sent</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log body_bytes_sent</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8C75FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>http_referer</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log http_referer</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D889FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>http_user_agent</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log http_user_agent</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF89EB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>http_x_forwarded_for</string> | |
<key>scope</key> | |
<string>text.nginx meta.nginx.log http_x_forwarded_for</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF89B0</string> | |
</dict> | |
</dict> | |
<!-- End of Nginx access.log special formatting --> | |
</array> | |
<key>uuid</key> | |
<string>107F019C-6EA6-4E86-9EE7-6921EA74B737</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>semanticClass</key> | |
<string>theme.dark.idle_ish_dark</string> | |
<key>comment</key> | |
<string>Adapted from Friendship Bracelet by David Heinemeier Hansson</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment