From 4e566ac6043ec0ecc49760334cc2538b526698be Mon Sep 17 00:00:00 2001 From: Philip Daniels Date: Wed, 28 Feb 2018 21:15:25 +0000 Subject: [PATCH] Add a bunch of themes, light and dark. --- sublime_themes/agola-dark.tmTheme | 1194 +++++++++++++++++++++ sublime_themes/all.themedump | Bin 11286 -> 19116 bytes sublime_themes/ascetic-white.tmTheme | 159 +++ sublime_themes/axar.tmTheme | 692 ++++++++++++ sublime_themes/bbedit.tmTheme | 445 ++++++++ sublime_themes/boron.tmTheme | 224 ++++ sublime_themes/charcoal.tmTheme | 330 ++++++ sublime_themes/cheerfully-light.tmTheme | 527 +++++++++ sublime_themes/classic-modified.tmTheme | 477 ++++++++ sublime_themes/demain.tmTheme | 388 +++++++ sublime_themes/dimmed-fluid.tmTheme | 238 ++++ sublime_themes/gray-matter-dark.tmTheme | 420 ++++++++ sublime_themes/idle.tmTheme | 250 +++++ sublime_themes/ir-white.tmTheme | 802 ++++++++++++++ sublime_themes/subway-madrid.tmTheme | 505 +++++++++ sublime_themes/subway-moscow.tmTheme | 505 +++++++++ sublime_themes/visual-studio-dark.tmTheme | 720 +++++++++++++ 17 files changed, 7876 insertions(+) create mode 100644 sublime_themes/agola-dark.tmTheme create mode 100644 sublime_themes/ascetic-white.tmTheme create mode 100644 sublime_themes/axar.tmTheme create mode 100644 sublime_themes/bbedit.tmTheme create mode 100644 sublime_themes/boron.tmTheme create mode 100644 sublime_themes/charcoal.tmTheme create mode 100644 sublime_themes/cheerfully-light.tmTheme create mode 100644 sublime_themes/classic-modified.tmTheme create mode 100644 sublime_themes/demain.tmTheme create mode 100644 sublime_themes/dimmed-fluid.tmTheme create mode 100644 sublime_themes/gray-matter-dark.tmTheme create mode 100644 sublime_themes/idle.tmTheme create mode 100644 sublime_themes/ir-white.tmTheme create mode 100644 sublime_themes/subway-madrid.tmTheme create mode 100644 sublime_themes/subway-moscow.tmTheme create mode 100644 sublime_themes/visual-studio-dark.tmTheme diff --git a/sublime_themes/agola-dark.tmTheme b/sublime_themes/agola-dark.tmTheme new file mode 100644 index 0000000..2d3d2d5 --- /dev/null +++ b/sublime_themes/agola-dark.tmTheme @@ -0,0 +1,1194 @@ + + + + + + + + + name + Agola Dark + settings + + + settings + + background + #31333D + caret + #F8F8F0 + foreground + #FFFFFFC4 + invisibles + #31333D + lineHighlight + #3F4152 + selection + #535566 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #707180 + + + + name + String + scope + string + settings + + foreground + #FFFFFFC4 + + + + name + Quoted String + scope + string.quoted.double, string.quoted.single + settings + + fontStyle + + foreground + #FFFFFFC4 + + + + name + JSON : Quoted String + scope + meta.structure.dictionary.value.json + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + JSON : Quoted String + scope + punctuation.separator.dictionary.key-value.json + settings + + fontStyle + bold + foreground + #DB7C6D + + + + name + JSON : Quoted String + scope + string.quoted.double.json + settings + + fontStyle + + foreground + #ffffff + + + + name + JSON : Quoted String + scope + meta.structure.dictionary.json string.quoted.double.json + settings + + fontStyle + bold + foreground + #A2BA43 + + + + name + JSON : Quoted String + scope + meta.structure.dictionary.value.json string.quoted.double.json + settings + + fontStyle + + foreground + #ffffff + + + + name + Punctuation + scope + punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + HTML : Punctuation + scope + punctuation.definition.tag.html + settings + + fontStyle + bold + foreground + #fff + + + + name + JS : Block Punctuation + scope + punctuation.section.block.js + settings + + fontStyle + bold + foreground + #fff + + + + name + JS : Block Punctuation + scope + punctuation.section.group.js + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + PHP : Block Punctuation + scope + punctuation.section.block.begin.php, punctuation.section.block.end.php + settings + + fontStyle + bold + foreground + #fff + + + + name + JSON : Block Punctuation + scope + punctuation.section.dictionary.begin.json, punctuation.section.dictionary.end.json + settings + + fontStyle + bold + foreground + #fff + + + + name + SCSS : Block Punctuation + scope + source.scss + settings + + fontStyle + bold + foreground + #fff + + + + name + Number + scope + constant.numeric + settings + + foreground + #DB7C6D + + + + name + Built-in constant + scope + constant.language + settings + + fontStyle + normal + foreground + #FFFFFF + + + + name + JSON : Built-in constant + scope + constant.language.json + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + fontStyle + bold + foreground + #A2BA43 + + + + name + CSS : User-defined constant + scope + constant.other.color.rgb-value.css + settings + + fontStyle + normal + foreground + #ffffff + + + + name + Variable + scope + variable + settings + + fontStyle + bold + foreground + #A3CBE3 + + + + name + SASS : Variable + scope + variable.sass + settings + + fontStyle + normal + foreground + #A3CBE3 + + + + name + PHP : Variable + scope + variable.other.member.php + settings + + fontStyle + normal + foreground + #A3CBE3 + + + + name + Ruby : Variable + scope + variable.other.readwrite.instance.ruby + settings + + fontStyle + + foreground + #DBBB3D + + + + name + LESS : Variable + scope + variable.other.less + settings + + fontStyle + + foreground + #A2BA43 + + + + name + JS : Variable + scope + variable.language.this.js + settings + + fontStyle + + foreground + #DBBB3D + + + + name + JS : Variable + scope + variable.function.js + settings + + fontStyle + + foreground + #A2BA43 + + + + name + PHP : Variable + scope + variable.function.php + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + PHP : Property Variable + scope + variable.other.property.php + settings + + fontStyle + + foreground + #A2BA43 + + + + name + PHP : Language Variable + scope + variable.language.php + settings + + fontStyle + + foreground + #FFFFFFC4 + + + + name + PHP : Variable + scope + variable.other.php + settings + + fontStyle + + foreground + #FFFFFF + + + + name + PHP : Punctuation Variable + scope + punctuation.definition.variable.php + settings + + fontStyle + + foreground + #A2BA43 + + + + name + HTML : Tag Begin + scope + punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + Keyword + scope + keyword + settings + + foreground + #DB7C6D + + + + name + JS : Keyword Operator Aritmetic + scope + keyword.operator.arithmetic.js + settings + + foreground + #ffffff + + + + name + CSS : Keyword Other + scope + keyword.other.unit.css + settings + + foreground + #ffffff + + + + name + CSS : Keyword Control + scope + keyword.control.at-rule.css + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + CSS : Punctuation + scope + punctuation.definition.keyword.css + settings + + fontStyle + + foreground + #ffffff + + + + name + JS : Keyword Operator + scope + keyword.operator.new.js + settings + + fontStyle + bold + foreground + #DB7C6D + + + + name + JS : Keyword Control + scope + keyword.control.import-export.js + settings + + fontStyle + italic + foreground + #DB7C6D + + + + name + PHP : Keyword + scope + keyword.control.php + settings + + fontStyle + + foreground + #DBBB3D + + + + name + PHP : Keyword Use + scope + keyword.other.use.php + settings + + fontStyle + bold + foreground + #DB7C6D + + + + name + PHP : Keyword Namespace + scope + keyword.other.namespace.php + settings + + fontStyle + + foreground + #DBBB3D + + + + name + PHP : Keyword Phpdoc + scope + keyword.other.phpdoc.php + settings + + fontStyle + + foreground + #9fa1b5 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #DBBB3D + + + + name + PHP : Storage Modifier + scope + storage.modifier.php + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + PHP : Storage Modifier Extends + scope + storage.modifier.extends.php + settings + + fontStyle + italic + foreground + #FFFFFFC4 + + + + name + PHP : Storage Modifier Implements + scope + storage.modifier.implements.php + settings + + fontStyle + italic + foreground + #FFFFFFC4 + + + + name + Storage type + scope + storage.type + settings + + foreground + #A3CBE3 + + + + name + JS : Storage type + scope + storage.type.js + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + JS : Storage Function + scope + storage.type.function.js + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + JS : Storage type arrow + scope + storage.type.function.arrow.js + settings + + fontStyle + normal + foreground + #DBBB3D + + + + name + PHP : Storage Class + scope + storage.type.class.php + settings + + fontStyle + + foreground + #ffffff + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #A3CBE3 + + + + name + PHP : Inherited class + scope + entity.other.inherited-class.php + settings + + fontStyle + bold + foreground + #A2BA43 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #A2BA43 + + + + name + PHP : Function name + scope + entity.name.function.php + settings + + fontStyle + bold + foreground + #E8A64B + + + + name + PHP : Meta Block + scope + meta.block.php + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + JS : Meta Block + scope + meta.block.js + settings + + fontStyle + + foreground + #DBBB3D + + + + name + JS : Meta Block + scope + meta.object-literal.key.js + settings + + fontStyle + normal + foreground + #DBBB3D + + + + name + JS : Propery Object + scope + meta.property.object.js + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + PHP : Meta Block + scope + meta.use.php + settings + + fontStyle + bold + foreground + #A2BA43 + + + + name + PHP : Namespace + scope + entity.name.namespace.php + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + PHP : Meta Block + scope + support.other.namespace.php + settings + + fontStyle + + foreground + #FFFFFFC4 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + normal + foreground + #FFFFFF + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + normal + foreground + #DB7C6D + + + + name + Blade : Punctuation Begin + scope + punctuation.section.embedded.begin.blade, punctuation.section.embedded.end.blade + settings + + fontStyle + bold + foreground + #DB7C6D + + + + name + Blade : Punctuation End + scope + punctuation.section.embedded.ignore.begin.blade, punctuation.section.embedded.ignore.end.blade + settings + + fontStyle + bold + foreground + #A3CBE3 + + + + name + XML : Tag name + scope + entity.name.tag.localname.xml + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + HTML : Tag name + scope + entity.name.tag.inline.a.html, entity.name.tag.inline.any.html, entity.name.tag.block.any.html + settings + + fontStyle + + foreground + #ffffff + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #E8A64B + + + + name + HTML : Tag attribute + scope + text.html.basic meta.tag.inline.a.html + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #DB7C6D + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #DB7C6D + + + + name + CSS : Library constant + scope + support.constant.property-value.css + settings + + fontStyle + + foreground + #A2BA43 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + normal + foreground + #E7E7E7 + + + + name + PHP : Library class/type + scope + support.class.php + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + Invalid + scope + invalid + settings + + background + #CC1919 + fontStyle + + foreground + #FFFFFF + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #965CFA + foreground + #FFFFFF + + + + name + Ruby : Keyword + scope + keyword.control.pseudo-method.ruby + settings + + fontStyle + + foreground + #c9ac38 + + + + name + Ruby : Punctuation + scope + punctuation.definition.variable.ruby + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + Ruby : Punctuation + scope + punctuation.separator.key-value + settings + + fontStyle + bold + foreground + #DB7C6D + + + + name + Ruby : Library class/type + scope + support.class.ruby + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + Ruby : User-defined constant + scope + constant.other.symbol.ruby + settings + + fontStyle + + foreground + #A3CBE3 + + + + name + Ruby : Class name + scope + entity.name.type.class.ruby + settings + + fontStyle + bold + foreground + #DBBB3D + + + + name + SublimeLinter Gutter Mark + scope + sublimelinter.gutter-mark + settings + + foreground + #FFFFFF + + + + name + SublimeLinter Warning + scope + sublimelinter.mark.warning + settings + + foreground + #DDB700 + + + + name + SublimeLinter Error + scope + sublimelinter.mark.error + settings + + foreground + #D02000 + + + + uuid + D8D5E82E-3D5B-46B5-B38E-8C841C21347D + colorSpaceName + sRGB + semanticClass + theme.dark.agola_dark + author + Fatih Kececi + comment + Dark color scheme for text editors + + \ No newline at end of file diff --git a/sublime_themes/all.themedump b/sublime_themes/all.themedump index 0e1ce7f4a991e5ff1a9a445c5eb064cbe494d3f0..8af233c25c3ee2fd81f4c4d214ef5da77d31b307 100644 GIT binary patch literal 19116 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 MxkTju57n`6!kO?d3;+NC diff --git a/sublime_themes/ascetic-white.tmTheme b/sublime_themes/ascetic-white.tmTheme new file mode 100644 index 0000000..ff7bb47 --- /dev/null +++ b/sublime_themes/ascetic-white.tmTheme @@ -0,0 +1,159 @@ + + + + + + + + + name + Ascetic White + settings + + + settings + + background + #FFFFFF + caret + #202020 + foreground + #202020 + invisibles + #D0D0D0 + lineHighlight + #D0D0D0 + selection + #C0C0C0 + findHighlight + #FFE792 + findHighlightForeground + #000000 + selectionBorder + #CCCCCC + activeGuide + #9D550FB0 + gutterForeground + #303030 + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #BBBBBB + + + + name + String + scope + string + settings + + foreground + #707070 + + + + name + Number + scope + constant.numeric + settings + + foreground + #707070 + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + foreground + #707070 + + + + name + diff.deleted + scope + markup.deleted + settings + + background + #FF8888 + foreground + + + + + name + diff.inserted + scope + markup.inserted + settings + + background + #99CC99 + foreground + + + + + name + diff.changed + scope + markup.changed + settings + + foreground + #E6DB74 + + + + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #202020 + + + + scope + entity.name.filename.find-in-files + settings + + foreground + #707070 + + + + uuid + F01C6DC0-0977-11E3-8FFD-0800200C9A66 + colorSpaceName + sRGB + semanticClass + theme.light.ascetic_white + + \ No newline at end of file diff --git a/sublime_themes/axar.tmTheme b/sublime_themes/axar.tmTheme new file mode 100644 index 0000000..03547d3 --- /dev/null +++ b/sublime_themes/axar.tmTheme @@ -0,0 +1,692 @@ + + + + + + + + + name + Axar + settings + + + settings + + background + #191919 + caret + #FFFFFF + foreground + #FFFFFF + invisibles + #404040 + lineHighlight + #FFFFFF0D + selection + #FFFFFF26 + + + + name + Text base + scope + text + settings + + foreground + #ffffff + + + + name + Source base + scope + source + settings + + fontStyle + + foreground + #CCCCCC + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #616161 + background + #171717 + + + + name + PHP Variable + scope + variable.other.php + settings + + foreground + #5697B8 + + + + name + Language Constant + scope + constant.language + settings + + fontStyle + + foreground + #80D500 + + + + name + Keyword + scope + keyword, keyword.operator.logical + settings + + fontStyle + + foreground + #ffffff + + + + name + Operators + scope + keyword.operator + settings + + fontStyle + + foreground + #FFFFFF + + + + name + Control + scope + keyword.control + settings + + fontStyle + + foreground + #80d500 + + + + name + Type + scope + storage + settings + + fontStyle + + foreground + #80D500 + + + + name + Function Declaration + scope + declaration.function, entity.name.function + settings + + fontStyle + + foreground + #FFFFFF + + + + name + Pre-processor Line + scope + other.preprocessor.c + settings + + fontStyle + + foreground + #B6B9F9 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #8AA6C1 + + + + name + String + scope + string + settings + + foreground + #FFD700 + + + + name + String escapes + scope + string constant + settings + + fontStyle + bold + foreground + #FF2837 + + + + name + String Embedded Source + scope + source string source + settings + + fontStyle + + foreground + #FFFFFF + + + + name + String (executed) + scope + string.interpolated + settings + + foreground + #FF7819 + + + + name + Regular expression + scope + string.regexp + settings + + foreground + #CA4344 + + + + name + Regexp Escapes + scope + string.regexp constant + settings + + fontStyle + bold + foreground + #FF7819 + + + + name + Numbers + scope + constant.numeric + settings + + foreground + #EDDD5A + + + + name + Symbols + scope + constant.other + settings + + fontStyle + + foreground + #66CCFF + + + + name + Invalid + scope + invalid + settings + + background + #670000 + fontStyle + bold + + + + name + Class name + scope + entity.name.class, declaration.class + settings + + fontStyle + bold + foreground + #FFFFFF + + + + name + Class inheritance + scope + entity.other.inherited-class + settings + + fontStyle + italic bold + foreground + #FFFFFF + + + + name + Library funct/const/var + scope + support.function, support.constant, support.variable, support.other + settings + + fontStyle + + foreground + #8AA6C1 + + + + name + Library object + scope + support.class, support.type + settings + + fontStyle + + foreground + #8AA6C1 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #80d500 + + + + name + Tag Attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #80d500 + + + + name + CSS Selector + scope + meta.selector.css, entity.other.attribute-name.pseudo-class.css, entity.name.tag.wildcard.css, entity.other.attribute-name.id.css, entity.other.attribute-name.class.css + settings + + fontStyle + bold + foreground + #B53B3C + + + + name + CSS Property + scope + support.type.property-name.css + settings + + foreground + #8AA6C1 + + + + name + Diff Header + scope + meta.diff, meta.diff.header + settings + + background + #0E2231 + fontStyle + italic + + + + name + Diff Inserted + scope + markup.inserted + settings + + background + #253B22 + + + + name + Diff Changed + scope + markup.changed + settings + + background + #4A410D + + + + name + Diff Deleted + scope + markup.deleted + settings + + background + #420E09 + + + + name + Underline + scope + markup.underline + settings + + fontStyle + underline + + + + name + Link + scope + markup.underline.link + settings + + fontStyle + underline + foreground + #66CCFF + + + + name + Bold + scope + markup.bold + settings + + fontStyle + bold + + + + name + Italic + scope + markup.italic + settings + + fontStyle + italic + + + + name + diff.header + scope + meta.diff, meta.diff.header + settings + + background + #0E2231 + fontStyle + italic + foreground + #F8F8F8 + + + + name + diff.deleted + scope + markup.deleted + settings + + background + #D03620 + foreground + #F8F8F8 + + + + name + diff.changed + scope + markup.changed + settings + + background + #C4B14A + foreground + #F8F8F8 + + + + name + diff.inserted + scope + markup.inserted + settings + + background + #41A83E + foreground + #F8F8F8 + + + + name + SublimeLinter Annotations + scope + sublimelinter.outline.notes + settings + + background + #FFFFAA50 + + + + name + SublimeLinter Outline + scope + sublimelinter.outline.illegal + settings + + background + #FF4A5250 + + + + name + SublimeLinter Underline + scope + sublimelinter.underline.illegal + settings + + background + #FF000050 + + + + name + SublimeLinter Warning Outline + scope + sublimelinter.outline.warning + settings + + background + #DF940050 + + + + name + SublimeLinter Warning Underline + scope + sublimelinter.underline.warning + settings + + background + #FF000050 + + + + name + SublimeLinter Violation Outline + scope + sublimelinter.outline.violation + settings + + background + #ffffff33 + + + + name + SublimeLinter Violation Underline + scope + sublimelinter.underline.violation + settings + + background + #FF000050 + + + + name + Bracket Curly + scope + brackethighlighter.curly + settings + + foreground + #FF000050 + + + + name + Bracket Round + scope + brackethighlighter.round + settings + + foreground + #FF000050 + + + + name + Bracket Square + scope + brackethighlighter.square + settings + + foreground + #FF000050 + + + + name + Bracket angle + scope + brackethighlighter.angle + settings + + foreground + #FF000050 + + + + name + Bracket tag + scope + brackethighlighter.tag + settings + + foreground + #FF000050 + + + + name + Bracket single_quote + scope + brackethighlighter.quote + settings + + foreground + #FF000050 + + + + uuid + AEB6F160-B257-11E2-9E96-0800200C9A66 + colorSpaceName + sRGB + semanticClass + theme.dark.axar + + \ No newline at end of file diff --git a/sublime_themes/bbedit.tmTheme b/sublime_themes/bbedit.tmTheme new file mode 100644 index 0000000..f219403 --- /dev/null +++ b/sublime_themes/bbedit.tmTheme @@ -0,0 +1,445 @@ + + + + + + + + + name + BBEdit + settings + + + settings + + background + #FFFFFF + caret + #000000 + foreground + #000000 + invisibles + #BFBFBF + lineHighlight + #00000012 + selection + #FFD420 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #804000 + + + + name + Keyword + scope + keyword, storage + settings + + fontStyle + + foreground + #0000FF + + + + name + Number + scope + constant.numeric + settings + + fontStyle + + foreground + #FF0080 + + + + name + String + scope + string + settings + + fontStyle + + foreground + #FF0080 + + + + name + User-defined constant + scope + constant + settings + + fontStyle + + foreground + #C5060B + + + + name + Built-in constant + scope + constant.language + settings + + fontStyle + + foreground + #004080 + + + + name + Variable + scope + variable.language, variable.other + settings + + fontStyle + + foreground + #006600 + + + + name + String interpolation + scope + constant.character.escaped, constant.character.escape, string source + settings + + fontStyle + + foreground + #33CC33 + + + + name + Preprocessor line + scope + other.preprocessor + settings + + fontStyle + + foreground + #1A921C + + + + name + Preprocessor directive + scope + entity.name.preprocessor + settings + + fontStyle + + foreground + #0C450D + + + + name + Function name + scope + entity.name.function, keyword.other.name-of-parameter.objc + settings + + fontStyle + + foreground + #0000A2 + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + + + + name + Inherited class name + scope + entity.other.inherited-class + settings + + fontStyle + + + + + name + Function parameter + scope + variable.parameter + settings + + fontStyle + + + + + name + Function argument and result types + scope + storage.type.method + settings + + fontStyle + + foreground + #70727E + + + + name + Section + scope + meta.section entity.name.section, declaration.section entity.name.section + settings + + fontStyle + + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #0000FF + + + + name + Library object + scope + support.class, support.type + settings + + fontStyle + + foreground + #6D79DE + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #06960E + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + foreground + #21439C + + + + name + JS: Operator + scope + keyword.operator.js + settings + + foreground + #687687 + + + + name + Invalid + scope + invalid + settings + + background + #990000 + foreground + #FFFFFF + + + + name + Invalid trailing whitespace + scope + invalid.trailing-whitespace + settings + + background + #FFD0D0 + + + + name + Embedded source + scope + text source, string.unquoted + settings + + background + #427FF51A + + + + name + Markup XML declaration + scope + meta.xml-processing, declaration.xml-processing + settings + + fontStyle + + foreground + #68685B + + + + name + Markup DOCTYPE + scope + meta.doctype, declaration.doctype + settings + + fontStyle + + foreground + #888888 + + + + name + Markup DTD + scope + meta.doctype.DTD, declaration.doctype.DTD + settings + + fontStyle + + + + + name + Markup tag + scope + meta.tag, declaration.tag + settings + + fontStyle + + foreground + #1C02FF + + + + name + Markup name of tag + scope + entity.name.tag + settings + + fontStyle + + + + + name + Markup tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + + + + name + Markup: Heading + scope + markup.heading + settings + + fontStyle + + foreground + #0C07FF + + + + name + Markup: Quote + scope + markup.quote + settings + + fontStyle + + foreground + #000000 + + + + name + Markup: List + scope + markup.list + settings + + foreground + #B90690 + + + + uuid + 0047F0B6-DB9C-4533-A155-5BAA91BD70F2 + colorSpaceName + sRGB + semanticClass + theme.light.bb_edit + + \ No newline at end of file diff --git a/sublime_themes/boron.tmTheme b/sublime_themes/boron.tmTheme new file mode 100644 index 0000000..30a2b9c --- /dev/null +++ b/sublime_themes/boron.tmTheme @@ -0,0 +1,224 @@ + + + + + + + + + name + Boron + website + https://github.com/mjio/boron.tmtheme + comment + Last update: Feb 25 2013 + settings + + + settings + + background + #151515 + caret + #b0d0f0 + foreground + #e8e8d3 + invisibles + #e8e8d3 + selection + #404040 + lineHighlight + #010101 + gutterForeground + #373737 + + + + name + Comment + scope + comment + settings + + foreground + #888888 + + + + name + String + scope + string + settings + + foreground + #99ad6a + + + + name + String begin/end + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #556633 + + + + name + Symbol + scope + constant.other + settings + + foreground + #7697d6 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #dd0093 + + + + name + Variable + scope + variable, support.class + settings + + foreground + #ffb964 + + + + name + Number + scope + constant.numeric + settings + + foreground + #cf6a4c + + + + name + Entity + scope + entity + settings + + foreground + #ffb964 + + + + name + Entity Function + scope + entity.name.function + settings + + foreground + #fad07a + + + + name + Keyword + scope + keyword.control + settings + + foreground + #8fbfdc + + + + name + Storage + scope + storage + settings + + foreground + #8fbfdc + + + + name + Diff insertion + scope + diff.inserted, markup.inserted + settings + + foreground + #558f1f + + + + name + Diff deletion + scope + diff.deleted, markup.deleted + settings + + foreground + #a1000d + + + + name + Diff header + scope + meta.diff.header + settings + + foreground + #FFFFFF + background + #4e738a + + + + name + Diff range + scope + meta.diff.range + settings + + fontStyle + italic + foreground + #888888 + + + + name + Diff changed + scope + markup.changed + settings + + foreground + #967efb + + + + uuid + 4e4cdb00-2fb2-11e2-81c1-0800200c9a66 + colorSpaceName + sRGB + semanticClass + theme.dark.boron + + \ No newline at end of file diff --git a/sublime_themes/charcoal.tmTheme b/sublime_themes/charcoal.tmTheme new file mode 100644 index 0000000..814450c --- /dev/null +++ b/sublime_themes/charcoal.tmTheme @@ -0,0 +1,330 @@ + + + + + + + + + author + Don Steinert (http://www.dnld.cc) + colorSpaceName + sRGB + gutterSettings + + background + #2B2C2F + divider + #2B2C2F + foreground + #CCCECE + selectionBackground + #3E4044 + selectionForeground + #CCCECE + + name + Charcoal + semanticClass + theme.dark.charcoal + settings + + + settings + + background + #2B2C2F + caret + #CCCECE + foreground + #CCCECE + invisibles + #3E4044 + lineHighlight + #3E4044 + selection + #3E4044 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #5F6364 + + + + name + Variable + scope + variable + settings + + foreground + #CCCECE + + + + name + Keyword, Storage + scope + keyword, storage.type, storage.modifier + settings + + foreground + #C594C5 + + + + name + Operator, Misc + scope + keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution + settings + + foreground + #5FB3B3 + + + + name + Tag + scope + entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter + settings + + foreground + #EB606B + + + + name + Function, Special Method, Block Level + scope + entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level + settings + + foreground + #6699CC + + + + name + Other Variable, String Link + scope + support.other.variable, string.other.link + settings + + foreground + #F2777A + + + + name + Number, Constant, Function Argument, Tag Attribute, Embedded + scope + constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit + settings + + foreground + #F99157 + + + + name + String, Symbols, Inherited Class, Markup Heading + scope + string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js + settings + + fontStyle + normal + foreground + #99C794 + + + + name + Class, Support + scope + entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter + settings + + foreground + #FAC863 + + + + name + Sub-methods + scope + entity.name.module.js, variable.import.parameter.js, variable.other.class.js + settings + + foreground + #EC5F67 + + + + name + Language methods + scope + variable.language + settings + + foreground + #EC5F67 + + + + name + entity.name.method.js + scope + entity.name.method.js + settings + + foreground + #D8DEE9 + + + + name + meta.method.js + scope + meta.class-method.js entity.name.function.js, variable.function.constructor + settings + + foreground + #D8DEE9 + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #BB80B3 + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #99C794 + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #EC5F67 + + + + name + Changed + scope + markup.changed + settings + + foreground + #BB80B3 + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #5FB3B3 + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #5FB3B3 + + + + name + URL + scope + *url*, *link*, *uri* + settings + + fontStyle + underline + + + + name + Search Results Nums + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #AB7967 + + + + name + Search Results Lines + scope + entity.name.filename.find-in-files + settings + + foreground + #99C794 + + + + name + Decorators + scope + tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js + settings + + foreground + #6699CC + + + + name + ES7 Bind Operator + scope + source.js constant.other.object.key.js string.unquoted.label.js + settings + + foreground + #EC5F67 + + + + uuid + 091c9b5a-9e64-4001-8c15-4c7c42840eb4 + + \ No newline at end of file diff --git a/sublime_themes/cheerfully-light.tmTheme b/sublime_themes/cheerfully-light.tmTheme new file mode 100644 index 0000000..dfbe8e3 --- /dev/null +++ b/sublime_themes/cheerfully-light.tmTheme @@ -0,0 +1,527 @@ + + + + + + + + + author + Jorge Herrera + name + Cheerfully Light + settings + + + settings + + background + #F5F5F5 + caret + #668F14 + foreground + #1F1F1F + invisibles + #FFFFFF40 + lineHighlight + #C7C7BF2E + selection + #BCCDE0A3 + findHighlight + #85E366 + findHighlightForeground + #C8C8C8 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #7F8989 + + + + name + Constant + scope + constant + settings + + foreground + #B3933A + + + + name + Entity + scope + entity + settings + + fontStyle + + foreground + #C23F31 + + + + name + Keyword + scope + keyword + settings + + fontStyle + + foreground + #72AB00 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #668F14 + + + + name + String + scope + string + settings + + fontStyle + + foreground + #D07711 + + + + name + Support + scope + support + settings + + fontStyle + + foreground + #A2A001 + + + + name + Variable + scope + variable + settings + + foreground + #5597D6 + + + + name + Invalid – Deprecated + scope + invalid.deprecated + settings + + fontStyle + italic underline + foreground + #D2A8A1 + + + + name + Invalid – Illegal + scope + invalid.illegal + settings + + background + #562D56BF + foreground + #F8F8F8 + + + + name + ----------------------------------- + settings + + + + + name + ♦ Embedded Source + scope + text source + settings + + background + #B0B3BA14 + + + + name + ♦ Embedded Source (Bright) + scope + text.html.ruby source + settings + + background + #B1B3BA21 + + + + name + ♦ Entity inherited-class + scope + entity.other.inherited-class + settings + + fontStyle + italic + foreground + #b06936 + + + + name + ♦ String embedded-source + scope + string source + settings + + fontStyle + + foreground + #7C8F4C + + + + name + ♦ String constant + scope + string constant + settings + + foreground + #AEB52B + + + + name + ♦ String.regexp + scope + string.regexp + settings + + fontStyle + + foreground + #C49A39 + + + + name + ♦ String.regexp.«special» + scope + string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition + settings + + foreground + #108f3d + + + + name + ♦ String variable + scope + string variable + settings + + foreground + #acb3c2 + + + + name + ♦ Support.function + scope + support.function + settings + + fontStyle + + foreground + #B39F04 + + + + name + ♦ Support.constant + scope + support.constant + settings + + fontStyle + + foreground + #da5d42 + + + + name + c C/C++ Preprocessor Line + scope + meta.preprocessor.c + settings + + foreground + #8996A8 + + + + name + c C/C++ Preprocessor Directive + scope + meta.preprocessor.c keyword + settings + + foreground + #5A9BDB + + + + name + ✘ Doctype/XML Processing + scope + meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + settings + + foreground + #494949 + + + + name + ✘ Meta.tag.«all» + scope + declaration.tag, declaration.tag entity, meta.tag, meta.tag entity + settings + + foreground + #6486AB + + + + name + ✘ Meta.tag.inline + scope + declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity + settings + + foreground + #7F902A + + + + name + § css tag-name + scope + meta.selector.css entity.name.tag + settings + + foreground + #CDA869 + + + + name + § css:pseudo-class + scope + meta.selector.css entity.other.attribute-name.tag.pseudo-class + settings + + foreground + #8F9D6A + + + + name + § css#id + scope + meta.selector.css entity.other.attribute-name.id + settings + + foreground + #8B98AB + + + + name + § css.class + scope + meta.selector.css entity.other.attribute-name.class + settings + + foreground + #9B703F + + + + name + § css property-name: + scope + support.type.property-name.css + settings + + foreground + #C5AF75 + + + + name + § css property-value; + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + foreground + #949175 + + + + name + § css @at-rule + scope + meta.preprocessor.at-rule keyword.control.at-rule + settings + + foreground + #6f7ca6 + + + + name + § css additional-constants + scope + meta.property-value support.constant.named-color.css, meta.property-value constant + settings + + foreground + #CA7840 + + + + name + § css constructor.argument + scope + meta.constructor.argument.css + settings + + foreground + #92b45d + + + + name + ⎇ diff.header + scope + meta.diff, meta.diff.header, meta.separator + settings + + background + #234561 + fontStyle + italic + foreground + #F8F8F8 + + + + name + ⎇ diff.deleted + scope + markup.deleted + settings + + background + #6c1d15 + foreground + #F8F8F8 + + + + name + ⎇ diff.changed + scope + markup.changed + settings + + background + #796b1a + foreground + #F8F8F8 + + + + name + ⎇ diff.inserted + scope + markup.inserted + settings + + background + #3b5a37 + foreground + #F8F8F8 + + + + name + Markup: List + scope + markup.list + settings + + foreground + #A8A248 + + + + name + Markup: Heading + scope + markup.heading + settings + + foreground + #B82812 + + + + uuid + 766026CB-703D-4610-B070-8DE07D967C5F + colorSpaceName + sRGB + semanticClass + theme.light.cheerfully_light + + \ No newline at end of file diff --git a/sublime_themes/classic-modified.tmTheme b/sublime_themes/classic-modified.tmTheme new file mode 100644 index 0000000..4259958 --- /dev/null +++ b/sublime_themes/classic-modified.tmTheme @@ -0,0 +1,477 @@ + + + + + + + + + author + Chris Thomas + name + Classic Modified + settings + + + settings + + background + #FFFFFF + caret + #000000 + foreground + #000000 + invisibles + #BFBFBF + lineHighlight + #00000012 + selection + #4D97FF54 + + + + name + Comment + scope + comment, extract.custom.title.sql + settings + + fontStyle + italic + foreground + #CCCCCC + + + + name + Query Title + scope + custom.title.sql + settings + + fontStyle + + foreground + #CC6633 + + + + name + Keyword + scope + keyword, storage + settings + + fontStyle + bold + foreground + #0000FF + + + + name + Number + scope + constant.numeric + settings + + fontStyle + + foreground + #FF0000 + + + + name + User-defined constant + scope + constant + settings + + fontStyle + + foreground + #000000 + + + + name + Built-in constant + scope + constant.language + settings + + fontStyle + bold + foreground + #000CFF + + + + name + Variable + scope + variable.language, variable.other + settings + + fontStyle + + foreground + #318495 + + + + name + String + scope + string + settings + + background + #FFFFFF + fontStyle + + foreground + #666666 + + + + name + String interpolation + scope + constant.character.escape, string source + settings + + fontStyle + + foreground + #33CC33 + + + + name + Preprocessor line + scope + meta.preprocessor + settings + + fontStyle + + foreground + #1A921C + + + + name + Preprocessor directive + scope + keyword.control.import + settings + + fontStyle + bold + foreground + #0C450D + + + + name + Function name + scope + entity.name.function, support.function.any-method + settings + + fontStyle + bold + foreground + #000099 + + + + name + Type name + scope + entity.name.type + settings + + fontStyle + + + + + name + Inherited class name + scope + entity.other.inherited-class + settings + + fontStyle + + + + + name + Function parameter + scope + variable.parameter + settings + + fontStyle + + + + + name + Function argument and result types + scope + storage.type.method + settings + + fontStyle + + foreground + #70727E + + + + name + Section + scope + meta.section entity.name.section, declaration.section entity.name.section + settings + + fontStyle + italic + foreground + #000000 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #990099 + + + + name + Library object + scope + support.class, support.type + settings + + fontStyle + + foreground + #CC6633 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #990099 + + + + name + Library variable + scope + support.variable + settings + + fontStyle + + foreground + #CC6633 + + + + name + JS: Operator + scope + keyword.operator.js + settings + + foreground + #000000 + + + + name + Invalid + scope + invalid + settings + + background + #990000 + foreground + #FFFFFF + + + + name + Invalid trailing whitespace + scope + invalid.deprecated.trailing-whitespace + settings + + background + #FFD0D0 + foreground + #00000000 + + + + name + Embedded source + scope + text source, string.unquoted + settings + + background + #FFFFFF + + + + name + Embedded embedded source + scope + text source string.unquoted, text source text source + settings + + background + #0000000F + + + + name + Markup XML declaration + scope + meta.tag.preprocessor.xml + settings + + fontStyle + + foreground + #68685B + + + + name + Markup DOCTYPE + scope + meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + settings + + fontStyle + + foreground + #888888 + + + + name + Markup DTD + scope + string.quoted.docinfo.doctype.DTD + settings + + fontStyle + italic + + + + name + Markup tag + scope + meta.tag, declaration.tag + settings + + fontStyle + + foreground + #1C02FF + + + + name + Markup name of tag + scope + entity.name.tag + settings + + fontStyle + bold + + + + name + Markup tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + italic + + + + name + Markup: Heading + scope + markup.heading + settings + + fontStyle + bold + foreground + #0C07FF + + + + name + Markup: Quote + scope + markup.quote + settings + + fontStyle + italic + foreground + #000000 + + + + name + Markup: List + scope + markup.list + settings + + foreground + #B90690 + + + + uuid + 9E6E7BB1-7FCE-4989-B617-0BFA754F9E08 + colorSpaceName + sRGB + semanticClass + theme.light.classic_modified + + \ No newline at end of file diff --git a/sublime_themes/demain.tmTheme b/sublime_themes/demain.tmTheme new file mode 100644 index 0000000..bf7adc0 --- /dev/null +++ b/sublime_themes/demain.tmTheme @@ -0,0 +1,388 @@ + + + + + + + + + comment + Adapted from Tomorrow + name + Demain + semanticClass + theme.light.demain + settings + + + settings + + background + #f9f9f9 + caret + #000000 + foreground + #111111 + invisibles + #D1D1D1 + lineHighlight + #ffffff + selection + #B5D5FF + selectionBorder + #B5D5FF + + + + name + Comment + scope + comment + settings + + foreground + #8E908C + + + + name + Foreground + scope + keyword.operator.class, constant.other, source.php.embedded.line, source.ruby.embedded + settings + + fontStyle + + foreground + #111111 + + + + name + Babel ES6 tweaks + scope + variable.other.object.js, punctuation.definition.parameters, meta.group.braces.round.function.arguments.js, variable.other.readwrite.js, variable.other.constant.js, string.unquoted.label.js + settings + + fontStyle + + foreground + #111111 + + + + name + Variable, String Link, Regular Expression, Tag Name + scope + variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, meta.tag, entity.other.attribute-name, declaration.tag + settings + + foreground + #c82728 + + + + name + Number, Constant, Function Argument, Tag Attribute, Embedded + scope + constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit, punctuation.quasi.element.begin.js, punctuation.quasi.element.end.js + settings + + fontStyle + + foreground + #f07219 + + + + name + Class, Support + scope + entity.name.class, entity.name.type.class, support.type, support.class + settings + + fontStyle + + foreground + #C99E00 + + + + name + String, Inherited Class, Markup Heading + scope + string, entity.other.inherited-class, markup.heading, constant.other.symbol + settings + + fontStyle + + foreground + #839c00 + + + + name + Operator, Misc + scope + keyword.operator, constant.other.color + settings + + foreground + #3E999F + + + + name + Function, Special Method, Block Level + scope + entity.name.function, entity.name.method, meta.function-call, support.function, keyword.other.special-method, meta.block-level + settings + + fontStyle + + foreground + #4271AE + + + + name + Keyword, Storage + scope + keyword, storage, storage.type + settings + + fontStyle + + foreground + #8959A8 + + + + name + Invalid + scope + invalid + settings + + fontStyle + italic + foreground + #C82829 + + + + name + Separator + scope + meta.separator + settings + + background + #4271AE + foreground + #FFFFFF + + + + name + Deprecated + scope + invalid.deprecated + settings + + background + #8959A8 + fontStyle + + foreground + #FFFFFF + + + + name + markup.deleted + scope + markup.deleted + settings + + foreground + #c82728 + + + + name + markup.inserted + scope + markup.inserted + settings + + foreground + #628536 + + + + name + markup.changed + scope + markup.changed + settings + + foreground + #7557be + + + + name + HTML: Tags + scope + entity.name.tag + settings + + foreground + #4170ad + + + + name + HTML: Tag Punctuation + scope + punctuation.definition.tag + settings + + foreground + #5d9be5 + + + + name + HTML: Attribute Names + scope + entity.other.attribute-name + settings + + foreground + #5d9ae5 + + + + name + HTML: Attribute Punctuation + scope + meta.tag.other.html, meta.tag.any.html, meta.tag.block.any.html, meta.tag.inline.any.html + settings + + foreground + #5d9ae5 + + + + name + HTML: Attribute Values + scope + meta.tag string.quoted, meta.tag string.quoted constant.character.entity + settings + + foreground + #839c00 + + + + name + CSS: Attribute name + scope + support.type.property-name.css, support.type.property-name.sass, entity.other.attribute-name.tag.pseudo-element + settings + + fontStyle + + foreground + #839c00 + + + + name + CSS: Number + scope + constant.numeric.css, constant.numeric.sass, constant.other.unit.css, constant.other.unit.sass + settings + + fontStyle + + foreground + #f07219 + + + + name + CSS: url + scope + variable.parameter.url + settings + + fontStyle + + foreground + #151515 + + + + name + CSS: property value + scope + support.constant.property-value.sass, support.constant.property-value.css + settings + + fontStyle + + foreground + #3E999F + + + + name + CSS: hex colour + scope + constant.other.rgb-value.sass, constant.other.rgb-value.css, constant.other.color.rgb-value.css + settings + + fontStyle + + foreground + #c82728 + + + + name + CSS: @rule + scope + keyword.control.at-rule.sass, keyword.control.at-rule.css, keyword.control.at-rule.import.css + settings + + fontStyle + + foreground + #C99E00 + + + + name + Sass variable + scope + variable.parameter.sass + settings + + fontStyle + + foreground + #c82728 + + + + uuid + 82CCD69C-F1B1-4529-B39E-780F91F07604 + colorSpaceName + sRGB + author + Andrew Appleton - http://floatleft.com + + \ No newline at end of file diff --git a/sublime_themes/dimmed-fluid.tmTheme b/sublime_themes/dimmed-fluid.tmTheme new file mode 100644 index 0000000..2d4a24b --- /dev/null +++ b/sublime_themes/dimmed-fluid.tmTheme @@ -0,0 +1,238 @@ + + + + + + + + + comment + https://github.com/uonick + name + Dimmed Fluid + settings + + + settings + + background + #FFFFFF + caret + #AEAFAD + foreground + #4D4D4C + invisibles + #D1D1D1 + lineHighlight + #e8e8e8 + selection + #D6D6D6 + + + + name + Comment + scope + comment + settings + + foreground + #999999 + + + + name + Foreground + scope + keyword.operator.class, constant.other, source.php.embedded.line + settings + + fontStyle + + foreground + #666666 + + + + name + Variable, String Link, Regular Expression, Tag Name + scope + variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag + settings + + foreground + #f55800 + + + + name + Number, Constant, Function Argument, Tag Attribute, Embedded + scope + constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit + settings + + fontStyle + + foreground + #6969ff + + + + name + Class, Support + scope + entity.name.class, entity.name.type.class, support.type, support.class + settings + + fontStyle + + foreground + #f0ae00 + + + + name + String, Symbols, Inherited Class, Markup Heading + scope + string, constant.other.symbol, entity.other.inherited-class, markup.heading + settings + + fontStyle + + foreground + #699200 + + + + name + Operator, Misc + scope + keyword.operator, constant.other.color + settings + + foreground + #1aa7b0 + + + + name + Function, Special Method, Block Level + scope + entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level + settings + + fontStyle + + foreground + #3366CC + + + + name + Keyword, Storage + scope + keyword, storage, storage.type + settings + + fontStyle + + foreground + #8e44be + + + + name + Separator + scope + meta.separator + settings + + background + #2169c7 + foreground + #ffffff + + + + name + Deprecated + scope + invalid.deprecated + settings + + background + #8e44be + fontStyle + + foreground + #ffffff + + + + name + Diff foreground + scope + markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file + settings + + foreground + #ffffff + + + + name + Diff insertion + scope + markup.inserted.diff, meta.diff.header.to-file + settings + + background + #008f00 + + + + name + Diff deletion + scope + markup.deleted.diff, meta.diff.header.from-file + settings + + background + #ef0000 + + + + name + Diff header + scope + meta.diff.header.from-file, meta.diff.header.to-file + settings + + foreground + #ffffff + background + #333333 + + + + name + Diff range + scope + meta.diff.range + settings + + fontStyle + italic + foreground + #333333 + + + + author + uonick + colorSpaceName + sRGB + semanticClass + theme.light.dimmed_fluid + + \ No newline at end of file diff --git a/sublime_themes/gray-matter-dark.tmTheme b/sublime_themes/gray-matter-dark.tmTheme new file mode 100644 index 0000000..b318e7a --- /dev/null +++ b/sublime_themes/gray-matter-dark.tmTheme @@ -0,0 +1,420 @@ + + + + + + + + + name + Gray Matter Dark + comment + https://github.com/philipbelesky/gray-matter + settings + + + settings + + foreground + #BEBEBE + background + #1A191A + invisibles + #616161 + caret + #29BEEA + lineHighlight + #222122 + rangeHighlight + #222122 + hoverHighlight + #222122 + referenceHighlight + #222122 + selection + #373737 + selectionBorder + #373737 + inactiveSelection + #373737 + selectionHighlight + #373737 + findHighlight + #373737 + findHighlightForeground + #BEBEBE + findRangeHighlight + #29BEEA + findMatchHighlight + #373737 + currentFindMatchHighlight + #373737 + wordHighlight + #373737 + wordHighlightStrong + #29BEEA + activeLinkForeground + #29BEEA + gotoDefinitionLinkForeground + #29BEEA + gutter + #1A191A + gutterForeground + #616161 + guide + #1A191A + + + + name + Comments + scope + comment, comment punctuation + settings + + fontStyle + + foreground + #616161 + + + + name + Markdown Structural Elements + scope + punctuation.definition.constant.markdown,punctuation.definition.bold.markdown, punctuation.definition.italic.markdown,punctuation.definition.heading.markdown,punctuation.definition.heading.begin.markdown,punctuation.definition.heading.end.markdown,punctuation.definition.heading.setext.markdown,punctuation.definition.list_item.markdown,markup.list.numbered.bullet.markdown,punctuation.definition.bold.begin.markdown,punctuation.definition.bold.end.markdown,punctuation.definition.italic.begin.markdown,punctuation.definition.italic.end.markdown + settings + + foreground + #616161 + + + + name + Markdown Heading Text + scope + markup.heading.1.markdown,markup.heading.2.markdown,markup.heading.markdown + settings + + fontStyle + bold + foreground + #BEBEBE + + + + name + Markdown Bold Text + scope + markup.bold.markdown + settings + + fontStyle + bold + + + + name + Markdown Italic Text + scope + markup.italic.markdown + settings + + fontStyle + italic + + + + name + Blockquote + scope + markup.quote.markdown + settings + + fontStyle + italic + + + + name + Markdown separators and hrs + scope + meta.separator.markdown,meta.separator.thematic-break.markdown, punctuation.definition.thematic-break.markdown + settings + + foreground + #616161 + + + + name + Markdown Link Grammar syntax + scope + punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.link.markdown, punctuation.definition.link.begin.markdown, punctuation.definition.link.end.markdown, punctuation.definition.metadata.markdown,punctuation.definition.blockquote.markdown + settings + + foreground + #616161 + + + + name + Markdown Link Reference + scope + punctuation.definition.metadata.markdown,string.other.link.title.markdown,meta.link.inline.markdown,meta.link.reference.markdown,string.other.link.description.title.markdown,meta.link.reference.literal.markdown,punctuation.separator.key-value.markdown + settings + + foreground + #616161 + + + + name + Markdown Image + scope + meta.image.inline.markdown,punctuation.definition.image.begin.markdown,punctuation.definition.image.end.markdown + settings + + foreground + #616161 + + + + name + Markdown Link Actual Text + scope + string.other.link.title.markdown + settings + + foreground + #BEBEBE + + + + name + Markdown Link Inline URL Text + scope + markup.underline.link.markdown + settings + + foreground + #616161 + + + + name + Markup: Underline + scope + markup.underline + settings + + foreground + #616161 + + + + name + Markdown code blocks and inline code + scope + markup.raw.block.markdown,markup.raw.inline.markdown,markup.raw.code-fence.markdown + settings + + background + #222122 + + + + name + Markdown code block/inline code syntax + scope + punctuation.definition.raw.code-fence.begin.markdown,punctuation.definition.raw.code-fence.end.markdown + settings + + foreground + #616161 + + + + name + Markdown inline html + scope + meta.tag.inline.any.html,meta.tag.block.any.html + settings + + foreground + #616161 + + + + name + Markdown Meta + scope + meta.header.multimarkdown,keyword.other.multimarkdown,string.unquoted.multimarkdown,punctuation.separator.key-value.multimarkdown + settings + + foreground + #616161 + + + + name + Markdown table syntax + scope + punctuation.definition.table-cell-alignment.markdown,punctuation.section.table-header.markdown,punctuation.separator.table-cell.markdown + settings + + foreground + #616161 + + + + name + Inline Footnote + scope + footnote.delim.pandoc + settings + + foreground + #616161 + + + + name + Inline Citation + scope + citation.bracket.pandoc + settings + + foreground + #616161 + + + + name + Footnote Reference + scope + footnote.num.pandoc + settings + + foreground + #616161 + + + + name + Bock Quote + scope + quote.pandoc + settings + + fontStyle + italic + + + + name + GitGutter (All) + scope + markup.deleted.git_gutter,markup.inserted.git_gutter,markup.changed.git_guttermmarkup.ignored.git_gutter,markup.untracked.git_gutter + settings + + foreground + #616161 + + + + name + Addition + scope + string.addition + settings + + fontStyle + bold + foreground + #BEBEBE + + + + name + Deletion + scope + string.deletion + settings + + fontStyle + bold + foreground + #616161 + + + + name + substitution + scope + string.substitution + settings + + fontStyle + bold + + + + name + highlight + scope + string.highlight + settings + + fontStyle + + background + #222122 + + + + name + comment + scope + string.comment + settings + + fontStyle + italic + foreground + #616161 + + + + name + blockcomment + scope + string.blockcomment + settings + + fontStyle + italic + foreground + #616161 + + + + name + Markdown Meta + scope + string.other.link.description.markdown + settings + + foreground + #BEBEBE + + + + uuid + 2250B6DC-C3BE-4BE8-B815-17B11D90BD6G + colorSpaceName + sRGB + semanticClass + theme.dark.gray_matter_dark + + \ No newline at end of file diff --git a/sublime_themes/idle.tmTheme b/sublime_themes/idle.tmTheme new file mode 100644 index 0000000..889947e --- /dev/null +++ b/sublime_themes/idle.tmTheme @@ -0,0 +1,250 @@ + + + + + + + + + author + Domenico Carbotta + name + IDLE + settings + + + settings + + background + #FFFFFF + caret + #000000 + foreground + #000000 + invisibles + #BFBFBF + lineHighlight + #00000012 + selection + #BAD6FD + + + + name + Comment + scope + comment + settings + + foreground + #919191 + + + + name + String + scope + string + settings + + foreground + #00A33F + + + + name + Number + scope + constant.numeric + settings + + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #A535AE + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + + + + name + Variable + scope + variable.language, variable.other + settings + + + + + name + Keyword + scope + keyword + settings + + foreground + #FF5600 + + + + name + Storage + scope + storage + settings + + foreground + #FF5600 + + + + name + Type name + scope + entity.name.type + settings + + foreground + #21439C + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + + + + name + Function name + scope + entity.name.function + settings + + foreground + #21439C + + + + name + Function argument + scope + variable.parameter + settings + + + + + name + Tag name + scope + entity.name.tag + settings + + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + + + + name + Library function + scope + support.function + settings + + foreground + #A535AE + + + + name + Library constant + scope + support.constant + settings + + foreground + #A535AE + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #A535AE + + + + name + Library variable + scope + support.variable + settings + + foreground + #A535AE + + + + name + Invalid + scope + invalid + settings + + background + #990000 + foreground + #FFFFFF + + + + name + String interpolation + scope + constant.other.placeholder.py + settings + + fontStyle + + foreground + #990000 + + + + uuid + DDC0CBE1-442B-4CB5-80E4-26E4CFB3A277 + colorSpaceName + sRGB + semanticClass + theme.light.idle + + \ No newline at end of file diff --git a/sublime_themes/ir-white.tmTheme b/sublime_themes/ir-white.tmTheme new file mode 100644 index 0000000..8ff090d --- /dev/null +++ b/sublime_themes/ir-white.tmTheme @@ -0,0 +1,802 @@ + + + + + + + + + name + IR_White + settings + + + settings + + background + #FFFFFF + caret + #A7A7A7 + foreground + #010101 + invisibles + #CAE2FB3D + lineHighlight + #FFFFFF0D + selection + #E0E0ED + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #898989 + + + + name + Entity + scope + entity + settings + + fontStyle + + foreground + #A15001 + + + + name + Keyword + scope + keyword + settings + + fontStyle + + foreground + #016692 + + + + name + Class + scope + entity.name.type + settings + + fontStyle + underline + foreground + #646409 + + + + name + Support + scope + support + settings + + fontStyle + + foreground + #646409 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #877611 + + + + name + Storage.modifier + scope + storage.modifier + settings + + fontStyle + + foreground + #014A69 + + + + name + Constant + scope + constant + settings + + fontStyle + + foreground + #333366 + + + + name + String + scope + string + settings + + fontStyle + + foreground + #009F78 + + + + name + number + scope + constant.numeric + settings + + fontStyle + + foreground + #8C008A + + + + name + Punctuation + scope + punctuation + settings + + fontStyle + + + + + name + Variable + scope + variable + settings + + fontStyle + + foreground + #696989 + + + + name + Invalid – Deprecated + scope + invalid.deprecated + settings + + fontStyle + italic underline + foreground + #A00294 + + + + name + Invalid – Illegal + scope + invalid.illegal + settings + + background + #DF68D9BF + foreground + #A00294 + + + + name + ----------------------------------- + settings + + + + + name + ♦ Embedded Source (Bright) + scope + text source + settings + + background + #B1B3BA08 + fontStyle + + + + + name + ♦ Entity inherited-class + scope + entity.other.inherited-class + settings + + fontStyle + italic + foreground + #D19264 + + + + name + ♦ String embedded-variable + scope + source string source + settings + + fontStyle + + foreground + #000000 + + + + name + ♦ String punctuation + scope + source string source punctuation.section.embedded + settings + + fontStyle + + foreground + #00FF00 + + + + name + ♦ String constant + scope + string constant + settings + + fontStyle + + foreground + #00FF00 + + + + name + ♦ String.regexp + scope + string.regexp + settings + + foreground + #9D7416 + + + + name + ♦ String.regexp.«special» + scope + string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition + settings + + fontStyle + + foreground + #FF8000 + + + + name + ♦ String.regexp.group + scope + string.regexp.group + settings + + background + #0000001A + fontStyle + + foreground + #B08C39 + + + + name + ♦ String.regexp.character-class + scope + string.regexp.character-class + settings + + fontStyle + + foreground + #C29B4E + + + + name + ♦ String variable + scope + string variable + settings + + fontStyle + + foreground + #756565 + + + + name + ♦ Support.function + scope + support.function + settings + + fontStyle + + foreground + #7A7025 + + + + name + ♦ Support.constant + scope + support.constant + settings + + fontStyle + + foreground + #582B00 + + + + name + c C/C++ Preprocessor Line + scope + meta.preprocessor.c + settings + + foreground + #765757 + + + + name + c C/C++ Preprocessor Directive + scope + meta.preprocessor.c keyword + settings + + fontStyle + + foreground + #502424 + + + + name + j Cast + scope + meta.cast + settings + + fontStyle + italic + foreground + #010101 + + + + name + ✘ Doctype/XML Processing + scope + meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string + settings + + foreground + #010101 + + + + name + ✘ Meta.tag.«all» + scope + meta.tag, meta.tag entity + settings + + fontStyle + + foreground + #0067C2 + + + + name + ✘ Meta.tag.inline + scope + source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity + settings + + fontStyle + + foreground + #00528B + + + + name + ✘ Meta.tag.attribute-name + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #BC4D00 + + + + name + ✘ Namespaces + scope + entity.name.tag.namespace, entity.other.attribute-name.namespace + settings + + fontStyle + + foreground + #9B431E + + + + name + § css tag-name + scope + meta.selector.css entity.name.tag + settings + + fontStyle + underline + foreground + #0067C2 + + + + name + § css:pseudo-class + scope + meta.selector.css entity.other.attribute-name.tag.pseudo-class + settings + + fontStyle + + foreground + #628795 + + + + name + § css#id + scope + meta.selector.css entity.other.attribute-name.id + settings + + fontStyle + + foreground + #667587 + + + + name + § css.class + scope + meta.selector.css entity.other.attribute-name.class + settings + + fontStyle + + foreground + #2A85CF + + + + name + § css property-name: + scope + support.type.property-name.css + settings + + foreground + #000000 + + + + name + § css property-value; + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + fontStyle + + foreground + #675C06 + + + + name + § css @at-rule + scope + meta.preprocessor.at-rule keyword.control.at-rule + settings + + fontStyle + + foreground + #795A5A + + + + name + § css additional-constants + scope + meta.property-value support.constant.named-color.css, meta.property-value constant + settings + + fontStyle + + foreground + #3C785D + + + + name + § css constructor.argument + scope + meta.constructor.argument.css + settings + + fontStyle + + foreground + #628795 + + + + name + ⎇ diff.header + scope + meta.diff, meta.diff.header + settings + + background + #0E2231 + fontStyle + italic + foreground + #FFFFFF + + + + name + ⎇ diff.deleted + scope + markup.deleted + settings + + background + #420E09 + foreground + #FFFFFF + + + + name + ⎇ diff.changed + scope + markup.changed + settings + + background + #4A410D + foreground + #FFFFFF + + + + name + ⎇ diff.inserted + scope + markup.inserted + settings + + background + #253B22 + foreground + #FFFFFF + + + + name + -------------------------------- + settings + + + + + name + Markup: Italic + scope + markup.italic + settings + + fontStyle + italic + foreground + #9D7416 + + + + name + Markup: Bold + scope + markup.bold + settings + + fontStyle + bold + foreground + #9D7416 + + + + name + Markup: Underline + scope + markup.underline + settings + + fontStyle + underline + foreground + #9B431E + + + + name + Markup: Quote + scope + markup.quote + settings + + background + #FEE09C12 + fontStyle + italic + foreground + #46391E + + + + name + Markup: Heading + scope + markup.heading, markup.heading entity + settings + + background + #632D04 + fontStyle + + foreground + #D95B06 + + + + name + Markup: List + scope + markup.list + settings + + foreground + #46391E + + + + name + Markup: Raw + scope + markup.raw + settings + + background + #B1B3BA08 + fontStyle + + foreground + #7C4CA8 + + + + name + Markup: Comment + scope + markup comment + settings + + fontStyle + italic + foreground + #C84D09 + + + + name + Markup: Separator + scope + meta.separator + settings + + background + #242424 + foreground + #746DFF + + + + name + Log Entry + scope + meta.line.entry.logfile, meta.line.exit.logfile + settings + + background + #EEEEEE29 + + + + name + Log Entry Error + scope + meta.line.error.logfile + settings + + background + #751012 + foreground + #FFFFFF + + + + uuid + BC53AA17-9977-4679-9CEF-F047BCC92152 + colorSpaceName + sRGB + semanticClass + theme.light.ir_white + + \ No newline at end of file diff --git a/sublime_themes/subway-madrid.tmTheme b/sublime_themes/subway-madrid.tmTheme new file mode 100644 index 0000000..2e460dc --- /dev/null +++ b/sublime_themes/subway-madrid.tmTheme @@ -0,0 +1,505 @@ + + + + + + + + + author + Jan T. Sott + name + Subway: Madrid + comment + https://github.com/idleberg/Subway.tmTheme + semanticClass + theme.light.subway:_madrid + colorSpaceName + sRGB + gutterSettings + + background + #ffffff + divider + #ffffff + foreground + #303030 + selectionBackground + #ffffff + selectionForeground + #c0c0c0 + + settings + + + settings + + background + #ffffff + caret + #303030 + foreground + #303030 + invisibles + #e0e0e0 + lineHighlight + #e0e0e0 + selection + #e0e0e0 + + + + name + Text + scope + variable.parameter.function + settings + + foreground + #303030 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #a0a0a0 + + + + name + Punctuation + scope + punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array + settings + + foreground + #303030 + + + + name + Delimiters + scope + none + settings + + foreground + #303030 + + + + name + Operators + scope + keyword.operator + settings + + foreground + #303030 + + + + name + Keywords + scope + keyword, keyword.control + settings + + foreground + #9d3293 + + + + name + Variables + scope + variable + settings + + foreground + #f0523f + + + + name + Functions + scope + entity.name.function, meta.require, support.function.any-method + settings + + foreground + #0068b3 + + + + name + Classes + scope + meta.class, support.class, entity.name.class, entity.name.type.class + settings + + foreground + #f89829 + + + + name + Methods + scope + keyword.other.special-method + settings + + foreground + #0068b3 + + + + name + Storage + scope + storage + settings + + foreground + #9d3293 + + + + name + Support + scope + support.function + settings + + foreground + #41c4dd + + + + name + Strings, Inherited Class + scope + string, constant.other.symbol, entity.other.inherited-class + settings + + foreground + #8dc63f + + + + name + Integers + scope + constant.numeric + settings + + foreground + #f89829 + + + + name + Floats + scope + none + settings + + foreground + #f89829 + + + + name + Boolean + scope + none + settings + + foreground + #f89829 + + + + name + Constants + scope + constant + settings + + foreground + #f89829 + + + + name + Tags + scope + entity.name.tag + settings + + foreground + #f0523f + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #f89829 + + + + name + Attribute IDs + scope + entity.other.attribute-name.id, punctuation.definition.entity + settings + + foreground + #0068b3 + + + + name + Selector + scope + meta.selector + settings + + foreground + #9d3293 + + + + name + Values + scope + none + settings + + foreground + #f89829 + + + + name + Headings + scope + markup.heading punctuation.definition.heading, entity.name.section + settings + + fontStyle + + foreground + #0068b3 + + + + name + Units + scope + keyword.other.unit + settings + + foreground + #f89829 + + + + name + Bold + scope + markup.bold, punctuation.definition.bold + settings + + fontStyle + bold + foreground + #f89829 + + + + name + Italic + scope + markup.italic, punctuation.definition.italic + settings + + fontStyle + italic + foreground + #9d3293 + + + + name + Code + scope + markup.raw.inline + settings + + foreground + #8dc63f + + + + name + Link Text + scope + string.other.link + settings + + foreground + #f0523f + + + + name + Link Url + scope + meta.link + settings + + foreground + #f89829 + + + + name + Lists + scope + markup.list + settings + + foreground + #f0523f + + + + name + Quotes + scope + markup.quote + settings + + foreground + #f89829 + + + + name + Separator + scope + meta.separator + settings + + background + #e0e0e0 + foreground + #303030 + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #8dc63f + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #f0523f + + + + name + Changed + scope + markup.changed + settings + + foreground + #9d3293 + + + + name + Colors + scope + constant.other.color + settings + + foreground + #41c4dd + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #41c4dd + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #41c4dd + + + + name + Embedded + scope + punctuation.section.embedded, variable.interpolation + settings + + foreground + #cf7019 + + + + name + Invalid + scope + invalid.illegal + settings + + background + #f0523f + foreground + #ffffff + + + + uuid + 815c1f18-f665-4938-93d0-74a8587e1686 + + \ No newline at end of file diff --git a/sublime_themes/subway-moscow.tmTheme b/sublime_themes/subway-moscow.tmTheme new file mode 100644 index 0000000..b185232 --- /dev/null +++ b/sublime_themes/subway-moscow.tmTheme @@ -0,0 +1,505 @@ + + + + + + + + + author + Jan T. Sott + name + Subway: Moscow + comment + https://github.com/idleberg/Subway.tmTheme + semanticClass + theme.light.subway:_moscow + colorSpaceName + sRGB + gutterSettings + + background + #ffffff + divider + #ffffff + foreground + #545052 + selectionBackground + #ffffff + selectionForeground + #c9c9c9 + + settings + + + settings + + background + #ffffff + caret + #545052 + foreground + #545052 + invisibles + #dddddc + lineHighlight + #dddddc + selection + #dddddc + + + + name + Text + scope + variable.parameter.function + settings + + foreground + #545052 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #b3b2b2 + + + + name + Punctuation + scope + punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array + settings + + foreground + #545052 + + + + name + Delimiters + scope + none + settings + + foreground + #545052 + + + + name + Operators + scope + keyword.operator + settings + + foreground + #545052 + + + + name + Keywords + scope + keyword, keyword.control + settings + + foreground + #b41e8e + + + + name + Variables + scope + variable + settings + + foreground + #ed1c24 + + + + name + Functions + scope + entity.name.function, meta.require, support.function.any-method + settings + + foreground + #00529f + + + + name + Classes + scope + meta.class, support.class, entity.name.class, entity.name.type.class + settings + + foreground + #fbaa33 + + + + name + Methods + scope + keyword.other.special-method + settings + + foreground + #00529f + + + + name + Storage + scope + storage + settings + + foreground + #b41e8e + + + + name + Support + scope + support.function + settings + + foreground + #0092b9 + + + + name + Strings, Inherited Class + scope + string, constant.other.symbol, entity.other.inherited-class + settings + + foreground + #009854 + + + + name + Integers + scope + constant.numeric + settings + + foreground + #fbaa33 + + + + name + Floats + scope + none + settings + + foreground + #fbaa33 + + + + name + Boolean + scope + none + settings + + foreground + #fbaa33 + + + + name + Constants + scope + constant + settings + + foreground + #fbaa33 + + + + name + Tags + scope + entity.name.tag + settings + + foreground + #ed1c24 + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #fbaa33 + + + + name + Attribute IDs + scope + entity.other.attribute-name.id, punctuation.definition.entity + settings + + foreground + #00529f + + + + name + Selector + scope + meta.selector + settings + + foreground + #b41e8e + + + + name + Values + scope + none + settings + + foreground + #fbaa33 + + + + name + Headings + scope + markup.heading punctuation.definition.heading, entity.name.section + settings + + fontStyle + + foreground + #00529f + + + + name + Units + scope + keyword.other.unit + settings + + foreground + #fbaa33 + + + + name + Bold + scope + markup.bold, punctuation.definition.bold + settings + + fontStyle + bold + foreground + #fbaa33 + + + + name + Italic + scope + markup.italic, punctuation.definition.italic + settings + + fontStyle + italic + foreground + #b41e8e + + + + name + Code + scope + markup.raw.inline + settings + + foreground + #009854 + + + + name + Link Text + scope + string.other.link + settings + + foreground + #ed1c24 + + + + name + Link Url + scope + meta.link + settings + + foreground + #fbaa33 + + + + name + Lists + scope + markup.list + settings + + foreground + #ed1c24 + + + + name + Quotes + scope + markup.quote + settings + + foreground + #fbaa33 + + + + name + Separator + scope + meta.separator + settings + + background + #dddddc + foreground + #545052 + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #009854 + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #ed1c24 + + + + name + Changed + scope + markup.changed + settings + + foreground + #b41e8e + + + + name + Colors + scope + constant.other.color + settings + + foreground + #0092b9 + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #0092b9 + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #0092b9 + + + + name + Embedded + scope + punctuation.section.embedded, variable.interpolation + settings + + foreground + #745d32 + + + + name + Invalid + scope + invalid.illegal + settings + + background + #ed1c24 + foreground + #ffffff + + + + uuid + f1b32cf4-8979-4a67-b2ca-fbc8f3dcaec4 + + \ No newline at end of file diff --git a/sublime_themes/visual-studio-dark.tmTheme b/sublime_themes/visual-studio-dark.tmTheme new file mode 100644 index 0000000..154de3b --- /dev/null +++ b/sublime_themes/visual-studio-dark.tmTheme @@ -0,0 +1,720 @@ + + + + + + + + + name + Visual Studio Dark + author + Niklas Mollenhauer + settings + + + settings + + background + #1E1E1E + caret + #DCDCDC + foreground + #DCDCDC + invisibles + #FFFFFF40 + lineHighlight + #0F0F0F + selection + #264F78 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #608B4E + + + + name + Variable + scope + variable + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Keyword + scope + keyword + settings + + fontStyle + + foreground + #569CD6 + + + + name + Comparision Operator + scope + keyword.operator.comparison + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Assignment Operator + scope + keyword.operator.assignment + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Arithmetic Operator + scope + keyword.operator.arithmetic + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Number + scope + constant.numeric + settings + + fontStyle + + foreground + #B5CEA8 + + + + name + User-defined constant + scope + constant + settings + + fontStyle + + foreground + #B4CEA8 + + + + name + Built-in constant + scope + constant.language + settings + + fontStyle + + foreground + #569CD6 + + + + name + Boolean + scope + constant.language.boolean + settings + + fontStyle + + foreground + #569CD6 + + + + name + String + scope + string + settings + + fontStyle + + foreground + #D69D85 + + + + name + String interpolation + scope + constant.character.escape, string source + settings + + fontStyle + + foreground + #E3BBAB + + + + name + Preprocessor line + scope + meta.preprocessor + settings + + fontStyle + + foreground + #9B9B9B + + + + name + Preprocessor directive + scope + keyword.control.import + settings + + fontStyle + + foreground + #9B9B9B + + + + name + Function name + scope + entity.name.function, keyword.other.name-of-parameter.objc + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Class name + scope + entity.name.type + settings + + fontStyle + + foreground + #4EC9B0 + + + + name + Type name + scope + storage.type + settings + + fontStyle + + foreground + #569CD6 + + + + name + Type modifier + scope + storage.modifier + settings + + fontStyle + + foreground + #569CD6 + + + + name + Inherited class name + scope + entity.other.inherited-class + settings + + fontStyle + + foreground + #4EC9B0 + + + + name + Function parameter + scope + variable.parameter + settings + + fontStyle + + + + + name + Function argument and result types + scope + storage.type.method + settings + + fontStyle + + foreground + #70727E + + + + name + Section + scope + meta.section entity.name.section, declaration.section entity.name.section + settings + + fontStyle + + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Library object + scope + support.class, support.type + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #B5CEA8 + + + + name + Library variable + scope + support.variable + settings + + fontStyle + + foreground + #DCDCDC + + + + name + JS: Operator + scope + keyword.operator.js + settings + + foreground + #687687 + + + + name + Invalid + scope + invalid + settings + + foreground + #ff3333 + + + + name + Invalid trailing whitespace + scope + invalid.deprecated.trailing-whitespace + settings + + background + #ff3333 + + + + name + Embedded source + scope + text source, string.unquoted + settings + + background + #282828 + + + + name + Markup XML declaration + scope + meta.xml-processing, declaration.xml-processing + settings + + fontStyle + + foreground + #68685B + + + + name + Markup DOCTYPE + scope + meta.doctype, declaration.doctype + settings + + fontStyle + + foreground + #808080 + + + + name + Markup DTD + scope + meta.doctype.DTD, declaration.doctype.DTD + settings + + fontStyle + + + + + name + Markup tag + scope + meta.tag, declaration.tag + settings + + fontStyle + + foreground + #808080 + + + + name + Markup name of tag + scope + entity.name.tag + settings + + fontStyle + + foreground + #569CD6 + + + + name + Markup tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #92CAF4 + + + + name + Markup: Attribute Value + scope + string.quoted.double.xml, string.quoted.double.html + settings + + fontStyle + + foreground + #C8C8C8 + + + + name + Markup: Heading + scope + markup.heading + settings + + fontStyle + + foreground + #569CD6 + + + + name + Markup: Quote + scope + markup.quote + settings + + fontStyle + + foreground + #DCDCDC + + + + name + Markup: List + scope + markup.list + settings + + foreground + #DCDCDC + + + + name + § css tag-name + scope + meta.selector.css entity.name.tag + settings + + foreground + #D7BA7D + + + + name + § css:pseudo-class + scope + meta.selector.css entity.other.attribute-name.tag.pseudo-class + settings + + foreground + #D7BA7D + + + + name + § css#id + scope + meta.selector.css entity.other.attribute-name.id + settings + + foreground + #D7BA7D + + + + name + § css.class + scope + meta.selector.css entity.other.attribute-name.class + settings + + foreground + #D7BA7D + + + + name + § css property-name: + scope + support.type.property-name.css + settings + + foreground + #9CDCFE + + + + name + § css property-value; + scope + meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css + settings + + foreground + #C8C8C8 + + + + name + § css @at-rule + scope + meta.preprocessor.at-rule keyword.control.at-rule + settings + + foreground + #87CEFA + + + + name + C#: XML Comment Tags + scope + source.cs comment.block.documentation.source.cs meta.tag.xml, source.cs comment.block.documentation.source.cs meta.tag.xml entity.name.tag.localname.xml, source.cs comment.block.documentation.source.cs meta.tag.xml entity.other.attribute-name + settings + + foreground + #608B4E + + + + name + GitGutter deleted + scope + markup.deleted.git_gutter + settings + + foreground + #F92672 + + + + name + GitGutter inserted + scope + markup.inserted.git_gutter + settings + + foreground + #A6E22E + + + + name + GitGutter changed + scope + markup.changed.git_gutter + settings + + foreground + #967EFB + + + + name + GitGutter ignored + scope + markup.ignored.git_gutter + settings + + foreground + #565656 + + + + name + GitGutter untracked + scope + markup.untracked.git_gutter + settings + + foreground + #565656 + + + + name + Git Modified Line + scope + git.changes.x + settings + + background + #272852 + + + + name + Git Added Line + scope + git.changes.+ + settings + + background + #275822 + + + + name + Git Remove Line + scope + git.changes.- + settings + + background + #A72822 + + + + uuid + 2fd1a8f9-ddfd-11e2-a28f-0800200c9a66 + colorSpaceName + sRGB + semanticClass + theme.dark.visual_studio_dark + + \ No newline at end of file