From 02755d0ef6bf431867659fb45e6e7761b9d92511 Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 8 Apr 2014 11:37:49 -0400 Subject: [PATCH 01/12] Refactored themes by language under `src/` --- src/_HEAD.dark | 361 ++++++++++++++++++++++++++++++++++++++++ src/_HEAD.light | 361 ++++++++++++++++++++++++++++++++++++++++ src/_TAIL.dark | 5 + src/_TAIL.light | 5 + src/c.dark | 104 ++++++++++++ src/c.light | 104 ++++++++++++ src/css.dark | 159 ++++++++++++++++++ src/css.light | 159 ++++++++++++++++++ src/diff.dark | 58 +++++++ src/diff.light | 58 +++++++ src/html.dark | 159 ++++++++++++++++++ src/html.light | 159 ++++++++++++++++++ src/java.dark | 65 ++++++++ src/java.light | 65 ++++++++ src/js.dark | 90 ++++++++++ src/js.light | 90 ++++++++++ src/markdown.dark | 184 ++++++++++++++++++++ src/markdown.light | 176 ++++++++++++++++++++ src/other.dark | 24 +++ src/other.light | 24 +++ src/perl.dark | 57 +++++++ src/perl.light | 57 +++++++ src/php.dark | 245 +++++++++++++++++++++++++++ src/php.light | 223 +++++++++++++++++++++++++ src/python.dark | 48 ++++++ src/python.light | 48 ++++++ src/rest.dark | 11 ++ src/rest.light | 11 ++ src/ruby.dark | 216 ++++++++++++++++++++++++ src/ruby.light | 216 ++++++++++++++++++++++++ src/shell.dark | 98 +++++++++++ src/shell.light | 98 +++++++++++ src/sublimelinter.dark | 85 ++++++++++ src/sublimelinter.light | 85 ++++++++++ src/tex.dark | 193 +++++++++++++++++++++ src/tex.light | 193 +++++++++++++++++++++ src/text.dark | 11 ++ src/text.light | 11 ++ 38 files changed, 4316 insertions(+) create mode 100644 src/_HEAD.dark create mode 100644 src/_HEAD.light create mode 100644 src/_TAIL.dark create mode 100644 src/_TAIL.light create mode 100644 src/c.dark create mode 100644 src/c.light create mode 100644 src/css.dark create mode 100644 src/css.light create mode 100644 src/diff.dark create mode 100644 src/diff.light create mode 100644 src/html.dark create mode 100644 src/html.light create mode 100644 src/java.dark create mode 100644 src/java.light create mode 100644 src/js.dark create mode 100644 src/js.light create mode 100644 src/markdown.dark create mode 100644 src/markdown.light create mode 100644 src/other.dark create mode 100644 src/other.light create mode 100644 src/perl.dark create mode 100644 src/perl.light create mode 100644 src/php.dark create mode 100644 src/php.light create mode 100644 src/python.dark create mode 100644 src/python.light create mode 100644 src/rest.dark create mode 100644 src/rest.light create mode 100644 src/ruby.dark create mode 100644 src/ruby.light create mode 100644 src/shell.dark create mode 100644 src/shell.light create mode 100644 src/sublimelinter.dark create mode 100644 src/sublimelinter.light create mode 100644 src/tex.dark create mode 100644 src/tex.light create mode 100644 src/text.dark create mode 100644 src/text.light diff --git a/src/_HEAD.dark b/src/_HEAD.dark new file mode 100644 index 0000000..9e5cf5f --- /dev/null +++ b/src/_HEAD.dark @@ -0,0 +1,361 @@ + + + + + name + Solarized (dark) + semanticClass + solarized.dark + gutterSettings + + background + #073642 + divider + #073642 + foreground + #586E75 + selectionBackground + #073642 + selectionForeground + #586E75 + + settings + + + settings + + background + #002B36 + caret + #819090 + foreground + #839496 + invisibles + #073642 + lineHighlight + #073642 + selection + #073642 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #586E75 + + + + name + String + scope + string + settings + + foreground + #2AA198 + + + + name + StringNumber + scope + string + settings + + foreground + #586E75 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #dc322f + + + + name + Number + scope + constant.numeric + settings + + foreground + #D33682 + + + + name + Variable + scope + variable.language, variable.other + settings + + foreground + #268BD2 + + + + name + Keyword + scope + keyword + settings + + foreground + #859900 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #859900 + + + + name + Class name + scope + entity.name.class, entity.name.type.class + settings + + foreground + #268BD2 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #268BD2 + + + + name + Variable start + scope + punctuation.definition.variable + settings + + foreground + #859900 + + + + name + Embedded code markers + scope + punctuation.section.embedded.begin, punctuation.section.embedded.end + settings + + foreground + #dc322f + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #dc322f + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #CB4B16 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + + + name + Function argument + scope + variable.parameter + settings + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + bold + foreground + #268BD2 + + + + name + Tag start/end + scope + punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end + settings + + foreground + #586E75 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #93A1A1 + + + + name + Library function + scope + support.function + settings + + foreground + #268BD2 + + + + name + Continuation + scope + punctuation.separator.continuation + settings + + foreground + #dc322f + + + + name + Library constant + scope + support.constant + settings + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #859900 + + + + name + Library Exception + scope + support.type.exception + settings + + foreground + #CB4B16 + + + + name + Special + scope + keyword.other.special-method + settings + + foreground + #CB4B16 + + + + name + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + name + Quoted String + scope + string.quoted.double, string.quoted.single + settings + + foreground + #2aa198 + + + + name + Quotes + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #dc322f + + diff --git a/src/_HEAD.light b/src/_HEAD.light new file mode 100644 index 0000000..c802690 --- /dev/null +++ b/src/_HEAD.light @@ -0,0 +1,361 @@ + + + + + name + Solarized (light) + semanticClass + solarized.light + gutterSettings + + background + __BASE2__ + divider + __BASE2__ + foreground + __BASE1__ + selectionBackground + __BASE2__ + selectionForeground + __BASE1__ + + settings + + + settings + + background + #FDF6E3 + caret + #000000 + foreground + #586E75 + invisibles + #EAE3C9 + lineHighlight + #EEE8D5 + selection + #EEE8D5 + + + + name + Comment + scope + comment + settings + + fontStyle + + foreground + #93A1A1 + + + + name + String + scope + string + settings + + foreground + #2aa198 + + + + name + StringNumber + scope + string + settings + + foreground + #586E75 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #dc322f + + + + name + Number + scope + constant.numeric + settings + + foreground + #d33682 + + + + name + Variable + scope + variable.language, variable.other + settings + + foreground + #268bd2 + + + + name + Keyword + scope + keyword + settings + + foreground + #859900 + + + + name + Storage + scope + storage + settings + + fontStyle + bold + foreground + #073642 + + + + name + Class name + scope + entity.name.class, entity.name.type.class + settings + + foreground + #268bd2 + + + + name + Function name + scope + entity.name.function + settings + + foreground + #268bd2 + + + + name + Variable start + scope + punctuation.definition.variable + settings + + foreground + #859900 + + + + name + Embedded code markers + scope + punctuation.section.embedded.begin, punctuation.section.embedded.end + settings + + foreground + #dc322f + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #dc322f + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #CB4B16 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + + + name + Function argument + scope + variable.parameter + settings + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + bold + foreground + #268bd2 + + + + name + Tag start/end + scope + punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end + settings + + foreground + #93A1A1 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + foreground + #93A1A1 + + + + name + Library function + scope + support.function + settings + + foreground + #268bd2 + + + + name + Continuation + scope + punctuation.separator.continuation + settings + + foreground + #dc322f + + + + name + Library constant + scope + support.constant + settings + + + + name + Library class/type + scope + support.type, support.class + settings + + foreground + #859900 + + + + name + Library Exception + scope + support.type.exception + settings + + foreground + #CB4B16 + + + + name + Special + scope + keyword.other.special-method + settings + + foreground + #CB4B16 + + + + name + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + name + Quoted String + scope + string.quoted.double, string.quoted.single + settings + + foreground + #2aa198 + + + + name + Quotes + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #dc322f + + diff --git a/src/_TAIL.dark b/src/_TAIL.dark new file mode 100644 index 0000000..bae03c6 --- /dev/null +++ b/src/_TAIL.dark @@ -0,0 +1,5 @@ + + uuid + A4299D9B-1DE5-4BC4-87F6-A757E71B1597 + + diff --git a/src/_TAIL.light b/src/_TAIL.light new file mode 100644 index 0000000..4d3e87d --- /dev/null +++ b/src/_TAIL.light @@ -0,0 +1,5 @@ + + uuid + 38E819D9-AE02-452F-9231-ECC3B204AFD7 + + diff --git a/src/c.dark b/src/c.dark new file mode 100644 index 0000000..50ca597 --- /dev/null +++ b/src/c.dark @@ -0,0 +1,104 @@ + + name + C: constant + scope + constant.numeric.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Meta Preprocessor + scope + meta.preprocessor.c.include, meta.preprocessor.macro.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: Keyword + scope + keyword.control.import.define.c, keyword.control.import.include.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: Function Preprocessor + scope + entity.name.function.preprocessor.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: include <something.c> + scope + meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Function + scope + support.function.C99.c, support.function.any-method.c, entity.name.function.c + settings + + fontStyle + + foreground + #586e75 + + + + name + C: " + scope + punctuation.definition.string.begin.c, punctuation.definition.string.end.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Storage Type + scope + storage.type.c + settings + + fontStyle + + foreground + #b58900 + + diff --git a/src/c.light b/src/c.light new file mode 100644 index 0000000..50ca597 --- /dev/null +++ b/src/c.light @@ -0,0 +1,104 @@ + + name + C: constant + scope + constant.numeric.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Meta Preprocessor + scope + meta.preprocessor.c.include, meta.preprocessor.macro.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: Keyword + scope + keyword.control.import.define.c, keyword.control.import.include.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: Function Preprocessor + scope + entity.name.function.preprocessor.c + settings + + fontStyle + + foreground + #cb4b16 + + + + name + C: include <something.c> + scope + meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Function + scope + support.function.C99.c, support.function.any-method.c, entity.name.function.c + settings + + fontStyle + + foreground + #586e75 + + + + name + C: " + scope + punctuation.definition.string.begin.c, punctuation.definition.string.end.c + settings + + fontStyle + + foreground + #2aa198 + + + + name + C: Storage Type + scope + storage.type.c + settings + + fontStyle + + foreground + #b58900 + + diff --git a/src/css.dark b/src/css.dark new file mode 100644 index 0000000..e90d3da --- /dev/null +++ b/src/css.dark @@ -0,0 +1,159 @@ + + name + CSS: Property + scope + entity.name.tag.css, support.type.property-name.css, meta.property-name.css + settings + + fontStyle + + foreground + #b58900 + + + + name + CSS: @font-face + scope + source.css + settings + + foreground + #dc322f + + + + name + CSS: Selector + scope + meta.selector.css + settings + + fontStyle + + foreground + #586e75 + + + + name + CSS: {} + scope + punctuation.section.property-list.css + settings + + foreground + #6c71c4 + + + + name + CSS: Numeric Value + scope + meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css + settings + + fontStyle + + foreground + #2aa198 + + + + name + CSS: Value + scope + meta.property-value.css + settings + + fontStyle + + foreground + #2aa198 + + + + name + CSS: !Important + scope + keyword.other.important.css + settings + + foreground + #dc322f + + + + name + CSS: Standard Value + scope + support.constant.color + settings + + foreground + #2aa198 + + + + name + CSS: Tag + scope + entity.name.tag.css + settings + + foreground + #859900 + + + + name + CSS: : , + scope + punctuation.separator.key-value.css, punctuation.terminator.rule.css + settings + + fontStyle + + foreground + #586e75 + + + + name + CSS .class + scope + entity.other.attribute-name.class.css + settings + + fontStyle + + foreground + #268BD2 + + + + name + CSS :pseudo + scope + entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css + settings + + fontStyle + + foreground + #cb4b16 + + + + name + CSS: #id + scope + entity.other.attribute-name.id.css + settings + + fontStyle + + foreground + #268BD2 + + diff --git a/src/css.light b/src/css.light new file mode 100644 index 0000000..87fd8b4 --- /dev/null +++ b/src/css.light @@ -0,0 +1,159 @@ + + name + CSS: Property + scope + entity.name.tag.css, support.type.property-name.css, meta.property-name.css + settings + + fontStyle + + foreground + #b58900 + + + + name + CSS: @font-face + scope + source.css + settings + + foreground + #dc322f + + + + name + CSS: Selector + scope + meta.selector.css + settings + + fontStyle + + foreground + #586e75 + + + + name + CSS: {} + scope + punctuation.section.property-list.css + settings + + foreground + #6c71c4 + + + + name + CSS: Numeric Value + scope + meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css + settings + + fontStyle + + foreground + #2aa198 + + + + name + CSS: Value + scope + meta.property-value.css + settings + + fontStyle + + foreground + #2aa198 + + + + name + CSS: !Important + scope + keyword.other.important.css + settings + + foreground + #dc322f + + + + name + CSS: Standard Value + scope + support.constant.color + settings + + foreground + #2aa198 + + + + name + CSS: Tag + scope + entity.name.tag.css + settings + + foreground + #859900 + + + + name + CSS: : , + scope + punctuation.separator.key-value.css, punctuation.terminator.rule.css + settings + + fontStyle + + foreground + #586e75 + + + + name + CSS .class + scope + entity.other.attribute-name.class.css + settings + + fontStyle + + foreground + #268bd2 + + + + name + CSS :pseudo + scope + entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css + settings + + fontStyle + + foreground + #cb4b16 + + + + name + CSS: #id + scope + entity.other.attribute-name.id.css + settings + + fontStyle + + foreground + #268bd2 + + diff --git a/src/diff.dark b/src/diff.dark new file mode 100644 index 0000000..4898920 --- /dev/null +++ b/src/diff.dark @@ -0,0 +1,58 @@ + + name + diff: header + scope + meta.diff, meta.diff.header + settings + + background + #b58900 + fontStyle + italic + foreground + #E0EDDD + + + + name + diff: deleted + scope + markup.deleted + settings + + background + #eee8d5 + fontStyle + + foreground + #dc322f + + + + name + diff: changed + scope + markup.changed + settings + + background + #eee8d5 + fontStyle + + foreground + #cb4b16 + + + + name + diff: inserted + scope + markup.inserted + settings + + background + #eee8d5 + foreground + #219186 + + diff --git a/src/diff.light b/src/diff.light new file mode 100644 index 0000000..b7c888b --- /dev/null +++ b/src/diff.light @@ -0,0 +1,58 @@ + + name + diff: header + scope + meta.diff, meta.diff.header + settings + + background + #b58900 + fontStyle + italic + foreground + #E0EDDD + + + + name + diff: deleted + scope + markup.deleted + settings + + background + #eee8d5 + fontStyle + + foreground + #dc322f + + + + name + diff: changed + scope + markup.changed + settings + + background + #eee8d5 + fontStyle + + foreground + #cb4b16 + + + + name + diff: inserted + scope + markup.inserted + settings + + background + #eee8d5 + foreground + #219186 + + diff --git a/src/html.dark b/src/html.dark new file mode 100644 index 0000000..3e57d7d --- /dev/null +++ b/src/html.dark @@ -0,0 +1,159 @@ + + name + HTML: Doctype + scope + entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html + settings + + fontStyle + italic + foreground + #93a1a1 + + + + name + HTML: Comment Block + scope + comment.block.html + settings + + fontStyle + italic + foreground + #839496 + + + + name + HTML: Script + scope + entity.name.tag.script.html + settings + + fontStyle + italic + + + + name + HTML: Style + scope + source.css.embedded.html string.quoted.double.html + settings + + fontStyle + + foreground + #2aa198 + + + + name + HTML: Text + scope + text.html.ruby + settings + + fontStyle + bold + foreground + #cb4b16 + + + + name + HTML: = + scope + text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html + settings + + fontStyle + + foreground + #657b83 + + + + name + HTML: something= + scope + text.html.basic entity.other.attribute-name.html + settings + + foreground + #657b83 + + + + name + HTML: " + scope + text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html + settings + + fontStyle + + foreground + #2aa198 + + + + name + HTML: <tag> + scope + entity.name.tag.block.any.html + settings + + fontStyle + bold + foreground + #268BD2 + + + + name + HTML: style + scope + source.css.embedded.html entity.name.tag.style.html + settings + + fontStyle + italic + + + + name + HTML: <style> + scope + entity.name.tag.style.html + settings + + fontStyle + + + + + name + HTML: {} + scope + text.html.basic punctuation.section.property-list.css + settings + + fontStyle + + + + + name + HTML: Embeddable + scope + source.css.embedded.html, comment.block.html + settings + + fontStyle + italic + foreground + #839496 + + diff --git a/src/html.light b/src/html.light new file mode 100644 index 0000000..25f83e6 --- /dev/null +++ b/src/html.light @@ -0,0 +1,159 @@ + + name + HTML: Doctype + scope + entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html + settings + + fontStyle + italic + foreground + #93a1a1 + + + + name + HTML: Comment Block + scope + comment.block.html + settings + + fontStyle + italic + foreground + #839496 + + + + name + HTML: Script + scope + entity.name.tag.script.html + settings + + fontStyle + italic + + + + name + HTML: Style + scope + source.css.embedded.html string.quoted.double.html + settings + + fontStyle + + foreground + #2aa198 + + + + name + HTML: Text + scope + text.html.ruby + settings + + fontStyle + bold + foreground + #cb4b16 + + + + name + HTML: = + scope + text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html + settings + + fontStyle + + foreground + #657b83 + + + + name + HTML: something= + scope + text.html.basic entity.other.attribute-name.html + settings + + foreground + #657b83 + + + + name + HTML: " + scope + text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html + settings + + fontStyle + + foreground + #2aa198 + + + + name + HTML: <tag> + scope + entity.name.tag.block.any.html + settings + + fontStyle + bold + foreground + #268bd2 + + + + name + HTML: style + scope + source.css.embedded.html entity.name.tag.style.html + settings + + fontStyle + italic + + + + name + HTML: <style> + scope + entity.name.tag.style.html + settings + + fontStyle + + + + + name + HTML: {} + scope + text.html.basic punctuation.section.property-list.css + settings + + fontStyle + + + + + name + HTML: Embeddable + scope + source.css.embedded.html, comment.block.html + settings + + fontStyle + italic + foreground + #839496 + + diff --git a/src/java.dark b/src/java.dark new file mode 100644 index 0000000..ef48e6f --- /dev/null +++ b/src/java.dark @@ -0,0 +1,65 @@ + + name + Java: import + scope + keyword.other.import.java + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Java: meta-import + scope + storage.modifier.import.java + settings + + fontStyle + + foreground + #586E75 + + + + name + Java: Class + scope + meta.class.java storage.modifier.java + settings + + fontStyle + + foreground + #b58900 + + + + name + Java: /* comment */ + scope + source.java comment.block + settings + + fontStyle + + foreground + #586e75 + + + + name + Java: /* @param */ + scope + comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc + settings + + fontStyle + + foreground + #586e75 + + diff --git a/src/java.light b/src/java.light new file mode 100644 index 0000000..ef48e6f --- /dev/null +++ b/src/java.light @@ -0,0 +1,65 @@ + + name + Java: import + scope + keyword.other.import.java + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Java: meta-import + scope + storage.modifier.import.java + settings + + fontStyle + + foreground + #586E75 + + + + name + Java: Class + scope + meta.class.java storage.modifier.java + settings + + fontStyle + + foreground + #b58900 + + + + name + Java: /* comment */ + scope + source.java comment.block + settings + + fontStyle + + foreground + #586e75 + + + + name + Java: /* @param */ + scope + comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc + settings + + fontStyle + + foreground + #586e75 + + diff --git a/src/js.dark b/src/js.dark new file mode 100644 index 0000000..bc38571 --- /dev/null +++ b/src/js.dark @@ -0,0 +1,90 @@ + + name + JS: Function Name + scope + meta.function.js, entity.name.function.js, support.function.dom.js + settings + + foreground + #b58900 + + + + name + JS: Source + scope + text.html.basic source.js.embedded.html + settings + + fontStyle + + foreground + #b58900 + + + + name + JS: Function + scope + storage.type.function.js + settings + + foreground + #268BD2 + + + + name + JS: Numeric Constant + scope + constant.numeric.js + settings + + foreground + #2aa198 + + + + name + JS: [] + scope + meta.brace.square.js + settings + + foreground + #268BD2 + + + + name + JS: Storage Type + scope + storage.type.js + settings + + foreground + #268BD2 + + + + name + () + scope + meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js + settings + + foreground + #93A1A1 + + + + name + {} + scope + meta.brace.curly.js + settings + + foreground + #268BD2 + + diff --git a/src/js.light b/src/js.light new file mode 100644 index 0000000..73c45fb --- /dev/null +++ b/src/js.light @@ -0,0 +1,90 @@ + + name + JS: Function Name + scope + meta.function.js, entity.name.function.js, support.function.dom.js + settings + + foreground + #b58900 + + + + name + JS: Source + scope + text.html.basic source.js.embedded.html + settings + + fontStyle + + foreground + #b58900 + + + + name + JS: Function + scope + storage.type.function.js + settings + + foreground + #268bd2 + + + + name + JS: Numeric Constant + scope + constant.numeric.js + settings + + foreground + #2aa198 + + + + name + JS: [] + scope + meta.brace.square.js + settings + + foreground + #268bd2 + + + + name + JS: Storage Type + scope + storage.type.js + settings + + foreground + #268bd2 + + + + name + () + scope + meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js + settings + + foreground + #93A1A1 + + + + name + {} + scope + meta.brace.curly.js + settings + + foreground + #268bd2 + + diff --git a/src/markdown.dark b/src/markdown.dark new file mode 100644 index 0000000..7a62377 --- /dev/null +++ b/src/markdown.dark @@ -0,0 +1,184 @@ + + name + Markdown: Linebreak + scope + text.html.markdown meta.dummy.line-break + settings + + background + #b58900 + foreground + #E0EDDD + + + + name + Markdown: Raw + scope + text.html.markdown markup.raw.inline + settings + + foreground + #2aa198 + + + + name + Markdown: Headings + scope + markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown, markup.heading.3.markdown, markup.heading.4.markdown, markup.heading.5.markdown, markup.heading.6.markdown + settings + + foreground + #268BD2 + + + + name + Markdown: Bold + scope + markup.bold.markdown + settings + + fontStyle + bold + foreground + #839496 + + + + name + Markdown: Italic + scope + markup.italic.markdown + settings + + fontStyle + italic + foreground + #839496 + + + + name + Markdown: Punctuation for Bold, Italic, and Inline Block + scope + punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.raw.markdown + settings + + foreground + #dc322f + + + + name + Markdown: Bulleted List + scope + markup.list.unnumbered.markdown + settings + + foreground + #B58900 + + + + name + Markdown: Numbered List + scope + markup.list.numbered.markdown + settings + + foreground + #859900 + + + + name + Markdown: Block and Inline Block + scope + markup.raw.block.markdown, markup.raw.inline.markdown + settings + + foreground + #2AA198 + + + + name + Markdown: Quote Block and Punctuation + scope + markup.quote.markdown, punctuation.definition.blockquote.markdown + settings + + foreground + #6C71C4 + + + + name + Markdown: Seperator + scope + meta.separator.markdown + settings + + foreground + #D33682 + + + + name + Markdown: Link and Reference URL + scope + meta.image.inline.markdown, markup.underline.link.markdown + settings + + fontStyle + italic + foreground + #586E75 + + + + name + Markdown: Link Title, Image Description + scope + string.other.link.title.markdown, string.other.link.description.markdown + settings + + foreground + #93A1A1 + + + + name + Markdown: Angle Brakets on Link and Image + scope + punctuation.definition.link.markdown + settings + + foreground + #586E75 + + + + name + Markdown: Parens on Link and Image + scope + punctuation.definition.metadata.markdown + settings + + foreground + #586E75 + + + + name + Markdown: Square Brakets on Link, Image, and Reference + scope + punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.constant.markdown + settings + + foreground + #586E75 + + diff --git a/src/markdown.light b/src/markdown.light new file mode 100644 index 0000000..1258c3e --- /dev/null +++ b/src/markdown.light @@ -0,0 +1,176 @@ + + name + Markdown: Linebreak + scope + text.html.markdown meta.dummy.line-break + settings + + background + #A57706 + foreground + #E0EDDD + + + + name + Markdown: Raw + scope + text.html.markdown markup.raw.inline + settings + + foreground + #2aa198 + + + + name + Markdown: Headings + scope + markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown, markup.heading.3.markdown, markup.heading.4.markdown, markup.heading.5.markdown, markup.heading.6.markdown + settings + + foreground + #268bd2 + + + + name + Markdown: Bold + scope + markup.bold.markdown + settings + + fontStyle + bold + foreground + #586E75 + + + + name + Markdown: Italic + scope + markup.italic.markdown + settings + + fontStyle + italic + foreground + #586E75 + + + + name + Markdown: Punctuation for Bold, Italic, and Inline Block + scope + punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.raw.markdown + settings + + foreground + #DC322F + + + + name + Markdown: Bulleted List + scope + markup.list.unnumbered.markdown + settings + + foreground + #B58900 + + + + name + Markdown: Numbered List + scope + markup.list.numbered.markdown + settings + + foreground + #859900 + + + + name + Markdown: Block and Inline Block + scope + markup.raw.block.markdown, markup.raw.inline.markdown + settings + + foreground + #2aa198 + + + + name + markup.quote.markdown + scope + markup.quote.markdown + settings + + foreground + #6c71c4 + + + + + name + punctuation.definition.blockquote.markdown + scope + punctuation.definition.blockquote.markdown + settings + + foreground + #6c71c4 + + + + + name + Markdown: Seperator + scope + meta.separator.markdown + settings + + foreground + #d33682 + + + + + name + Markdown: Link URL, Reference + scope + markup.underline.link.markdown + settings + + foreground + #839496 + + + + + name + Markdown: Link Title + scope + markup.underline.link.markdown + settings + + foreground + #839496 + + + + + name + Markdown: Link Punctuation + scope + meta.link.inet.markdown, meta.link.email.lt-gt.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.link.markdown + settings + + foreground + #DC322F + + diff --git a/src/other.dark b/src/other.dark new file mode 100644 index 0000000..0adf5b6 --- /dev/null +++ b/src/other.dark @@ -0,0 +1,24 @@ + + name + Other: Removal + scope + other.package.exclude, other.remove + settings + + fontStyle + + foreground + #dc322f + + + + name + Other: Add + scope + other.add + settings + + foreground + #2aa198 + + diff --git a/src/other.light b/src/other.light new file mode 100644 index 0000000..0adf5b6 --- /dev/null +++ b/src/other.light @@ -0,0 +1,24 @@ + + name + Other: Removal + scope + other.package.exclude, other.remove + settings + + fontStyle + + foreground + #dc322f + + + + name + Other: Add + scope + other.add + settings + + foreground + #2aa198 + + diff --git a/src/perl.dark b/src/perl.dark new file mode 100644 index 0000000..80e5a11 --- /dev/null +++ b/src/perl.dark @@ -0,0 +1,57 @@ + + name + Perl: variables + scope + punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl + settings + + foreground + #B58900 + + + + name + Perl: functions + scope + support.function.perl + settings + + foreground + #859900 + + + + name + Perl: comments + scope + comment.line.number-sign.perl + settings + + fontStyle + italic + foreground + #586E75 + + + + name + Perl: quotes + scope + punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl + settings + + foreground + #2AA198 + + + + name + Perl: \char + scope + constant.character.escape.perl + settings + + foreground + #DC322F + + diff --git a/src/perl.light b/src/perl.light new file mode 100644 index 0000000..8eb8e68 --- /dev/null +++ b/src/perl.light @@ -0,0 +1,57 @@ + + name + Perl: variables + scope + punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl + settings + + foreground + #b58900 + + + + name + Perl: functions + scope + support.function.perl + settings + + foreground + #859900 + + + + name + Perl: comments + scope + comment.line.number-sign.perl + settings + + fontStyle + italic + foreground + #586E75 + + + + name + Perl: quotes + scope + punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl + settings + + foreground + #2aa198 + + + + name + Perl: \char + scope + constant.character.escape.perl + settings + + foreground + #DC322F + + diff --git a/src/php.dark b/src/php.dark new file mode 100644 index 0000000..2aa6193 --- /dev/null +++ b/src/php.dark @@ -0,0 +1,245 @@ + + name + PHP: Quoted Single + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #839496 + + + + name + PHP: Class Names + scope + support.class.php + settings + + foreground + #839496 + + + + name + PHP: [] + scope + keyword.operator.index-start.php, keyword.operator.index-end.php + settings + + foreground + #dc322f + + + + name + PHP: Array + scope + meta.array.php + settings + + foreground + #586e75 + + + + name + PHP: Array() + scope + meta.array.php support.function.construct.php, meta.array.empty.php support.function.construct.php + settings + + fontStyle + + foreground + #b58900 + + + + name + PHP: Array Construct + scope + support.function.construct.php + settings + + foreground + #b58900 + + + + name + PHP: Array Begin + scope + punctuation.definition.array.begin, punctuation.definition.array.end + settings + + foreground + #dc322f + + + + name + PHP: Numeric Constant + scope + constant.numeric.php + settings + + foreground + #2aa198 + + + + name + PHP: New + scope + keyword.other.new.php + settings + + foreground + #CB4B16 + + + + name + PHP: :: + scope + keyword.operator.class + settings + + fontStyle + + foreground + #839496 + + + + name + PHP: Other Property + scope + variable.other.property.php + settings + + foreground + #93a1a1 + + + + name + PHP: Class + scope + storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php + settings + + foreground + #b58900 + + + + name + PHP: Class Function + settings + + + + name + PHP: Semicolon + scope + punctuation.terminator.expression.php + settings + + foreground + #839496 + + + + name + PHP: Inherited Class + scope + meta.other.inherited-class.php + settings + + fontStyle + + foreground + #586e75 + + + + name + PHP: Storage Type + scope + storage.type.php + settings + + foreground + #859900 + + + + name + PHP: Function + scope + entity.name.function.php + settings + + foreground + #93a1a1 + + + + name + PHP: Function Construct + scope + support.function.construct.php + settings + + foreground + #859900 + + + + name + PHP: Function Call + scope + entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php + settings + + foreground + #839496 + + + + name + PHP: Comment + scope + keyword.other.phpdoc + settings + + fontStyle + + foreground + #93a1a1 + + + + name + PHP: Source Emebedded + scope + source.php.embedded.block.html + settings + + foreground + #cb4b16 + + + + name + PHP: Storage Type Function + scope + storage.type.function.php + settings + + foreground + #cb4b16 + + diff --git a/src/php.light b/src/php.light new file mode 100644 index 0000000..4bc4c55 --- /dev/null +++ b/src/php.light @@ -0,0 +1,223 @@ + + name + PHP: Quoted Single + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #839496 + + + + name + PHP: [] + scope + keyword.operator.index-start.php, keyword.operator.index-end.php + settings + + foreground + #dc322f + + + + name + PHP: Array + scope + meta.array.php + settings + + foreground + #586e75 + + + + name + PHP: Array() + scope + meta.array.php support.function.construct.php, meta.array.empty.php support.function.construct.php + settings + + fontStyle + + foreground + #b58900 + + + + name + PHP: Array Construct + scope + support.function.construct.php + settings + + foreground + #b58900 + + + + name + PHP: Array Begin + scope + punctuation.definition.array.begin, punctuation.definition.array.end + settings + + foreground + #dc322f + + + + name + PHP: Numeric Constant + scope + constant.numeric.php + settings + + foreground + #2aa198 + + + + name + PHP: New + scope + keyword.other.new.php + settings + + foreground + #CB4B16 + + + + name + PHP: :: + scope + support.class.php, keyword.operator.class + settings + + fontStyle + + foreground + #586e75 + + + + name + PHP: Other Property + scope + variable.other.property.php + settings + + foreground + #93a1a1 + + + + name + PHP: Class + scope + storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php + settings + + foreground + #b58900 + + + + name + PHP: Class Function + settings + + + + name + PHP: Inherited Class + scope + meta.other.inherited-class.php + settings + + fontStyle + + foreground + #586e75 + + + + name + PHP: Storage Type + scope + storage.type.php + settings + + foreground + #859900 + + + + name + PHP: Function + scope + entity.name.function.php + settings + + foreground + #93a1a1 + + + + name + PHP: Function Construct + scope + support.function.construct.php + settings + + foreground + #859900 + + + + name + PHP: Function Call + scope + entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php + settings + + foreground + #839496 + + + + name + PHP: Comment + scope + keyword.other.phpdoc + settings + + fontStyle + + foreground + #93a1a1 + + + + name + PHP: Source Emebedded + scope + source.php.embedded.block.html + settings + + foreground + #cb4b16 + + + + name + PHP: Storage Type Function + scope + storage.type.function.php + settings + + foreground + #cb4b16 + + diff --git a/src/python.dark b/src/python.dark new file mode 100644 index 0000000..62206ce --- /dev/null +++ b/src/python.dark @@ -0,0 +1,48 @@ + + name + Python: docstring + scope + string.quoted.double.block.python + settings + + fontStyle + + foreground + #586e75 + + + + name + Python: storage + scope + storage.type.class.python, storage.type.function.python, storage.modifier.global.python + settings + + fontStyle + + foreground + #859900 + + + + name + Python: import + scope + keyword.control.import.python, keyword.control.import.from.python + settings + + foreground + #cb4b16 + + + + name + Python: Support.exception + scope + support.type.exception.python + settings + + foreground + #b58900 + + diff --git a/src/python.light b/src/python.light new file mode 100644 index 0000000..62206ce --- /dev/null +++ b/src/python.light @@ -0,0 +1,48 @@ + + name + Python: docstring + scope + string.quoted.double.block.python + settings + + fontStyle + + foreground + #586e75 + + + + name + Python: storage + scope + storage.type.class.python, storage.type.function.python, storage.modifier.global.python + settings + + fontStyle + + foreground + #859900 + + + + name + Python: import + scope + keyword.control.import.python, keyword.control.import.from.python + settings + + foreground + #cb4b16 + + + + name + Python: Support.exception + scope + support.type.exception.python + settings + + foreground + #b58900 + + diff --git a/src/rest.dark b/src/rest.dark new file mode 100644 index 0000000..ce0beff --- /dev/null +++ b/src/rest.dark @@ -0,0 +1,11 @@ + + name + reST raw + scope + text.restructuredtext markup.raw + settings + + foreground + #2aa198 + + diff --git a/src/rest.light b/src/rest.light new file mode 100644 index 0000000..ce0beff --- /dev/null +++ b/src/rest.light @@ -0,0 +1,11 @@ + + name + reST raw + scope + text.restructuredtext markup.raw + settings + + foreground + #2aa198 + + diff --git a/src/ruby.dark b/src/ruby.dark new file mode 100644 index 0000000..7cf17e1 --- /dev/null +++ b/src/ruby.dark @@ -0,0 +1,216 @@ + + name + Ruby: Variable definition + scope + punctuation.definition.variable.ruby + settings + + fontStyle + + foreground + #268BD2 + + + + name + Ruby: Function Name + scope + meta.function.method.with-arguments.ruby + settings + + foreground + #657b83 + + + + name + Ruby: Variable + scope + variable.language.ruby + settings + + foreground + #2aa198 + + + + name + Ruby: Function + scope + entity.name.function.ruby + settings + + foreground + #268BD2 + + + + name + Ruby: Keyword Control + scope + keyword.control.ruby, keyword.control.def.ruby + settings + + fontStyle + bold + foreground + #859900 + + + + name + Ruby: Class + scope + keyword.control.class.ruby, meta.class.ruby + settings + + foreground + #859900 + + + + name + Ruby: Class Name + scope + entity.name.type.class.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: Keyword + scope + keyword.control.ruby + settings + + fontStyle + + foreground + #859900 + + + + name + Ruby: Support Class + scope + support.class.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #859900 + + + + name + Ruby: Constant + scope + constant.language.ruby, constant.numeric.ruby + settings + + foreground + #2aa198 + + + + name + Ruby: Constant Other + scope + variable.other.constant.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: :symbol + scope + constant.other.symbol.ruby + settings + + fontStyle + + foreground + #2aa198 + + + + name + Ruby: Punctuation Section '' + scope + punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby + settings + + foreground + #dc322f + + + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #cb4b16 + + + + name + PHP: Include + scope + keyword.control.import.include.php + settings + + foreground + #cb4b16 + + + + name + Ruby: erb = + scope + text.html.ruby meta.tag.inline.any.html + settings + + fontStyle + + foreground + #839496 + + + + name + Ruby: erb "" + scope + text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end + settings + + fontStyle + + foreground + #2aa198 + + diff --git a/src/ruby.light b/src/ruby.light new file mode 100644 index 0000000..58ac6e8 --- /dev/null +++ b/src/ruby.light @@ -0,0 +1,216 @@ + + name + Ruby: Variable definition + scope + punctuation.definition.variable.ruby + settings + + fontStyle + + foreground + #268bd2 + + + + name + Ruby: Function Name + scope + meta.function.method.with-arguments.ruby + settings + + foreground + #657b83 + + + + name + Ruby: Variable + scope + variable.language.ruby + settings + + foreground + #2aa198 + + + + name + Ruby: Function + scope + entity.name.function.ruby + settings + + foreground + #268bd2 + + + + name + Ruby: Keyword Control + scope + keyword.control.ruby, keyword.control.def.ruby + settings + + fontStyle + bold + foreground + #859900 + + + + name + Ruby: Class + scope + keyword.control.class.ruby, meta.class.ruby + settings + + foreground + #859900 + + + + name + Ruby: Class Name + scope + entity.name.type.class.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: Keyword + scope + keyword.control.ruby + settings + + fontStyle + + foreground + #859900 + + + + name + Ruby: Support Class + scope + support.class.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #859900 + + + + name + Ruby: Constant + scope + constant.language.ruby, constant.numeric.ruby + settings + + foreground + #2aa198 + + + + name + Ruby: Constant Other + scope + variable.other.constant.ruby + settings + + fontStyle + + foreground + #b58900 + + + + name + Ruby: :symbol + scope + constant.other.symbol.ruby + settings + + fontStyle + + foreground + #2aa198 + + + + name + Ruby: Punctuation Section '' + scope + punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby + settings + + foreground + #dc322f + + + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #cb4b16 + + + + name + PHP: Include + scope + keyword.control.import.include.php + settings + + foreground + #cb4b16 + + + + name + Ruby: erb = + scope + text.html.ruby meta.tag.inline.any.html + settings + + fontStyle + + foreground + #839496 + + + + name + Ruby: erb "" + scope + text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end + settings + + fontStyle + + foreground + #2aa198 + + diff --git a/src/shell.dark b/src/shell.dark new file mode 100644 index 0000000..e2bba91 --- /dev/null +++ b/src/shell.dark @@ -0,0 +1,98 @@ + + name + Shell: builtin + scope + support.function.builtin.shell + settings + + foreground + #859900 + + + + name + Shell: variable + scope + variable.other.normal.shell + settings + + foreground + #cb4b16 + + + + name + Shell: DOT_FILES + scope + source.shell + settings + + fontStyle + + foreground + #268BD2 + + + + name + Shell: meta scope in loop + scope + meta.scope.for-in-loop.shell, variable.other.loop.shell + settings + + fontStyle + + foreground + #586e75 + + + + name + Shell: "" + scope + punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell + settings + + fontStyle + + foreground + #859900 + + + + name + Shell: Meta Block + scope + meta.scope.case-block.shell, meta.scope.case-body.shell + settings + + fontStyle + + foreground + #586e75 + + + + name + Shell: [] + scope + punctuation.definition.logical-expression.shell + settings + + fontStyle + + foreground + #dc322f + + + + name + Shell: Comment + scope + comment.line.number-sign.shell + settings + + fontStyle + italic + + diff --git a/src/shell.light b/src/shell.light new file mode 100644 index 0000000..53a2506 --- /dev/null +++ b/src/shell.light @@ -0,0 +1,98 @@ + + name + Shell: builtin + scope + support.function.builtin.shell + settings + + foreground + #859900 + + + + name + Shell: variable + scope + variable.other.normal.shell + settings + + foreground + #cb4b16 + + + + name + Shell: DOT_FILES + scope + source.shell + settings + + fontStyle + + foreground + #268bd2 + + + + name + Shell: meta scope in loop + scope + meta.scope.for-in-loop.shell, variable.other.loop.shell + settings + + fontStyle + + foreground + #586e75 + + + + name + Shell: "" + scope + punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell + settings + + fontStyle + + foreground + #859900 + + + + name + Shell: Meta Block + scope + meta.scope.case-block.shell, meta.scope.case-body.shell + settings + + fontStyle + + foreground + #586e75 + + + + name + Shell: [] + scope + punctuation.definition.logical-expression.shell + settings + + fontStyle + + foreground + #dc322f + + + + name + Shell: Comment + scope + comment.line.number-sign.shell + settings + + fontStyle + italic + + diff --git a/src/sublimelinter.dark b/src/sublimelinter.dark new file mode 100644 index 0000000..6bd175d --- /dev/null +++ b/src/sublimelinter.dark @@ -0,0 +1,85 @@ + + name + SublimeLinter Annotations + scope + sublimelinter.notes + settings + + background + #eee8d5 + foreground + #eee8d5 + + + + name + SublimeLinter Error Outline + scope + sublimelinter.outline.illegal + settings + + background + #93A1A1 + foreground + #93A1A1 + + + + name + SublimeLinter Error Underline + scope + sublimelinter.underline.illegal + settings + + background + #DC322F + + + + name + SublimeLinter Warning Outline + scope + sublimelinter.outline.warning + settings + + background + #839496 + foreground + #839496 + + + + name + SublimeLinter Warning Underline + scope + sublimelinter.underline.warning + settings + + background + #B58900 + + + + name + SublimeLinter Violation Outline + scope + sublimelinter.outline.violation + settings + + background + #657b83 + foreground + #657b83 + + + + name + SublimeLinter Violation Underline + scope + sublimelinter.underline.violation + settings + + background + #CB4B16 + + diff --git a/src/sublimelinter.light b/src/sublimelinter.light new file mode 100644 index 0000000..49f7f25 --- /dev/null +++ b/src/sublimelinter.light @@ -0,0 +1,85 @@ + + name + SublimeLinter Annotations + scope + sublimelinter.notes + settings + + background + #eee8d5 + foreground + #eee8d5 + + + + name + SublimeLinter Error Outline + scope + sublimelinter.outline.illegal + settings + + background + #93a1a1 + foreground + #93a1a1 + + + + name + SublimeLinter Error Underline + scope + sublimelinter.underline.illegal + settings + + background + #dc322f + + + + name + SublimeLinter Warning Outline + scope + sublimelinter.outline.warning + settings + + background + #839496 + foreground + #839496 + + + + name + SublimeLinter Warning Underline + scope + sublimelinter.underline.warning + settings + + background + #b58900 + + + + name + SublimeLinter Violation Outline + scope + sublimelinter.outline.violation + settings + + background + #657b83 + foreground + #657b83 + + + + name + SublimeLinter Violation Underline + scope + sublimelinter.underline.violation + settings + + background + #cb4b16 + + diff --git a/src/tex.dark b/src/tex.dark new file mode 100644 index 0000000..5ee94eb --- /dev/null +++ b/src/tex.dark @@ -0,0 +1,193 @@ + + name + Tex: {} + scope + punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: {text} + scope + meta.group.braces.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: Other Math + scope + string.other.math.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: {var} + scope + variable.parameter.function.latex + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Tex: Math \\ + scope + punctuation.definition.constant.math.tex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: Constant Math + scope + text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: Other Math String + scope + string.other.math.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: $ + scope + punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: \label + scope + keyword.control.label.latex, text.tex.latex constant.other.general.math.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: \label { } + scope + variable.parameter.definition.label.latex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: Function + scope + support.function.be.latex + settings + + fontStyle + + foreground + #859900 + + + + name + Tex: Support Function Section + scope + support.function.section.latex + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Tex: Support Function + scope + support.function.general.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: Comment + scope + punctuation.definition.comment.tex, comment.line.percentage.tex + settings + + fontStyle + italic + + + + name + Tex: Reference Label + scope + keyword.control.ref.latex + settings + + fontStyle + + foreground + #2aa198 + + diff --git a/src/tex.light b/src/tex.light new file mode 100644 index 0000000..5ee94eb --- /dev/null +++ b/src/tex.light @@ -0,0 +1,193 @@ + + name + Tex: {} + scope + punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: {text} + scope + meta.group.braces.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: Other Math + scope + string.other.math.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: {var} + scope + variable.parameter.function.latex + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Tex: Math \\ + scope + punctuation.definition.constant.math.tex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: Constant Math + scope + text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: Other Math String + scope + string.other.math.tex + settings + + fontStyle + + foreground + #b58900 + + + + name + Tex: $ + scope + punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: \label + scope + keyword.control.label.latex, text.tex.latex constant.other.general.math.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: \label { } + scope + variable.parameter.definition.label.latex + settings + + fontStyle + + foreground + #dc322f + + + + name + Tex: Function + scope + support.function.be.latex + settings + + fontStyle + + foreground + #859900 + + + + name + Tex: Support Function Section + scope + support.function.section.latex + settings + + fontStyle + + foreground + #cb4b16 + + + + name + Tex: Support Function + scope + support.function.general.tex + settings + + fontStyle + + foreground + #2aa198 + + + + name + Tex: Comment + scope + punctuation.definition.comment.tex, comment.line.percentage.tex + settings + + fontStyle + italic + + + + name + Tex: Reference Label + scope + keyword.control.ref.latex + settings + + fontStyle + + foreground + #2aa198 + + diff --git a/src/text.dark b/src/text.dark new file mode 100644 index 0000000..72a8ccf --- /dev/null +++ b/src/text.dark @@ -0,0 +1,11 @@ + + name + text plain + scope + text.plain + settings + + foreground + #6a8187 + + diff --git a/src/text.light b/src/text.light new file mode 100644 index 0000000..72a8ccf --- /dev/null +++ b/src/text.light @@ -0,0 +1,11 @@ + + name + text plain + scope + text.plain + settings + + foreground + #6a8187 + + From b01ed2ed634709be9373364d90b0e10777635765 Mon Sep 17 00:00:00 2001 From: Zearin Date: Tue, 8 Apr 2014 11:38:02 -0400 Subject: [PATCH 02/12] Add build.sh --- build.sh | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..0e50166 --- /dev/null +++ b/build.sh @@ -0,0 +1,115 @@ +#!/usr/bin/env bash + +# +# Concatenates settings from +# + + +# +# DIRECTORIES +# +readonly DIRSRC='src' +readonly DIRBUILD='build' + +# +# Solarized colors +# http://ethanschoonover.com/solarized/#the-values +# +readonly BASE03='#002b36' +readonly BASE02='#073642' +readonly BASE01='#586e75' +readonly BASE00='#657b83' + +readonly BASE0='#839496' +readonly BASE1='#93a1a1' +readonly BASE2='#eee8d5' +readonly BASE3='#fdf6e3' + +readonly YELLOW='#b58900' +readonly ORANGE='#cb4b16' +readonly RED='#dc322f' +readonly MAGENTA='#d33682' +readonly VIOLET='#6c71c4' +readonly BLUE='#268bd2' +readonly CYAN='#2aa198' +readonly GREEN='#859900' + + +# +# Array containing parts for concatenation +# +declare -a PARTS=( + '_HEAD' + 'css' + 'js' + 'html' + 'ruby' + 'php' + 'c' + 'diff' + 'markdown' + 'rest' + 'other' + 'tex' + 'python' + 'shell' + 'java' + 'perl' + 'text' + 'sublimelinter' + '_TAIL' +); + + +# +# Clean previous builds +# +clean () +{ + rm -vrf "$DIRBUILD" && mkdir "$DIRBUILD" + echo "" +} + + +# +# Accepts either 'light' or 'dark' argument, concatenates files +# under $DIRSRC with that suffix, and outputs the result to $DIRBUILD. +# +concat () +{ + if [[ $1 = 'light' || $1 = 'dark' ]]; then + themestyle=$1 + outfile="${DIRBUILD}"/"Solarized ($themestyle).tmTheme" + + for i in "${PARTS[@]}" + do + infile="${DIRSRC}/${i}.${themestyle}" + cat "${infile}" >> "${outfile}" + done + + echo "Built ‘${outfile}’" + fi +} + + +# +# Cleans $DIRBUILD and regenerates theme files +# +run () +{ + clean + + for style in "light" "dark" + do + concat $style + done + + echo "" + echo "Done!" + exit 0 +} + + +run && exit 0 + +exit 1 \ No newline at end of file From e2ac3e375521e19abab6e15ab6a0c20f6611e527 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 09:04:19 -0400 Subject: [PATCH 03/12] build.sh: Fix colorization; update comments, output --- build.sh | 117 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 86 insertions(+), 31 deletions(-) diff --git a/build.sh b/build.sh index 0e50166..1cfdcaf 100755 --- a/build.sh +++ b/build.sh @@ -1,17 +1,22 @@ #!/usr/bin/env bash +# -*- coding: utf-8 -*- -# -# Concatenates settings from -# +#-------------------------------------------------------------------- +# Concatenates language-specific pieces of the Solarized them +# under $DIRSRC (default: ‘src’), and builds them into the +# dark and light *.tmTheme files under $DIRBUILD (default: ‘build’). +#-------------------------------------------------------------------- -# + +#-------------------------------------------------------------------- # DIRECTORIES # readonly DIRSRC='src' readonly DIRBUILD='build' -# + +#-------------------------------------------------------------------- # Solarized colors # http://ethanschoonover.com/solarized/#the-values # @@ -35,7 +40,7 @@ readonly CYAN='#2aa198' readonly GREEN='#859900' -# +#-------------------------------------------------------------------- # Array containing parts for concatenation # declare -a PARTS=( @@ -61,55 +66,105 @@ declare -a PARTS=( ); -# -# Clean previous builds +#-------------------------------------------------------------------- +# Returns path and filename for a theme being built +# +getBuildFile () +{ + local _DIRBUILD=$1 + local THEMESTYLE=$2 + + outfile="${_DIRBUILD}"/"Solarized (${THEMESTYLE}).tmTheme" + + echo "${outfile}" +} + + +#-------------------------------------------------------------------- +# Cleans previous builds # clean () { - rm -vrf "$DIRBUILD" && mkdir "$DIRBUILD" - echo "" + echo "Cleaning ‘${DIRBUILD}/’..." + rm -rf "$DIRBUILD" && mkdir "$DIRBUILD" } -# -# Accepts either 'light' or 'dark' argument, concatenates files -# under $DIRSRC with that suffix, and outputs the result to $DIRBUILD. +#-------------------------------------------------------------------- +# Accepts either 'light' or 'dark' argument, +# concatenates files under $DIRSRC with that suffix, +# and outputs result to $DIRBUILD. # concat () { - if [[ $1 = 'light' || $1 = 'dark' ]]; then - themestyle=$1 - outfile="${DIRBUILD}"/"Solarized ($themestyle).tmTheme" - - for i in "${PARTS[@]}" - do - infile="${DIRSRC}/${i}.${themestyle}" - cat "${infile}" >> "${outfile}" - done - - echo "Built ‘${outfile}’" - fi + echo "Concatenating ‘${outfile}’..." + + themestyle=$1 + outfile=$2 + + if [[ $outfile = '' ]]; then + echo "ERROR: no outfile to concat()" + exit 1 + fi + + for i in "${PARTS[@]}" + do + infile="${DIRSRC}/${i}.${themestyle}" + cat "${infile}" >> "${outfile}" + done } +#-------------------------------------------------------------------- +# Replace variables with Solarized color values # +colorize () +{ + filename=$1 + + echo "Colorizing ‘${filename}’..." + + sed -i '' \ + -e "s/__BASE03__/"$BASE03"/g" \ + -e "s/__BASE02__/"$BASE02"/g" \ + -e "s/__BASE01__/"$BASE01"/g" \ + -e "s/__BASE00__/"$BASE00"/g" \ + -e "s/__BASE0__/"$BASE0"/g" \ + -e "s/__BASE1__/"$BASE1"/g" \ + -e "s/__BASE2__/"$BASE2"/g" \ + -e "s/__BASE3__/"$BASE3"/g" \ + -e "s/__YELLOW__/"$YELLOW"/g" \ + -e "s/__ORANGE__/"$ORANGE"/g" \ + -e "s/__RED__/"$RED"/g" \ + -e "s/__MAGENTA__/"$MAGENTA"/g"\ + -e "s/__VIOLET__/"$VIOLET"/g" \ + -e "s/__BLUE__/"$BLUE"/g" \ + -e "s/__CYAN__/"$CYAN"/g" \ + -e "s/__GREEN__/"$GREEN"/g" \ + -- "${filename}" +} + + +#-------------------------------------------------------------------- # Cleans $DIRBUILD and regenerates theme files # run () { clean - for style in "light" "dark" do - concat $style + outfile=$( getBuildFile "${DIRBUILD}" "${style}" ) + concat "${style}" "${outfile}" + colorize "${outfile}" done - echo "" - echo "Done!" - exit 0 + echo "Done!" && exit 0 } +#-------------------------------------------------------------------- +# It’s run() time +# run && exit 0 -exit 1 \ No newline at end of file +exit 1 From c841a756c3414fbcb08ff265c36752261c9b59ac Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 09:33:30 -0400 Subject: [PATCH 04/12] src/*: Replace colors with variables --- src/_HEAD.dark | 70 ++++++++++++++++++++--------------------- src/_HEAD.light | 58 +++++++++++++++++----------------- src/c.dark | 16 +++++----- src/c.light | 16 +++++----- src/css.dark | 26 +++++++-------- src/css.light | 26 +++++++-------- src/diff.dark | 12 +++---- src/diff.light | 12 +++---- src/html.dark | 18 +++++------ src/html.light | 18 +++++------ src/java.dark | 10 +++--- src/java.light | 10 +++--- src/js.dark | 16 +++++----- src/js.light | 16 +++++----- src/markdown.dark | 32 +++++++++---------- src/markdown.light | 28 ++++++++--------- src/other.dark | 4 +-- src/other.light | 4 +-- src/perl.dark | 10 +++--- src/perl.light | 10 +++--- src/php.dark | 42 ++++++++++++------------- src/php.light | 38 +++++++++++----------- src/python.dark | 8 ++--- src/python.light | 8 ++--- src/rest.dark | 2 +- src/rest.light | 2 +- src/ruby.dark | 36 ++++++++++----------- src/ruby.light | 36 ++++++++++----------- src/shell.dark | 14 ++++----- src/shell.light | 14 ++++----- src/sublimelinter.dark | 22 ++++++------- src/sublimelinter.light | 22 ++++++------- src/tex.dark | 28 ++++++++--------- src/tex.light | 28 ++++++++--------- src/text.dark | 2 +- src/text.light | 2 +- 36 files changed, 358 insertions(+), 358 deletions(-) diff --git a/src/_HEAD.dark b/src/_HEAD.dark index 9e5cf5f..9bbcf44 100644 --- a/src/_HEAD.dark +++ b/src/_HEAD.dark @@ -9,15 +9,15 @@ gutterSettings background - #073642 + __BASE02__ divider - #073642 + __BASE02__ foreground - #586E75 + __BASE01__ selectionBackground - #073642 + __BASE02__ selectionForeground - #586E75 + __BASE01__ settings @@ -25,17 +25,17 @@ settings background - #002B36 + __BASE03__ caret #819090 foreground - #839496 + __BASE0__ invisibles - #073642 + __BASE02__ lineHighlight - #073642 + __BASE02__ selection - #073642 + __BASE02__ @@ -48,7 +48,7 @@ fontStyle foreground - #586E75 + __BASE01__ @@ -59,7 +59,7 @@ settings foreground - #2AA198 + __CYAN__ @@ -70,7 +70,7 @@ settings foreground - #586E75 + __BASE01__ @@ -81,7 +81,7 @@ settings foreground - #dc322f + __RED__ @@ -92,7 +92,7 @@ settings foreground - #D33682 + __MAGENTA__ @@ -103,7 +103,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -114,7 +114,7 @@ settings foreground - #859900 + __GREEN__ @@ -127,7 +127,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -138,7 +138,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -149,7 +149,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -160,7 +160,7 @@ settings foreground - #859900 + __GREEN__ @@ -171,7 +171,7 @@ settings foreground - #dc322f + __RED__ @@ -182,7 +182,7 @@ settings foreground - #B58900 + __YELLOW__ @@ -193,7 +193,7 @@ settings foreground - #dc322f + __RED__ @@ -204,7 +204,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -233,7 +233,7 @@ fontStyle bold foreground - #268BD2 + __BLUE__ @@ -244,7 +244,7 @@ settings foreground - #586E75 + __BASE01__ @@ -255,7 +255,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -266,7 +266,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -277,7 +277,7 @@ settings foreground - #dc322f + __RED__ @@ -296,7 +296,7 @@ settings foreground - #859900 + __GREEN__ @@ -307,7 +307,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -318,7 +318,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -345,7 +345,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -356,6 +356,6 @@ settings foreground - #dc322f + __RED__ diff --git a/src/_HEAD.light b/src/_HEAD.light index c802690..c94fd59 100644 --- a/src/_HEAD.light +++ b/src/_HEAD.light @@ -25,17 +25,17 @@ settings background - #FDF6E3 + __BASE3__ caret #000000 foreground - #586E75 + __BASE01__ invisibles #EAE3C9 lineHighlight - #EEE8D5 + __BASE2__ selection - #EEE8D5 + __BASE2__ @@ -48,7 +48,7 @@ fontStyle foreground - #93A1A1 + __BASE1__ @@ -59,7 +59,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -70,7 +70,7 @@ settings foreground - #586E75 + __BASE01__ @@ -81,7 +81,7 @@ settings foreground - #dc322f + __RED__ @@ -92,7 +92,7 @@ settings foreground - #d33682 + __MAGENTA__ @@ -103,7 +103,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -114,7 +114,7 @@ settings foreground - #859900 + __GREEN__ @@ -127,7 +127,7 @@ fontStyle bold foreground - #073642 + __BASE02__ @@ -138,7 +138,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -149,7 +149,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -160,7 +160,7 @@ settings foreground - #859900 + __GREEN__ @@ -171,7 +171,7 @@ settings foreground - #dc322f + __RED__ @@ -182,7 +182,7 @@ settings foreground - #B58900 + __YELLOW__ @@ -193,7 +193,7 @@ settings foreground - #dc322f + __RED__ @@ -204,7 +204,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -233,7 +233,7 @@ fontStyle bold foreground - #268bd2 + __BLUE__ @@ -244,7 +244,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -255,7 +255,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -266,7 +266,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -277,7 +277,7 @@ settings foreground - #dc322f + __RED__ @@ -296,7 +296,7 @@ settings foreground - #859900 + __GREEN__ @@ -307,7 +307,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -318,7 +318,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -345,7 +345,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -356,6 +356,6 @@ settings foreground - #dc322f + __RED__ diff --git a/src/c.dark b/src/c.dark index 50ca597..9baeb35 100644 --- a/src/c.dark +++ b/src/c.dark @@ -8,7 +8,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -21,7 +21,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -34,7 +34,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -47,7 +47,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -73,7 +73,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -86,7 +86,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -99,6 +99,6 @@ fontStyle foreground - #b58900 + __YELLOW__ diff --git a/src/c.light b/src/c.light index 50ca597..9baeb35 100644 --- a/src/c.light +++ b/src/c.light @@ -8,7 +8,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -21,7 +21,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -34,7 +34,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -47,7 +47,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -73,7 +73,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -86,7 +86,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -99,6 +99,6 @@ fontStyle foreground - #b58900 + __YELLOW__ diff --git a/src/css.dark b/src/css.dark index e90d3da..cfa317f 100644 --- a/src/css.dark +++ b/src/css.dark @@ -8,7 +8,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -19,7 +19,7 @@ settings foreground - #dc322f + __RED__ @@ -32,7 +32,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -43,7 +43,7 @@ settings foreground - #6c71c4 + __VIOLET__ @@ -56,7 +56,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -69,7 +69,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -80,7 +80,7 @@ settings foreground - #dc322f + __RED__ @@ -91,7 +91,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -102,7 +102,7 @@ settings foreground - #859900 + __GREEN__ @@ -115,7 +115,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -128,7 +128,7 @@ fontStyle foreground - #268BD2 + __BLUE__ @@ -141,7 +141,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -154,6 +154,6 @@ fontStyle foreground - #268BD2 + __BLUE__ diff --git a/src/css.light b/src/css.light index 87fd8b4..e92907c 100644 --- a/src/css.light +++ b/src/css.light @@ -8,7 +8,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -19,7 +19,7 @@ settings foreground - #dc322f + __RED__ @@ -32,7 +32,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -43,7 +43,7 @@ settings foreground - #6c71c4 + __VIOLET__ @@ -56,7 +56,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -69,7 +69,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -80,7 +80,7 @@ settings foreground - #dc322f + __RED__ @@ -91,7 +91,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -102,7 +102,7 @@ settings foreground - #859900 + __GREEN__ @@ -115,7 +115,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -128,7 +128,7 @@ fontStyle foreground - #268bd2 + __BLUE__ @@ -141,7 +141,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -154,6 +154,6 @@ fontStyle foreground - #268bd2 + __BLUE__ diff --git a/src/diff.dark b/src/diff.dark index 4898920..203d82c 100644 --- a/src/diff.dark +++ b/src/diff.dark @@ -6,7 +6,7 @@ settings background - #b58900 + __YELLOW__ fontStyle italic foreground @@ -21,11 +21,11 @@ settings background - #eee8d5 + __BASE2__ fontStyle foreground - #dc322f + __RED__ @@ -36,11 +36,11 @@ settings background - #eee8d5 + __BASE2__ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -51,7 +51,7 @@ settings background - #eee8d5 + __BASE2__ foreground #219186 diff --git a/src/diff.light b/src/diff.light index b7c888b..b08ee20 100644 --- a/src/diff.light +++ b/src/diff.light @@ -6,7 +6,7 @@ settings background - #b58900 + __YELLOW__ fontStyle italic foreground @@ -21,11 +21,11 @@ settings background - #eee8d5 + __BASE2__ fontStyle foreground - #dc322f + __RED__ @@ -36,11 +36,11 @@ settings background - #eee8d5 + __BASE2__ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -51,7 +51,7 @@ settings background - #eee8d5 + __BASE2__ foreground #219186 diff --git a/src/html.dark b/src/html.dark index 3e57d7d..a7b0a90 100644 --- a/src/html.dark +++ b/src/html.dark @@ -8,7 +8,7 @@ fontStyle italic foreground - #93a1a1 + __BASE1__ @@ -21,7 +21,7 @@ fontStyle italic foreground - #839496 + __BASE0__ @@ -45,7 +45,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -58,7 +58,7 @@ fontStyle bold foreground - #cb4b16 + __ORANGE__ @@ -71,7 +71,7 @@ fontStyle foreground - #657b83 + __BASE00__ @@ -82,7 +82,7 @@ settings foreground - #657b83 + __BASE00__ @@ -95,7 +95,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -108,7 +108,7 @@ fontStyle bold foreground - #268BD2 + __BLUE__ @@ -154,6 +154,6 @@ fontStyle italic foreground - #839496 + __BASE0__ diff --git a/src/html.light b/src/html.light index 25f83e6..3133e41 100644 --- a/src/html.light +++ b/src/html.light @@ -8,7 +8,7 @@ fontStyle italic foreground - #93a1a1 + __BASE1__ @@ -21,7 +21,7 @@ fontStyle italic foreground - #839496 + __BASE0__ @@ -45,7 +45,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -58,7 +58,7 @@ fontStyle bold foreground - #cb4b16 + __ORANGE__ @@ -71,7 +71,7 @@ fontStyle foreground - #657b83 + __BASE00__ @@ -82,7 +82,7 @@ settings foreground - #657b83 + __BASE00__ @@ -95,7 +95,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -108,7 +108,7 @@ fontStyle bold foreground - #268bd2 + __BLUE__ @@ -154,6 +154,6 @@ fontStyle italic foreground - #839496 + __BASE0__ diff --git a/src/java.dark b/src/java.dark index ef48e6f..5ea5f0b 100644 --- a/src/java.dark +++ b/src/java.dark @@ -8,7 +8,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -21,7 +21,7 @@ fontStyle foreground - #586E75 + __BASE01__ @@ -34,7 +34,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -60,6 +60,6 @@ fontStyle foreground - #586e75 + __BASE01__ diff --git a/src/java.light b/src/java.light index ef48e6f..5ea5f0b 100644 --- a/src/java.light +++ b/src/java.light @@ -8,7 +8,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -21,7 +21,7 @@ fontStyle foreground - #586E75 + __BASE01__ @@ -34,7 +34,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -60,6 +60,6 @@ fontStyle foreground - #586e75 + __BASE01__ diff --git a/src/js.dark b/src/js.dark index bc38571..060fff5 100644 --- a/src/js.dark +++ b/src/js.dark @@ -6,7 +6,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -19,7 +19,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -30,7 +30,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -41,7 +41,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -52,7 +52,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -63,7 +63,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -74,7 +74,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -85,6 +85,6 @@ settings foreground - #268BD2 + __BLUE__ diff --git a/src/js.light b/src/js.light index 73c45fb..060fff5 100644 --- a/src/js.light +++ b/src/js.light @@ -6,7 +6,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -19,7 +19,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -30,7 +30,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -41,7 +41,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -52,7 +52,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -63,7 +63,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -74,7 +74,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -85,6 +85,6 @@ settings foreground - #268bd2 + __BLUE__ diff --git a/src/markdown.dark b/src/markdown.dark index 7a62377..880a3ae 100644 --- a/src/markdown.dark +++ b/src/markdown.dark @@ -6,7 +6,7 @@ settings background - #b58900 + __YELLOW__ foreground #E0EDDD @@ -19,7 +19,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -30,7 +30,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -43,7 +43,7 @@ fontStyle bold foreground - #839496 + __BASE0__ @@ -56,7 +56,7 @@ fontStyle italic foreground - #839496 + __BASE0__ @@ -67,7 +67,7 @@ settings foreground - #dc322f + __RED__ @@ -78,7 +78,7 @@ settings foreground - #B58900 + __YELLOW__ @@ -89,7 +89,7 @@ settings foreground - #859900 + __GREEN__ @@ -100,7 +100,7 @@ settings foreground - #2AA198 + __CYAN__ @@ -111,7 +111,7 @@ settings foreground - #6C71C4 + __VIOLET__ @@ -122,7 +122,7 @@ settings foreground - #D33682 + __MAGENTA__ @@ -135,7 +135,7 @@ fontStyle italic foreground - #586E75 + __BASE01__ @@ -146,7 +146,7 @@ settings foreground - #93A1A1 + __BASE1__ @@ -157,7 +157,7 @@ settings foreground - #586E75 + __BASE01__ @@ -168,7 +168,7 @@ settings foreground - #586E75 + __BASE01__ @@ -179,6 +179,6 @@ settings foreground - #586E75 + __BASE01__ diff --git a/src/markdown.light b/src/markdown.light index 1258c3e..0b5113b 100644 --- a/src/markdown.light +++ b/src/markdown.light @@ -19,7 +19,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -30,7 +30,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -43,7 +43,7 @@ fontStyle bold foreground - #586E75 + __BASE01__ @@ -56,7 +56,7 @@ fontStyle italic foreground - #586E75 + __BASE01__ @@ -67,7 +67,7 @@ settings foreground - #DC322F + __RED__ @@ -78,7 +78,7 @@ settings foreground - #B58900 + __YELLOW__ @@ -89,7 +89,7 @@ settings foreground - #859900 + __GREEN__ @@ -100,7 +100,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -111,7 +111,7 @@ settings foreground - #6c71c4 + __VIOLET__ @@ -123,7 +123,7 @@ settings foreground - #6c71c4 + __VIOLET__ @@ -135,7 +135,7 @@ settings foreground - #d33682 + __MAGENTA__ @@ -147,7 +147,7 @@ settings foreground - #839496 + __BASE0__ @@ -159,7 +159,7 @@ settings foreground - #839496 + __BASE0__ @@ -171,6 +171,6 @@ settings foreground - #DC322F + __RED__ diff --git a/src/other.dark b/src/other.dark index 0adf5b6..4ac674e 100644 --- a/src/other.dark +++ b/src/other.dark @@ -8,7 +8,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -19,6 +19,6 @@ settings foreground - #2aa198 + __CYAN__ diff --git a/src/other.light b/src/other.light index 0adf5b6..4ac674e 100644 --- a/src/other.light +++ b/src/other.light @@ -8,7 +8,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -19,6 +19,6 @@ settings foreground - #2aa198 + __CYAN__ diff --git a/src/perl.dark b/src/perl.dark index 80e5a11..d6c5cd2 100644 --- a/src/perl.dark +++ b/src/perl.dark @@ -6,7 +6,7 @@ settings foreground - #B58900 + __YELLOW__ @@ -17,7 +17,7 @@ settings foreground - #859900 + __GREEN__ @@ -30,7 +30,7 @@ fontStyle italic foreground - #586E75 + __BASE01__ @@ -41,7 +41,7 @@ settings foreground - #2AA198 + __CYAN__ @@ -52,6 +52,6 @@ settings foreground - #DC322F + __RED__ diff --git a/src/perl.light b/src/perl.light index 8eb8e68..552fab0 100644 --- a/src/perl.light +++ b/src/perl.light @@ -6,7 +6,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -17,7 +17,7 @@ settings foreground - #859900 + __GREEN__ @@ -30,7 +30,7 @@ fontStyle italic foreground - #586E75 + __BASE01__ @@ -41,7 +41,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -52,6 +52,6 @@ settings foreground - #DC322F + __RED__ diff --git a/src/php.dark b/src/php.dark index 2aa6193..556bc2a 100644 --- a/src/php.dark +++ b/src/php.dark @@ -6,7 +6,7 @@ settings foreground - #839496 + __BASE0__ @@ -17,7 +17,7 @@ settings foreground - #839496 + __BASE0__ @@ -28,7 +28,7 @@ settings foreground - #dc322f + __RED__ @@ -39,7 +39,7 @@ settings foreground - #586e75 + __BASE01__ @@ -52,7 +52,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -63,7 +63,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -74,7 +74,7 @@ settings foreground - #dc322f + __RED__ @@ -85,7 +85,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -96,7 +96,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -109,7 +109,7 @@ fontStyle foreground - #839496 + __BASE0__ @@ -120,7 +120,7 @@ settings foreground - #93a1a1 + __BASE1__ @@ -131,7 +131,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -148,7 +148,7 @@ settings foreground - #839496 + __BASE0__ @@ -161,7 +161,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -172,7 +172,7 @@ settings foreground - #859900 + __GREEN__ @@ -183,7 +183,7 @@ settings foreground - #93a1a1 + __BASE1__ @@ -194,7 +194,7 @@ settings foreground - #859900 + __GREEN__ @@ -205,7 +205,7 @@ settings foreground - #839496 + __BASE0__ @@ -218,7 +218,7 @@ fontStyle foreground - #93a1a1 + __BASE1__ @@ -229,7 +229,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -240,6 +240,6 @@ settings foreground - #cb4b16 + __ORANGE__ diff --git a/src/php.light b/src/php.light index 4bc4c55..3a8185c 100644 --- a/src/php.light +++ b/src/php.light @@ -6,7 +6,7 @@ settings foreground - #839496 + __BASE0__ @@ -17,7 +17,7 @@ settings foreground - #dc322f + __RED__ @@ -28,7 +28,7 @@ settings foreground - #586e75 + __BASE01__ @@ -41,7 +41,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -52,7 +52,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -63,7 +63,7 @@ settings foreground - #dc322f + __RED__ @@ -74,7 +74,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -85,7 +85,7 @@ settings foreground - #CB4B16 + __ORANGE__ @@ -98,7 +98,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -109,7 +109,7 @@ settings foreground - #93a1a1 + __BASE1__ @@ -120,7 +120,7 @@ settings foreground - #b58900 + __YELLOW__ @@ -139,7 +139,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -150,7 +150,7 @@ settings foreground - #859900 + __GREEN__ @@ -161,7 +161,7 @@ settings foreground - #93a1a1 + __BASE1__ @@ -172,7 +172,7 @@ settings foreground - #859900 + __GREEN__ @@ -183,7 +183,7 @@ settings foreground - #839496 + __BASE0__ @@ -196,7 +196,7 @@ fontStyle foreground - #93a1a1 + __BASE1__ @@ -207,7 +207,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -218,6 +218,6 @@ settings foreground - #cb4b16 + __ORANGE__ diff --git a/src/python.dark b/src/python.dark index 62206ce..691a3f8 100644 --- a/src/python.dark +++ b/src/python.dark @@ -8,7 +8,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -21,7 +21,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -32,7 +32,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -43,6 +43,6 @@ settings foreground - #b58900 + __YELLOW__ diff --git a/src/python.light b/src/python.light index 62206ce..691a3f8 100644 --- a/src/python.light +++ b/src/python.light @@ -8,7 +8,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -21,7 +21,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -32,7 +32,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -43,6 +43,6 @@ settings foreground - #b58900 + __YELLOW__ diff --git a/src/rest.dark b/src/rest.dark index ce0beff..0458ec8 100644 --- a/src/rest.dark +++ b/src/rest.dark @@ -6,6 +6,6 @@ settings foreground - #2aa198 + __CYAN__ diff --git a/src/rest.light b/src/rest.light index ce0beff..0458ec8 100644 --- a/src/rest.light +++ b/src/rest.light @@ -6,6 +6,6 @@ settings foreground - #2aa198 + __CYAN__ diff --git a/src/ruby.dark b/src/ruby.dark index 7cf17e1..157a8df 100644 --- a/src/ruby.dark +++ b/src/ruby.dark @@ -8,7 +8,7 @@ fontStyle foreground - #268BD2 + __BLUE__ @@ -19,7 +19,7 @@ settings foreground - #657b83 + __BASE00__ @@ -30,7 +30,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -41,7 +41,7 @@ settings foreground - #268BD2 + __BLUE__ @@ -54,7 +54,7 @@ fontStyle bold foreground - #859900 + __GREEN__ @@ -65,7 +65,7 @@ settings foreground - #859900 + __GREEN__ @@ -78,7 +78,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -91,7 +91,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -104,7 +104,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -115,7 +115,7 @@ settings foreground - #859900 + __GREEN__ @@ -126,7 +126,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -139,7 +139,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -152,7 +152,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -163,7 +163,7 @@ settings foreground - #dc322f + __RED__ @@ -174,7 +174,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -185,7 +185,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -198,7 +198,7 @@ fontStyle foreground - #839496 + __BASE0__ @@ -211,6 +211,6 @@ fontStyle foreground - #2aa198 + __CYAN__ diff --git a/src/ruby.light b/src/ruby.light index 58ac6e8..157a8df 100644 --- a/src/ruby.light +++ b/src/ruby.light @@ -8,7 +8,7 @@ fontStyle foreground - #268bd2 + __BLUE__ @@ -19,7 +19,7 @@ settings foreground - #657b83 + __BASE00__ @@ -30,7 +30,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -41,7 +41,7 @@ settings foreground - #268bd2 + __BLUE__ @@ -54,7 +54,7 @@ fontStyle bold foreground - #859900 + __GREEN__ @@ -65,7 +65,7 @@ settings foreground - #859900 + __GREEN__ @@ -78,7 +78,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -91,7 +91,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -104,7 +104,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -115,7 +115,7 @@ settings foreground - #859900 + __GREEN__ @@ -126,7 +126,7 @@ settings foreground - #2aa198 + __CYAN__ @@ -139,7 +139,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -152,7 +152,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -163,7 +163,7 @@ settings foreground - #dc322f + __RED__ @@ -174,7 +174,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -185,7 +185,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -198,7 +198,7 @@ fontStyle foreground - #839496 + __BASE0__ @@ -211,6 +211,6 @@ fontStyle foreground - #2aa198 + __CYAN__ diff --git a/src/shell.dark b/src/shell.dark index e2bba91..b3cca48 100644 --- a/src/shell.dark +++ b/src/shell.dark @@ -6,7 +6,7 @@ settings foreground - #859900 + __GREEN__ @@ -17,7 +17,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -30,7 +30,7 @@ fontStyle foreground - #268BD2 + __BLUE__ @@ -43,7 +43,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -56,7 +56,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -69,7 +69,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -82,7 +82,7 @@ fontStyle foreground - #dc322f + __RED__ diff --git a/src/shell.light b/src/shell.light index 53a2506..b3cca48 100644 --- a/src/shell.light +++ b/src/shell.light @@ -6,7 +6,7 @@ settings foreground - #859900 + __GREEN__ @@ -17,7 +17,7 @@ settings foreground - #cb4b16 + __ORANGE__ @@ -30,7 +30,7 @@ fontStyle foreground - #268bd2 + __BLUE__ @@ -43,7 +43,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -56,7 +56,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -69,7 +69,7 @@ fontStyle foreground - #586e75 + __BASE01__ @@ -82,7 +82,7 @@ fontStyle foreground - #dc322f + __RED__ diff --git a/src/sublimelinter.dark b/src/sublimelinter.dark index 6bd175d..2e7a30d 100644 --- a/src/sublimelinter.dark +++ b/src/sublimelinter.dark @@ -6,9 +6,9 @@ settings background - #eee8d5 + __BASE2__ foreground - #eee8d5 + __BASE2__ @@ -19,9 +19,9 @@ settings background - #93A1A1 + __BASE1__ foreground - #93A1A1 + __BASE1__ @@ -32,7 +32,7 @@ settings background - #DC322F + __RED__ @@ -43,9 +43,9 @@ settings background - #839496 + __BASE0__ foreground - #839496 + __BASE0__ @@ -56,7 +56,7 @@ settings background - #B58900 + __YELLOW__ @@ -67,9 +67,9 @@ settings background - #657b83 + __BASE00__ foreground - #657b83 + __BASE00__ @@ -80,6 +80,6 @@ settings background - #CB4B16 + __ORANGE__ diff --git a/src/sublimelinter.light b/src/sublimelinter.light index 49f7f25..db7172e 100644 --- a/src/sublimelinter.light +++ b/src/sublimelinter.light @@ -6,9 +6,9 @@ settings background - #eee8d5 + __BASE2__ foreground - #eee8d5 + __BASE2__ @@ -19,9 +19,9 @@ settings background - #93a1a1 + __BASE1__ foreground - #93a1a1 + __BASE1__ @@ -32,7 +32,7 @@ settings background - #dc322f + __RED__ @@ -43,9 +43,9 @@ settings background - #839496 + __BASE0__ foreground - #839496 + __BASE0__ @@ -56,7 +56,7 @@ settings background - #b58900 + __YELLOW__ @@ -67,9 +67,9 @@ settings background - #657b83 + __BASE00__ foreground - #657b83 + __BASE00__ @@ -80,6 +80,6 @@ settings background - #cb4b16 + __ORANGE__ diff --git a/src/tex.dark b/src/tex.dark index 5ee94eb..920cd9d 100644 --- a/src/tex.dark +++ b/src/tex.dark @@ -8,7 +8,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -21,7 +21,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -34,7 +34,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -73,7 +73,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -86,7 +86,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -99,7 +99,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -112,7 +112,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -125,7 +125,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -138,7 +138,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -151,7 +151,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -164,7 +164,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -188,6 +188,6 @@ fontStyle foreground - #2aa198 + __CYAN__ diff --git a/src/tex.light b/src/tex.light index 5ee94eb..920cd9d 100644 --- a/src/tex.light +++ b/src/tex.light @@ -8,7 +8,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -21,7 +21,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -34,7 +34,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -73,7 +73,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -86,7 +86,7 @@ fontStyle foreground - #b58900 + __YELLOW__ @@ -99,7 +99,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -112,7 +112,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -125,7 +125,7 @@ fontStyle foreground - #dc322f + __RED__ @@ -138,7 +138,7 @@ fontStyle foreground - #859900 + __GREEN__ @@ -151,7 +151,7 @@ fontStyle foreground - #cb4b16 + __ORANGE__ @@ -164,7 +164,7 @@ fontStyle foreground - #2aa198 + __CYAN__ @@ -188,6 +188,6 @@ fontStyle foreground - #2aa198 + __CYAN__ diff --git a/src/text.dark b/src/text.dark index 72a8ccf..b557abe 100644 --- a/src/text.dark +++ b/src/text.dark @@ -6,6 +6,6 @@ settings foreground - #6a8187 + #6a8187 diff --git a/src/text.light b/src/text.light index 72a8ccf..b557abe 100644 --- a/src/text.light +++ b/src/text.light @@ -6,6 +6,6 @@ settings foreground - #6a8187 + #6a8187 From aef6f062d4beb528a4557ed4f285b85b0c127dad Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 12:05:45 -0400 Subject: [PATCH 05/12] =?UTF-8?q?Updated=20README.mkd=20(=E2=80=9CCONTRIBU?= =?UTF-8?q?TING=E2=80=9D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.mkd | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/README.mkd b/README.mkd index 251acdb..cc6e353 100644 --- a/README.mkd +++ b/README.mkd @@ -1,32 +1,42 @@ Solarized Colorscheme for TextMate -============================= +================================== -See the [Solarized homepage](http://ethanschoonover.com/solarized) for screenshots, -details and colorscheme versions for Vim, Mutt, popular terminal emulators and -other applications. +See the [Solarized homepage] for screenshots, details, and +colorscheme versions for Vim, Mutt, popular terminal emulators, +and other applications. Downloads --------- -If you have come across this page via github please visit the main [Solarized homepage](http://ethanschoonover.com/solarized) +If you have come across this page via GitHub, +please visit the [Solarized homepage]. [Solarized homepage]: http://ethanschoonover.com/solarized [Solarized repository]: https://github.com/altercation/solarized -Contribute ---------- - -The goal is to get as-close-as-possible to the rendering of the same file in Vim. If you would like to help, here's how to get involved. +Contribute +---------- +The goal is to get as-close-as-possible to the rendering of the same file in Vim. +If you would like to help, here's how to get involved: 1. Fork this repo and checkout your own copy. 2. Download the [sample documents](https://github.com/altercation/solarized/tree/master/utils/tests). -3. Checkout this guide to [TextMate theme development](http://manual.macromates.com/en/themes). -4. Check the [issues](https://github.com/deplorableword/textmate-solarized/issues) to see what needs working on. +3. Make your changes to files under `src/` + - Please change only one language per commit. (Changing both light & dark is okay.) + - Please specify colors using the `__«COLOR»__` convention seen throughout the files. + (This ensures color consistency with the official Solarized colors, as well as + color consistency between different languages.) + +Here are a couple of useful resources: + +* [Guide to TextMate theme development](http://manual.macromates.com/en/themes). +* [Issues](https://github.com/deplorableword/textmate-solarized/issues) lists what needs to be worked on. + Contributors ---------- +------------ * [deplorableword](https://github.com/deplorableword) * [fentie](https://github.com/fentie) * [bmthykm](https://github.com/bmthykm) @@ -40,6 +50,7 @@ Contributors * [iristyle](https://github.com/iristyle) * [albertboada](https://github.com/albertboada) + License ------- From 151d9ec8772c3dfca61ce314493d378d52133a35 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 12:05:53 -0400 Subject: [PATCH 06/12] Add src/README.md --- src/README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..11ea871 --- /dev/null +++ b/src/README.md @@ -0,0 +1,35 @@ +# `src/` + + +## How this directory is organized + +Files in this directory each contain a piece of the Solarized code. +Each filename followed the form `«language».«theme»`. So, `html.dark` +contains all the code to style HTML files for the *Solarized (dark)* theme. + +The only files that do *not* follow this convention are the `_HEAD.{dark,light}` files. +These contain the beginning and end of each `*.tmTheme` file, and are the only pieces +that contain code that is not language-specific. + + +### Files here are **not** valid (or well-formed) XML + +To build the two `*.tmTheme` files, these files are simply concatenated together. +Therefore, they’re *not* valid (or well-formed), but the build results are. + +(There are other XML tools, like XInclude, that could combine these files together, as well. +However, they often require Java, and they're more complicated than necessary here. +The current build method is a nice simple shell script.) + + +## Use `__«COLOR»__`s + +In this directory, nearly all color values are specified using the form `__«COLOR»__`, +where `__«COLOR»__` is one of the color names as seen on +[the official Solarized color table](http://ethanschoonover.com/solarized#the-values). + +During the build process, these placeholders are replaced with their hex color values. + +There are a few places where a literal color value is used. +Occasionally this is desireable--but it should always be the exception, not the rule. +Use your best judgment. \ No newline at end of file From dd27fbc94b397e4def1abfa59b09f7985647adcb Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 12:06:45 -0400 Subject: [PATCH 07/12] README.mkd: Add Zearin to contributors --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index cc6e353..e0c451d 100644 --- a/README.mkd +++ b/README.mkd @@ -49,6 +49,7 @@ Contributors * [evanmoran](https://github.com/evanmoran) * [iristyle](https://github.com/iristyle) * [albertboada](https://github.com/albertboada) +* [Zearin](https://github.com/Zearin) License From 897b1cbfab4dab661ca48cc8fd141c1bb28b7992 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 11 Apr 2014 12:07:21 -0400 Subject: [PATCH 08/12] Rename README.mkd to README.md This is the file extension used by the majority of GitHub --- README.mkd => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.mkd => README.md (100%) diff --git a/README.mkd b/README.md similarity index 100% rename from README.mkd rename to README.md From b13360d48a5b30961c38b688a4788844bbc57dd5 Mon Sep 17 00:00:00 2001 From: Zearin Date: Wed, 16 Apr 2014 11:16:44 -0400 Subject: [PATCH 09/12] Unify src/*.{dark,light} and update build Finally got it! Just swap the 4 base values (by toggling the presence/absence of a leading zero). --- build.sh | 93 ++++-- src/{_HEAD.dark => _HEAD} | 4 +- src/_HEAD.light | 361 ---------------------- src/_TAIL | 5 + src/_TAIL.dark | 5 - src/_TAIL.light | 5 - src/{c.dark => c} | 0 src/c.light | 104 ------- src/{css.dark => css} | 0 src/css.light | 159 ---------- src/{diff.dark => diff} | 0 src/diff.light | 58 ---- src/{html.dark => html} | 0 src/html.light | 159 ---------- src/{java.dark => java} | 0 src/java.light | 65 ---- src/{js.dark => js} | 0 src/js.light | 90 ------ src/{markdown.dark => markdown} | 0 src/markdown.light | 176 ----------- src/{other.dark => other} | 0 src/other.light | 24 -- src/{perl.dark => perl} | 0 src/perl.light | 57 ---- src/{php.dark => php} | 0 src/php.light | 223 ------------- src/{python.dark => python} | 0 src/python.light | 48 --- src/{rest.dark => rest} | 0 src/rest.light | 11 - src/{ruby.dark => ruby} | 0 src/ruby.light | 216 ------------- src/{shell.dark => shell} | 0 src/shell.light | 98 ------ src/{sublimelinter.dark => sublimelinter} | 0 src/sublimelinter.light | 85 ----- src/{tex.dark => tex} | 0 src/tex.light | 193 ------------ src/{text.dark => text} | 0 src/text.light | 11 - 40 files changed, 76 insertions(+), 2174 deletions(-) rename src/{_HEAD.dark => _HEAD} (99%) delete mode 100644 src/_HEAD.light create mode 100644 src/_TAIL delete mode 100644 src/_TAIL.dark delete mode 100644 src/_TAIL.light rename src/{c.dark => c} (100%) delete mode 100644 src/c.light rename src/{css.dark => css} (100%) delete mode 100644 src/css.light rename src/{diff.dark => diff} (100%) delete mode 100644 src/diff.light rename src/{html.dark => html} (100%) delete mode 100644 src/html.light rename src/{java.dark => java} (100%) delete mode 100644 src/java.light rename src/{js.dark => js} (100%) delete mode 100644 src/js.light rename src/{markdown.dark => markdown} (100%) delete mode 100644 src/markdown.light rename src/{other.dark => other} (100%) delete mode 100644 src/other.light rename src/{perl.dark => perl} (100%) delete mode 100644 src/perl.light rename src/{php.dark => php} (100%) delete mode 100644 src/php.light rename src/{python.dark => python} (100%) delete mode 100644 src/python.light rename src/{rest.dark => rest} (100%) delete mode 100644 src/rest.light rename src/{ruby.dark => ruby} (100%) delete mode 100644 src/ruby.light rename src/{shell.dark => shell} (100%) delete mode 100644 src/shell.light rename src/{sublimelinter.dark => sublimelinter} (100%) delete mode 100644 src/sublimelinter.light rename src/{tex.dark => tex} (100%) delete mode 100644 src/tex.light rename src/{text.dark => text} (100%) delete mode 100644 src/text.light diff --git a/build.sh b/build.sh index 1cfdcaf..546ca0c 100755 --- a/build.sh +++ b/build.sh @@ -99,8 +99,7 @@ concat () { echo "Concatenating ‘${outfile}’..." - themestyle=$1 - outfile=$2 + outfile=$1 if [[ $outfile = '' ]]; then echo "ERROR: no outfile to concat()" @@ -109,7 +108,7 @@ concat () for i in "${PARTS[@]}" do - infile="${DIRSRC}/${i}.${themestyle}" + infile="${DIRSRC}/${i}" cat "${infile}" >> "${outfile}" done } @@ -120,28 +119,74 @@ concat () # colorize () { - filename=$1 + style=$1 + filename=$2 + + echo "Colorizing ‘${filename}’..." - sed -i '' \ - -e "s/__BASE03__/"$BASE03"/g" \ - -e "s/__BASE02__/"$BASE02"/g" \ - -e "s/__BASE01__/"$BASE01"/g" \ - -e "s/__BASE00__/"$BASE00"/g" \ - -e "s/__BASE0__/"$BASE0"/g" \ - -e "s/__BASE1__/"$BASE1"/g" \ - -e "s/__BASE2__/"$BASE2"/g" \ - -e "s/__BASE3__/"$BASE3"/g" \ - -e "s/__YELLOW__/"$YELLOW"/g" \ - -e "s/__ORANGE__/"$ORANGE"/g" \ - -e "s/__RED__/"$RED"/g" \ - -e "s/__MAGENTA__/"$MAGENTA"/g"\ - -e "s/__VIOLET__/"$VIOLET"/g" \ - -e "s/__BLUE__/"$BLUE"/g" \ - -e "s/__CYAN__/"$CYAN"/g" \ - -e "s/__GREEN__/"$GREEN"/g" \ - -- "${filename}" + # Solarized (dark) is the default color palette; + # For (light), swap the four "base" colors by + # "toggling" a leading zero for each of them. + case $style in + + "dark") + STYLE='dark' + UUID='A4299D9B-1DE5-4BC4-87F6-A757E71B1597' + sed -i '' \ + -e "s/__STYLE__/"$STYLE"/g" \ + -e "s/__BASE03__/"$BASE03"/g" \ + -e "s/__BASE02__/"$BASE02"/g" \ + -e "s/__BASE01__/"$BASE01"/g" \ + -e "s/__BASE00__/"$BASE00"/g" \ + -e "s/__BASE0__/"$BASE0"/g" \ + -e "s/__BASE1__/"$BASE1"/g" \ + -e "s/__BASE2__/"$BASE2"/g" \ + -e "s/__BASE3__/"$BASE3"/g" \ + -e "s/__YELLOW__/"$YELLOW"/g" \ + -e "s/__ORANGE__/"$ORANGE"/g" \ + -e "s/__RED__/"$RED"/g" \ + -e "s/__MAGENTA__/"$MAGENTA"/g"\ + -e "s/__VIOLET__/"$VIOLET"/g" \ + -e "s/__BLUE__/"$BLUE"/g" \ + -e "s/__CYAN__/"$CYAN"/g" \ + -e "s/__GREEN__/"$GREEN"/g" \ + -e "s/__UUID__/"$UUID"/g" \ + -- "${filename}" + ;; + + "light") + STYLE='light' + UUID='38E819D9-AE02-452F-9231-ECC3B204AFD7' + sed -i '' \ + -e "s/__STYLE__/"$STYLE"/g" \ + -e "s/__BASE03__/"$BASE3"/g" \ + -e "s/__BASE02__/"$BASE2"/g" \ + -e "s/__BASE01__/"$BASE1"/g" \ + -e "s/__BASE00__/"$BASE0"/g" \ + -e "s/__BASE0__/"$BASE00"/g" \ + -e "s/__BASE1__/"$BASE01"/g" \ + -e "s/__BASE2__/"$BASE02"/g" \ + -e "s/__BASE3__/"$BASE03"/g" \ + -e "s/__YELLOW__/"$YELLOW"/g" \ + -e "s/__ORANGE__/"$ORANGE"/g" \ + -e "s/__RED__/"$RED"/g" \ + -e "s/__MAGENTA__/"$MAGENTA"/g"\ + -e "s/__VIOLET__/"$VIOLET"/g" \ + -e "s/__BLUE__/"$BLUE"/g" \ + -e "s/__CYAN__/"$CYAN"/g" \ + -e "s/__GREEN__/"$GREEN"/g" \ + -e "s/__UUID__/"$UUID"/g" \ + -- "${filename}" + ;; + + *) + echo "ERROR in colorize()!" + echo "The first argument must be 'light' or 'dark'" + exit 1 + ;; + esac } @@ -154,8 +199,8 @@ run () for style in "light" "dark" do outfile=$( getBuildFile "${DIRBUILD}" "${style}" ) - concat "${style}" "${outfile}" - colorize "${outfile}" + concat "${outfile}" + colorize "${style}" "${outfile}" done echo "Done!" && exit 0 diff --git a/src/_HEAD.dark b/src/_HEAD similarity index 99% rename from src/_HEAD.dark rename to src/_HEAD index 9bbcf44..0f8b6de 100644 --- a/src/_HEAD.dark +++ b/src/_HEAD @@ -3,9 +3,9 @@ name - Solarized (dark) + Solarized (__STYLE__) semanticClass - solarized.dark + solarized.__STYLE__ gutterSettings background diff --git a/src/_HEAD.light b/src/_HEAD.light deleted file mode 100644 index c94fd59..0000000 --- a/src/_HEAD.light +++ /dev/null @@ -1,361 +0,0 @@ - - - - - name - Solarized (light) - semanticClass - solarized.light - gutterSettings - - background - __BASE2__ - divider - __BASE2__ - foreground - __BASE1__ - selectionBackground - __BASE2__ - selectionForeground - __BASE1__ - - settings - - - settings - - background - __BASE3__ - caret - #000000 - foreground - __BASE01__ - invisibles - #EAE3C9 - lineHighlight - __BASE2__ - selection - __BASE2__ - - - - name - Comment - scope - comment - settings - - fontStyle - - foreground - __BASE1__ - - - - name - String - scope - string - settings - - foreground - __CYAN__ - - - - name - StringNumber - scope - string - settings - - foreground - __BASE01__ - - - - name - Regexp - scope - string.regexp - settings - - foreground - __RED__ - - - - name - Number - scope - constant.numeric - settings - - foreground - __MAGENTA__ - - - - name - Variable - scope - variable.language, variable.other - settings - - foreground - __BLUE__ - - - - name - Keyword - scope - keyword - settings - - foreground - __GREEN__ - - - - name - Storage - scope - storage - settings - - fontStyle - bold - foreground - __BASE02__ - - - - name - Class name - scope - entity.name.class, entity.name.type.class - settings - - foreground - __BLUE__ - - - - name - Function name - scope - entity.name.function - settings - - foreground - __BLUE__ - - - - name - Variable start - scope - punctuation.definition.variable - settings - - foreground - __GREEN__ - - - - name - Embedded code markers - scope - punctuation.section.embedded.begin, punctuation.section.embedded.end - settings - - foreground - __RED__ - - - - name - Built-in constant - scope - constant.language, meta.preprocessor - settings - - foreground - __YELLOW__ - - - - name - Support.construct - scope - support.function.construct, keyword.other.new - settings - - foreground - __RED__ - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - __ORANGE__ - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - - - name - Function argument - scope - variable.parameter - settings - - - - name - Tag name - scope - entity.name.tag - settings - - fontStyle - bold - foreground - __BLUE__ - - - - name - Tag start/end - scope - punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end - settings - - foreground - __BASE1__ - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - foreground - __BASE1__ - - - - name - Library function - scope - support.function - settings - - foreground - __BLUE__ - - - - name - Continuation - scope - punctuation.separator.continuation - settings - - foreground - __RED__ - - - - name - Library constant - scope - support.constant - settings - - - - name - Library class/type - scope - support.type, support.class - settings - - foreground - __GREEN__ - - - - name - Library Exception - scope - support.type.exception - settings - - foreground - __ORANGE__ - - - - name - Special - scope - keyword.other.special-method - settings - - foreground - __ORANGE__ - - - - name - Library variable - scope - support.other.variable - settings - - - - name - Invalid - scope - invalid - settings - - - - name - Quoted String - scope - string.quoted.double, string.quoted.single - settings - - foreground - __CYAN__ - - - - name - Quotes - scope - punctuation.definition.string.begin, punctuation.definition.string.end - settings - - foreground - __RED__ - - diff --git a/src/_TAIL b/src/_TAIL new file mode 100644 index 0000000..8dc26a6 --- /dev/null +++ b/src/_TAIL @@ -0,0 +1,5 @@ + + uuid + __UUID__ + + diff --git a/src/_TAIL.dark b/src/_TAIL.dark deleted file mode 100644 index bae03c6..0000000 --- a/src/_TAIL.dark +++ /dev/null @@ -1,5 +0,0 @@ - - uuid - A4299D9B-1DE5-4BC4-87F6-A757E71B1597 - - diff --git a/src/_TAIL.light b/src/_TAIL.light deleted file mode 100644 index 4d3e87d..0000000 --- a/src/_TAIL.light +++ /dev/null @@ -1,5 +0,0 @@ - - uuid - 38E819D9-AE02-452F-9231-ECC3B204AFD7 - - diff --git a/src/c.dark b/src/c similarity index 100% rename from src/c.dark rename to src/c diff --git a/src/c.light b/src/c.light deleted file mode 100644 index 9baeb35..0000000 --- a/src/c.light +++ /dev/null @@ -1,104 +0,0 @@ - - name - C: constant - scope - constant.numeric.c - settings - - fontStyle - - foreground - __CYAN__ - - - - name - C: Meta Preprocessor - scope - meta.preprocessor.c.include, meta.preprocessor.macro.c - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - C: Keyword - scope - keyword.control.import.define.c, keyword.control.import.include.c - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - C: Function Preprocessor - scope - entity.name.function.preprocessor.c - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - C: include <something.c> - scope - meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c - settings - - fontStyle - - foreground - __CYAN__ - - - - name - C: Function - scope - support.function.C99.c, support.function.any-method.c, entity.name.function.c - settings - - fontStyle - - foreground - __BASE01__ - - - - name - C: " - scope - punctuation.definition.string.begin.c, punctuation.definition.string.end.c - settings - - fontStyle - - foreground - __CYAN__ - - - - name - C: Storage Type - scope - storage.type.c - settings - - fontStyle - - foreground - __YELLOW__ - - diff --git a/src/css.dark b/src/css similarity index 100% rename from src/css.dark rename to src/css diff --git a/src/css.light b/src/css.light deleted file mode 100644 index e92907c..0000000 --- a/src/css.light +++ /dev/null @@ -1,159 +0,0 @@ - - name - CSS: Property - scope - entity.name.tag.css, support.type.property-name.css, meta.property-name.css - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - CSS: @font-face - scope - source.css - settings - - foreground - __RED__ - - - - name - CSS: Selector - scope - meta.selector.css - settings - - fontStyle - - foreground - __BASE01__ - - - - name - CSS: {} - scope - punctuation.section.property-list.css - settings - - foreground - __VIOLET__ - - - - name - CSS: Numeric Value - scope - meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css - settings - - fontStyle - - foreground - __CYAN__ - - - - name - CSS: Value - scope - meta.property-value.css - settings - - fontStyle - - foreground - __CYAN__ - - - - name - CSS: !Important - scope - keyword.other.important.css - settings - - foreground - __RED__ - - - - name - CSS: Standard Value - scope - support.constant.color - settings - - foreground - __CYAN__ - - - - name - CSS: Tag - scope - entity.name.tag.css - settings - - foreground - __GREEN__ - - - - name - CSS: : , - scope - punctuation.separator.key-value.css, punctuation.terminator.rule.css - settings - - fontStyle - - foreground - __BASE01__ - - - - name - CSS .class - scope - entity.other.attribute-name.class.css - settings - - fontStyle - - foreground - __BLUE__ - - - - name - CSS :pseudo - scope - entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - CSS: #id - scope - entity.other.attribute-name.id.css - settings - - fontStyle - - foreground - __BLUE__ - - diff --git a/src/diff.dark b/src/diff similarity index 100% rename from src/diff.dark rename to src/diff diff --git a/src/diff.light b/src/diff.light deleted file mode 100644 index b08ee20..0000000 --- a/src/diff.light +++ /dev/null @@ -1,58 +0,0 @@ - - name - diff: header - scope - meta.diff, meta.diff.header - settings - - background - __YELLOW__ - fontStyle - italic - foreground - #E0EDDD - - - - name - diff: deleted - scope - markup.deleted - settings - - background - __BASE2__ - fontStyle - - foreground - __RED__ - - - - name - diff: changed - scope - markup.changed - settings - - background - __BASE2__ - fontStyle - - foreground - __ORANGE__ - - - - name - diff: inserted - scope - markup.inserted - settings - - background - __BASE2__ - foreground - #219186 - - diff --git a/src/html.dark b/src/html similarity index 100% rename from src/html.dark rename to src/html diff --git a/src/html.light b/src/html.light deleted file mode 100644 index 3133e41..0000000 --- a/src/html.light +++ /dev/null @@ -1,159 +0,0 @@ - - name - HTML: Doctype - scope - entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html - settings - - fontStyle - italic - foreground - __BASE1__ - - - - name - HTML: Comment Block - scope - comment.block.html - settings - - fontStyle - italic - foreground - __BASE0__ - - - - name - HTML: Script - scope - entity.name.tag.script.html - settings - - fontStyle - italic - - - - name - HTML: Style - scope - source.css.embedded.html string.quoted.double.html - settings - - fontStyle - - foreground - __CYAN__ - - - - name - HTML: Text - scope - text.html.ruby - settings - - fontStyle - bold - foreground - __ORANGE__ - - - - name - HTML: = - scope - text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html - settings - - fontStyle - - foreground - __BASE00__ - - - - name - HTML: something= - scope - text.html.basic entity.other.attribute-name.html - settings - - foreground - __BASE00__ - - - - name - HTML: " - scope - text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html - settings - - fontStyle - - foreground - __CYAN__ - - - - name - HTML: <tag> - scope - entity.name.tag.block.any.html - settings - - fontStyle - bold - foreground - __BLUE__ - - - - name - HTML: style - scope - source.css.embedded.html entity.name.tag.style.html - settings - - fontStyle - italic - - - - name - HTML: <style> - scope - entity.name.tag.style.html - settings - - fontStyle - - - - - name - HTML: {} - scope - text.html.basic punctuation.section.property-list.css - settings - - fontStyle - - - - - name - HTML: Embeddable - scope - source.css.embedded.html, comment.block.html - settings - - fontStyle - italic - foreground - __BASE0__ - - diff --git a/src/java.dark b/src/java similarity index 100% rename from src/java.dark rename to src/java diff --git a/src/java.light b/src/java.light deleted file mode 100644 index 5ea5f0b..0000000 --- a/src/java.light +++ /dev/null @@ -1,65 +0,0 @@ - - name - Java: import - scope - keyword.other.import.java - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - Java: meta-import - scope - storage.modifier.import.java - settings - - fontStyle - - foreground - __BASE01__ - - - - name - Java: Class - scope - meta.class.java storage.modifier.java - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Java: /* comment */ - scope - source.java comment.block - settings - - fontStyle - - foreground - __BASE01__ - - - - name - Java: /* @param */ - scope - comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc - settings - - fontStyle - - foreground - __BASE01__ - - diff --git a/src/js.dark b/src/js similarity index 100% rename from src/js.dark rename to src/js diff --git a/src/js.light b/src/js.light deleted file mode 100644 index 060fff5..0000000 --- a/src/js.light +++ /dev/null @@ -1,90 +0,0 @@ - - name - JS: Function Name - scope - meta.function.js, entity.name.function.js, support.function.dom.js - settings - - foreground - __YELLOW__ - - - - name - JS: Source - scope - text.html.basic source.js.embedded.html - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - JS: Function - scope - storage.type.function.js - settings - - foreground - __BLUE__ - - - - name - JS: Numeric Constant - scope - constant.numeric.js - settings - - foreground - __CYAN__ - - - - name - JS: [] - scope - meta.brace.square.js - settings - - foreground - __BLUE__ - - - - name - JS: Storage Type - scope - storage.type.js - settings - - foreground - __BLUE__ - - - - name - () - scope - meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js - settings - - foreground - __BASE1__ - - - - name - {} - scope - meta.brace.curly.js - settings - - foreground - __BLUE__ - - diff --git a/src/markdown.dark b/src/markdown similarity index 100% rename from src/markdown.dark rename to src/markdown diff --git a/src/markdown.light b/src/markdown.light deleted file mode 100644 index 0b5113b..0000000 --- a/src/markdown.light +++ /dev/null @@ -1,176 +0,0 @@ - - name - Markdown: Linebreak - scope - text.html.markdown meta.dummy.line-break - settings - - background - #A57706 - foreground - #E0EDDD - - - - name - Markdown: Raw - scope - text.html.markdown markup.raw.inline - settings - - foreground - __CYAN__ - - - - name - Markdown: Headings - scope - markup.heading.markdown, markup.heading.1.markdown, markup.heading.2.markdown, markup.heading.3.markdown, markup.heading.4.markdown, markup.heading.5.markdown, markup.heading.6.markdown - settings - - foreground - __BLUE__ - - - - name - Markdown: Bold - scope - markup.bold.markdown - settings - - fontStyle - bold - foreground - __BASE01__ - - - - name - Markdown: Italic - scope - markup.italic.markdown - settings - - fontStyle - italic - foreground - __BASE01__ - - - - name - Markdown: Punctuation for Bold, Italic, and Inline Block - scope - punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.raw.markdown - settings - - foreground - __RED__ - - - - name - Markdown: Bulleted List - scope - markup.list.unnumbered.markdown - settings - - foreground - __YELLOW__ - - - - name - Markdown: Numbered List - scope - markup.list.numbered.markdown - settings - - foreground - __GREEN__ - - - - name - Markdown: Block and Inline Block - scope - markup.raw.block.markdown, markup.raw.inline.markdown - settings - - foreground - __CYAN__ - - - - name - markup.quote.markdown - scope - markup.quote.markdown - settings - - foreground - __VIOLET__ - - - - - name - punctuation.definition.blockquote.markdown - scope - punctuation.definition.blockquote.markdown - settings - - foreground - __VIOLET__ - - - - - name - Markdown: Seperator - scope - meta.separator.markdown - settings - - foreground - __MAGENTA__ - - - - - name - Markdown: Link URL, Reference - scope - markup.underline.link.markdown - settings - - foreground - __BASE0__ - - - - - name - Markdown: Link Title - scope - markup.underline.link.markdown - settings - - foreground - __BASE0__ - - - - - name - Markdown: Link Punctuation - scope - meta.link.inet.markdown, meta.link.email.lt-gt.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.link.markdown - settings - - foreground - __RED__ - - diff --git a/src/other.dark b/src/other similarity index 100% rename from src/other.dark rename to src/other diff --git a/src/other.light b/src/other.light deleted file mode 100644 index 4ac674e..0000000 --- a/src/other.light +++ /dev/null @@ -1,24 +0,0 @@ - - name - Other: Removal - scope - other.package.exclude, other.remove - settings - - fontStyle - - foreground - __RED__ - - - - name - Other: Add - scope - other.add - settings - - foreground - __CYAN__ - - diff --git a/src/perl.dark b/src/perl similarity index 100% rename from src/perl.dark rename to src/perl diff --git a/src/perl.light b/src/perl.light deleted file mode 100644 index 552fab0..0000000 --- a/src/perl.light +++ /dev/null @@ -1,57 +0,0 @@ - - name - Perl: variables - scope - punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl - settings - - foreground - __YELLOW__ - - - - name - Perl: functions - scope - support.function.perl - settings - - foreground - __GREEN__ - - - - name - Perl: comments - scope - comment.line.number-sign.perl - settings - - fontStyle - italic - foreground - __BASE01__ - - - - name - Perl: quotes - scope - punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl - settings - - foreground - __CYAN__ - - - - name - Perl: \char - scope - constant.character.escape.perl - settings - - foreground - __RED__ - - diff --git a/src/php.dark b/src/php similarity index 100% rename from src/php.dark rename to src/php diff --git a/src/php.light b/src/php.light deleted file mode 100644 index 3a8185c..0000000 --- a/src/php.light +++ /dev/null @@ -1,223 +0,0 @@ - - name - PHP: Quoted Single - scope - punctuation.definition.string.begin, punctuation.definition.string.end - settings - - foreground - __BASE0__ - - - - name - PHP: [] - scope - keyword.operator.index-start.php, keyword.operator.index-end.php - settings - - foreground - __RED__ - - - - name - PHP: Array - scope - meta.array.php - settings - - foreground - __BASE01__ - - - - name - PHP: Array() - scope - meta.array.php support.function.construct.php, meta.array.empty.php support.function.construct.php - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - PHP: Array Construct - scope - support.function.construct.php - settings - - foreground - __YELLOW__ - - - - name - PHP: Array Begin - scope - punctuation.definition.array.begin, punctuation.definition.array.end - settings - - foreground - __RED__ - - - - name - PHP: Numeric Constant - scope - constant.numeric.php - settings - - foreground - __CYAN__ - - - - name - PHP: New - scope - keyword.other.new.php - settings - - foreground - __ORANGE__ - - - - name - PHP: :: - scope - support.class.php, keyword.operator.class - settings - - fontStyle - - foreground - __BASE01__ - - - - name - PHP: Other Property - scope - variable.other.property.php - settings - - foreground - __BASE1__ - - - - name - PHP: Class - scope - storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php - settings - - foreground - __YELLOW__ - - - - name - PHP: Class Function - settings - - - - name - PHP: Inherited Class - scope - meta.other.inherited-class.php - settings - - fontStyle - - foreground - __BASE01__ - - - - name - PHP: Storage Type - scope - storage.type.php - settings - - foreground - __GREEN__ - - - - name - PHP: Function - scope - entity.name.function.php - settings - - foreground - __BASE1__ - - - - name - PHP: Function Construct - scope - support.function.construct.php - settings - - foreground - __GREEN__ - - - - name - PHP: Function Call - scope - entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php - settings - - foreground - __BASE0__ - - - - name - PHP: Comment - scope - keyword.other.phpdoc - settings - - fontStyle - - foreground - __BASE1__ - - - - name - PHP: Source Emebedded - scope - source.php.embedded.block.html - settings - - foreground - __ORANGE__ - - - - name - PHP: Storage Type Function - scope - storage.type.function.php - settings - - foreground - __ORANGE__ - - diff --git a/src/python.dark b/src/python similarity index 100% rename from src/python.dark rename to src/python diff --git a/src/python.light b/src/python.light deleted file mode 100644 index 691a3f8..0000000 --- a/src/python.light +++ /dev/null @@ -1,48 +0,0 @@ - - name - Python: docstring - scope - string.quoted.double.block.python - settings - - fontStyle - - foreground - __BASE01__ - - - - name - Python: storage - scope - storage.type.class.python, storage.type.function.python, storage.modifier.global.python - settings - - fontStyle - - foreground - __GREEN__ - - - - name - Python: import - scope - keyword.control.import.python, keyword.control.import.from.python - settings - - foreground - __ORANGE__ - - - - name - Python: Support.exception - scope - support.type.exception.python - settings - - foreground - __YELLOW__ - - diff --git a/src/rest.dark b/src/rest similarity index 100% rename from src/rest.dark rename to src/rest diff --git a/src/rest.light b/src/rest.light deleted file mode 100644 index 0458ec8..0000000 --- a/src/rest.light +++ /dev/null @@ -1,11 +0,0 @@ - - name - reST raw - scope - text.restructuredtext markup.raw - settings - - foreground - __CYAN__ - - diff --git a/src/ruby.dark b/src/ruby similarity index 100% rename from src/ruby.dark rename to src/ruby diff --git a/src/ruby.light b/src/ruby.light deleted file mode 100644 index 157a8df..0000000 --- a/src/ruby.light +++ /dev/null @@ -1,216 +0,0 @@ - - name - Ruby: Variable definition - scope - punctuation.definition.variable.ruby - settings - - fontStyle - - foreground - __BLUE__ - - - - name - Ruby: Function Name - scope - meta.function.method.with-arguments.ruby - settings - - foreground - __BASE00__ - - - - name - Ruby: Variable - scope - variable.language.ruby - settings - - foreground - __CYAN__ - - - - name - Ruby: Function - scope - entity.name.function.ruby - settings - - foreground - __BLUE__ - - - - name - Ruby: Keyword Control - scope - keyword.control.ruby, keyword.control.def.ruby - settings - - fontStyle - bold - foreground - __GREEN__ - - - - name - Ruby: Class - scope - keyword.control.class.ruby, meta.class.ruby - settings - - foreground - __GREEN__ - - - - name - Ruby: Class Name - scope - entity.name.type.class.ruby - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Ruby: Keyword - scope - keyword.control.ruby - settings - - fontStyle - - foreground - __GREEN__ - - - - name - Ruby: Support Class - scope - support.class.ruby - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Ruby: Special Method - scope - keyword.other.special-method.ruby - settings - - foreground - __GREEN__ - - - - name - Ruby: Constant - scope - constant.language.ruby, constant.numeric.ruby - settings - - foreground - __CYAN__ - - - - name - Ruby: Constant Other - scope - variable.other.constant.ruby - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Ruby: :symbol - scope - constant.other.symbol.ruby - settings - - fontStyle - - foreground - __CYAN__ - - - - name - Ruby: Punctuation Section '' - scope - punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby - settings - - foreground - __RED__ - - - - name - Ruby: Special Method - scope - keyword.other.special-method.ruby - settings - - foreground - __ORANGE__ - - - - name - PHP: Include - scope - keyword.control.import.include.php - settings - - foreground - __ORANGE__ - - - - name - Ruby: erb = - scope - text.html.ruby meta.tag.inline.any.html - settings - - fontStyle - - foreground - __BASE0__ - - - - name - Ruby: erb "" - scope - text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end - settings - - fontStyle - - foreground - __CYAN__ - - diff --git a/src/shell.dark b/src/shell similarity index 100% rename from src/shell.dark rename to src/shell diff --git a/src/shell.light b/src/shell.light deleted file mode 100644 index b3cca48..0000000 --- a/src/shell.light +++ /dev/null @@ -1,98 +0,0 @@ - - name - Shell: builtin - scope - support.function.builtin.shell - settings - - foreground - __GREEN__ - - - - name - Shell: variable - scope - variable.other.normal.shell - settings - - foreground - __ORANGE__ - - - - name - Shell: DOT_FILES - scope - source.shell - settings - - fontStyle - - foreground - __BLUE__ - - - - name - Shell: meta scope in loop - scope - meta.scope.for-in-loop.shell, variable.other.loop.shell - settings - - fontStyle - - foreground - __BASE01__ - - - - name - Shell: "" - scope - punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell - settings - - fontStyle - - foreground - __GREEN__ - - - - name - Shell: Meta Block - scope - meta.scope.case-block.shell, meta.scope.case-body.shell - settings - - fontStyle - - foreground - __BASE01__ - - - - name - Shell: [] - scope - punctuation.definition.logical-expression.shell - settings - - fontStyle - - foreground - __RED__ - - - - name - Shell: Comment - scope - comment.line.number-sign.shell - settings - - fontStyle - italic - - diff --git a/src/sublimelinter.dark b/src/sublimelinter similarity index 100% rename from src/sublimelinter.dark rename to src/sublimelinter diff --git a/src/sublimelinter.light b/src/sublimelinter.light deleted file mode 100644 index db7172e..0000000 --- a/src/sublimelinter.light +++ /dev/null @@ -1,85 +0,0 @@ - - name - SublimeLinter Annotations - scope - sublimelinter.notes - settings - - background - __BASE2__ - foreground - __BASE2__ - - - - name - SublimeLinter Error Outline - scope - sublimelinter.outline.illegal - settings - - background - __BASE1__ - foreground - __BASE1__ - - - - name - SublimeLinter Error Underline - scope - sublimelinter.underline.illegal - settings - - background - __RED__ - - - - name - SublimeLinter Warning Outline - scope - sublimelinter.outline.warning - settings - - background - __BASE0__ - foreground - __BASE0__ - - - - name - SublimeLinter Warning Underline - scope - sublimelinter.underline.warning - settings - - background - __YELLOW__ - - - - name - SublimeLinter Violation Outline - scope - sublimelinter.outline.violation - settings - - background - __BASE00__ - foreground - __BASE00__ - - - - name - SublimeLinter Violation Underline - scope - sublimelinter.underline.violation - settings - - background - __ORANGE__ - - diff --git a/src/tex.dark b/src/tex similarity index 100% rename from src/tex.dark rename to src/tex diff --git a/src/tex.light b/src/tex.light deleted file mode 100644 index 920cd9d..0000000 --- a/src/tex.light +++ /dev/null @@ -1,193 +0,0 @@ - - name - Tex: {} - scope - punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex - settings - - fontStyle - - foreground - __RED__ - - - - name - Tex: {text} - scope - meta.group.braces.tex - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Tex: Other Math - scope - string.other.math.tex - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Tex: {var} - scope - variable.parameter.function.latex - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - Tex: Math \\ - scope - punctuation.definition.constant.math.tex - settings - - fontStyle - - foreground - __RED__ - - - - name - Tex: Constant Math - scope - text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex - settings - - fontStyle - - foreground - __CYAN__ - - - - name - Tex: Other Math String - scope - string.other.math.tex - settings - - fontStyle - - foreground - __YELLOW__ - - - - name - Tex: $ - scope - punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex - settings - - fontStyle - - foreground - __RED__ - - - - name - Tex: \label - scope - keyword.control.label.latex, text.tex.latex constant.other.general.math.tex - settings - - fontStyle - - foreground - __CYAN__ - - - - name - Tex: \label { } - scope - variable.parameter.definition.label.latex - settings - - fontStyle - - foreground - __RED__ - - - - name - Tex: Function - scope - support.function.be.latex - settings - - fontStyle - - foreground - __GREEN__ - - - - name - Tex: Support Function Section - scope - support.function.section.latex - settings - - fontStyle - - foreground - __ORANGE__ - - - - name - Tex: Support Function - scope - support.function.general.tex - settings - - fontStyle - - foreground - __CYAN__ - - - - name - Tex: Comment - scope - punctuation.definition.comment.tex, comment.line.percentage.tex - settings - - fontStyle - italic - - - - name - Tex: Reference Label - scope - keyword.control.ref.latex - settings - - fontStyle - - foreground - __CYAN__ - - diff --git a/src/text.dark b/src/text similarity index 100% rename from src/text.dark rename to src/text diff --git a/src/text.light b/src/text.light deleted file mode 100644 index b557abe..0000000 --- a/src/text.light +++ /dev/null @@ -1,11 +0,0 @@ - - name - text plain - scope - text.plain - settings - - foreground - #6a8187 - - From 49143f6de6aaeb0cc1b916999ed4a61ee1ada643 Mon Sep 17 00:00:00 2001 From: Zearin Date: Wed, 16 Apr 2014 11:37:34 -0400 Subject: [PATCH 10/12] src/*: removed XML comments The comments were there to label the hex values. Now, the variable names are self-describing. --- src/_HEAD | 70 +++++++++++++++++++++++------------------------ src/c | 16 +++++------ src/css | 26 +++++++++--------- src/diff | 12 ++++---- src/html | 18 ++++++------ src/java | 10 +++---- src/js | 16 +++++------ src/markdown | 30 ++++++++++---------- src/other | 4 +-- src/perl | 10 +++---- src/php | 42 ++++++++++++++-------------- src/python | 8 +++--- src/rest | 2 +- src/ruby | 36 ++++++++++++------------ src/shell | 14 +++++----- src/sublimelinter | 18 ++++++------ src/tex | 28 +++++++++---------- 17 files changed, 180 insertions(+), 180 deletions(-) diff --git a/src/_HEAD b/src/_HEAD index 0f8b6de..e0ca012 100644 --- a/src/_HEAD +++ b/src/_HEAD @@ -9,15 +9,15 @@ gutterSettings background - __BASE02__ + __BASE02__ divider - __BASE02__ + __BASE02__ foreground - __BASE01__ + __BASE01__ selectionBackground - __BASE02__ + __BASE02__ selectionForeground - __BASE01__ + __BASE01__ settings @@ -25,17 +25,17 @@ settings background - __BASE03__ + __BASE03__ caret #819090 foreground - __BASE0__ + __BASE0__ invisibles - __BASE02__ + __BASE02__ lineHighlight - __BASE02__ + __BASE02__ selection - __BASE02__ + __BASE02__ @@ -48,7 +48,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -59,7 +59,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -70,7 +70,7 @@ settings foreground - __BASE01__ + __BASE01__ @@ -81,7 +81,7 @@ settings foreground - __RED__ + __RED__ @@ -92,7 +92,7 @@ settings foreground - __MAGENTA__ + __MAGENTA__ @@ -103,7 +103,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -114,7 +114,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -127,7 +127,7 @@ fontStyle foreground - __GREEN__ + __GREEN__ @@ -138,7 +138,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -149,7 +149,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -160,7 +160,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -171,7 +171,7 @@ settings foreground - __RED__ + __RED__ @@ -182,7 +182,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -193,7 +193,7 @@ settings foreground - __RED__ + __RED__ @@ -204,7 +204,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -233,7 +233,7 @@ fontStyle bold foreground - __BLUE__ + __BLUE__ @@ -244,7 +244,7 @@ settings foreground - __BASE01__ + __BASE01__ @@ -255,7 +255,7 @@ settings foreground - __BASE1__ + __BASE1__ @@ -266,7 +266,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -277,7 +277,7 @@ settings foreground - __RED__ + __RED__ @@ -296,7 +296,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -307,7 +307,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -318,7 +318,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -345,7 +345,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -356,6 +356,6 @@ settings foreground - __RED__ + __RED__ diff --git a/src/c b/src/c index 9baeb35..3d392b4 100644 --- a/src/c +++ b/src/c @@ -8,7 +8,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -21,7 +21,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -34,7 +34,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -47,7 +47,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -73,7 +73,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -86,7 +86,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -99,6 +99,6 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ diff --git a/src/css b/src/css index cfa317f..d82f360 100644 --- a/src/css +++ b/src/css @@ -8,7 +8,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -19,7 +19,7 @@ settings foreground - __RED__ + __RED__ @@ -32,7 +32,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -43,7 +43,7 @@ settings foreground - __VIOLET__ + __VIOLET__ @@ -56,7 +56,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -69,7 +69,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -80,7 +80,7 @@ settings foreground - __RED__ + __RED__ @@ -91,7 +91,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -102,7 +102,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -115,7 +115,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -128,7 +128,7 @@ fontStyle foreground - __BLUE__ + __BLUE__ @@ -141,7 +141,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -154,6 +154,6 @@ fontStyle foreground - __BLUE__ + __BLUE__ diff --git a/src/diff b/src/diff index 203d82c..31d3d5a 100644 --- a/src/diff +++ b/src/diff @@ -6,7 +6,7 @@ settings background - __YELLOW__ + __YELLOW__ fontStyle italic foreground @@ -21,11 +21,11 @@ settings background - __BASE2__ + __BASE2__ fontStyle foreground - __RED__ + __RED__ @@ -36,11 +36,11 @@ settings background - __BASE2__ + __BASE2__ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -51,7 +51,7 @@ settings background - __BASE2__ + __BASE2__ foreground #219186 diff --git a/src/html b/src/html index a7b0a90..d205e8f 100644 --- a/src/html +++ b/src/html @@ -8,7 +8,7 @@ fontStyle italic foreground - __BASE1__ + __BASE1__ @@ -21,7 +21,7 @@ fontStyle italic foreground - __BASE0__ + __BASE0__ @@ -45,7 +45,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -58,7 +58,7 @@ fontStyle bold foreground - __ORANGE__ + __ORANGE__ @@ -71,7 +71,7 @@ fontStyle foreground - __BASE00__ + __BASE00__ @@ -82,7 +82,7 @@ settings foreground - __BASE00__ + __BASE00__ @@ -95,7 +95,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -108,7 +108,7 @@ fontStyle bold foreground - __BLUE__ + __BLUE__ @@ -154,6 +154,6 @@ fontStyle italic foreground - __BASE0__ + __BASE0__ diff --git a/src/java b/src/java index 5ea5f0b..11d07f7 100644 --- a/src/java +++ b/src/java @@ -8,7 +8,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -21,7 +21,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -34,7 +34,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -60,6 +60,6 @@ fontStyle foreground - __BASE01__ + __BASE01__ diff --git a/src/js b/src/js index 060fff5..0d172c4 100644 --- a/src/js +++ b/src/js @@ -6,7 +6,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -19,7 +19,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -30,7 +30,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -41,7 +41,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -52,7 +52,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -63,7 +63,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -74,7 +74,7 @@ settings foreground - __BASE1__ + __BASE1__ @@ -85,6 +85,6 @@ settings foreground - __BLUE__ + __BLUE__ diff --git a/src/markdown b/src/markdown index 880a3ae..ef2dda2 100644 --- a/src/markdown +++ b/src/markdown @@ -19,7 +19,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -30,7 +30,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -43,7 +43,7 @@ fontStyle bold foreground - __BASE0__ + __BASE0__ @@ -56,7 +56,7 @@ fontStyle italic foreground - __BASE0__ + __BASE0__ @@ -67,7 +67,7 @@ settings foreground - __RED__ + __RED__ @@ -78,7 +78,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -89,7 +89,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -100,7 +100,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -111,7 +111,7 @@ settings foreground - __VIOLET__ + __VIOLET__ @@ -122,7 +122,7 @@ settings foreground - __MAGENTA__ + __MAGENTA__ @@ -135,7 +135,7 @@ fontStyle italic foreground - __BASE01__ + __BASE01__ @@ -146,7 +146,7 @@ settings foreground - __BASE1__ + __BASE1__ @@ -157,7 +157,7 @@ settings foreground - __BASE01__ + __BASE01__ @@ -168,7 +168,7 @@ settings foreground - __BASE01__ + __BASE01__ @@ -179,6 +179,6 @@ settings foreground - __BASE01__ + __BASE01__ diff --git a/src/other b/src/other index 4ac674e..69bfcce 100644 --- a/src/other +++ b/src/other @@ -8,7 +8,7 @@ fontStyle foreground - __RED__ + __RED__ @@ -19,6 +19,6 @@ settings foreground - __CYAN__ + __CYAN__ diff --git a/src/perl b/src/perl index d6c5cd2..3535c23 100644 --- a/src/perl +++ b/src/perl @@ -6,7 +6,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -17,7 +17,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -30,7 +30,7 @@ fontStyle italic foreground - __BASE01__ + __BASE01__ @@ -41,7 +41,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -52,6 +52,6 @@ settings foreground - __RED__ + __RED__ diff --git a/src/php b/src/php index 556bc2a..339435e 100644 --- a/src/php +++ b/src/php @@ -6,7 +6,7 @@ settings foreground - __BASE0__ + __BASE0__ @@ -17,7 +17,7 @@ settings foreground - __BASE0__ + __BASE0__ @@ -28,7 +28,7 @@ settings foreground - __RED__ + __RED__ @@ -39,7 +39,7 @@ settings foreground - __BASE01__ + __BASE01__ @@ -52,7 +52,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -63,7 +63,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -74,7 +74,7 @@ settings foreground - __RED__ + __RED__ @@ -85,7 +85,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -96,7 +96,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -109,7 +109,7 @@ fontStyle foreground - __BASE0__ + __BASE0__ @@ -120,7 +120,7 @@ settings foreground - __BASE1__ + __BASE1__ @@ -131,7 +131,7 @@ settings foreground - __YELLOW__ + __YELLOW__ @@ -148,7 +148,7 @@ settings foreground - __BASE0__ + __BASE0__ @@ -161,7 +161,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -172,7 +172,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -183,7 +183,7 @@ settings foreground - __BASE1__ + __BASE1__ @@ -194,7 +194,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -205,7 +205,7 @@ settings foreground - __BASE0__ + __BASE0__ @@ -218,7 +218,7 @@ fontStyle foreground - __BASE1__ + __BASE1__ @@ -229,7 +229,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -240,6 +240,6 @@ settings foreground - __ORANGE__ + __ORANGE__ diff --git a/src/python b/src/python index 691a3f8..02bb72d 100644 --- a/src/python +++ b/src/python @@ -8,7 +8,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -21,7 +21,7 @@ fontStyle foreground - __GREEN__ + __GREEN__ @@ -32,7 +32,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -43,6 +43,6 @@ settings foreground - __YELLOW__ + __YELLOW__ diff --git a/src/rest b/src/rest index 0458ec8..c9b59f5 100644 --- a/src/rest +++ b/src/rest @@ -6,6 +6,6 @@ settings foreground - __CYAN__ + __CYAN__ diff --git a/src/ruby b/src/ruby index 157a8df..4043b08 100644 --- a/src/ruby +++ b/src/ruby @@ -8,7 +8,7 @@ fontStyle foreground - __BLUE__ + __BLUE__ @@ -19,7 +19,7 @@ settings foreground - __BASE00__ + __BASE00__ @@ -30,7 +30,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -41,7 +41,7 @@ settings foreground - __BLUE__ + __BLUE__ @@ -54,7 +54,7 @@ fontStyle bold foreground - __GREEN__ + __GREEN__ @@ -65,7 +65,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -78,7 +78,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -91,7 +91,7 @@ fontStyle foreground - __GREEN__ + __GREEN__ @@ -104,7 +104,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -115,7 +115,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -126,7 +126,7 @@ settings foreground - __CYAN__ + __CYAN__ @@ -139,7 +139,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -152,7 +152,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -163,7 +163,7 @@ settings foreground - __RED__ + __RED__ @@ -174,7 +174,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -185,7 +185,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -198,7 +198,7 @@ fontStyle foreground - __BASE0__ + __BASE0__ @@ -211,6 +211,6 @@ fontStyle foreground - __CYAN__ + __CYAN__ diff --git a/src/shell b/src/shell index b3cca48..32996cd 100644 --- a/src/shell +++ b/src/shell @@ -6,7 +6,7 @@ settings foreground - __GREEN__ + __GREEN__ @@ -17,7 +17,7 @@ settings foreground - __ORANGE__ + __ORANGE__ @@ -30,7 +30,7 @@ fontStyle foreground - __BLUE__ + __BLUE__ @@ -43,7 +43,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -56,7 +56,7 @@ fontStyle foreground - __GREEN__ + __GREEN__ @@ -69,7 +69,7 @@ fontStyle foreground - __BASE01__ + __BASE01__ @@ -82,7 +82,7 @@ fontStyle foreground - __RED__ + __RED__ diff --git a/src/sublimelinter b/src/sublimelinter index 2e7a30d..3ad6a1b 100644 --- a/src/sublimelinter +++ b/src/sublimelinter @@ -19,9 +19,9 @@ settings background - __BASE1__ + __BASE1__ foreground - __BASE1__ + __BASE1__ @@ -32,7 +32,7 @@ settings background - __RED__ + __RED__ @@ -43,9 +43,9 @@ settings background - __BASE0__ + __BASE0__ foreground - __BASE0__ + __BASE0__ @@ -56,7 +56,7 @@ settings background - __YELLOW__ + __YELLOW__ @@ -67,9 +67,9 @@ settings background - __BASE00__ + __BASE00__ foreground - __BASE00__ + __BASE00__ @@ -80,6 +80,6 @@ settings background - __ORANGE__ + __ORANGE__ diff --git a/src/tex b/src/tex index 920cd9d..4c333ea 100644 --- a/src/tex +++ b/src/tex @@ -8,7 +8,7 @@ fontStyle foreground - __RED__ + __RED__ @@ -21,7 +21,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -34,7 +34,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -47,7 +47,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -60,7 +60,7 @@ fontStyle foreground - __RED__ + __RED__ @@ -73,7 +73,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -86,7 +86,7 @@ fontStyle foreground - __YELLOW__ + __YELLOW__ @@ -99,7 +99,7 @@ fontStyle foreground - __RED__ + __RED__ @@ -112,7 +112,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -125,7 +125,7 @@ fontStyle foreground - __RED__ + __RED__ @@ -138,7 +138,7 @@ fontStyle foreground - __GREEN__ + __GREEN__ @@ -151,7 +151,7 @@ fontStyle foreground - __ORANGE__ + __ORANGE__ @@ -164,7 +164,7 @@ fontStyle foreground - __CYAN__ + __CYAN__ @@ -188,6 +188,6 @@ fontStyle foreground - __CYAN__ + __CYAN__ From 2555bf7e32e6d7bb25e13b4edc4f91bf5fce1194 Mon Sep 17 00:00:00 2001 From: Zearin Date: Wed, 16 Apr 2014 11:54:08 -0400 Subject: [PATCH 11/12] Clean up nonstandard colors --- src/_HEAD | 2 +- src/diff | 4 ++-- src/markdown | 4 ++-- src/text | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_HEAD b/src/_HEAD index e0ca012..4745722 100644 --- a/src/_HEAD +++ b/src/_HEAD @@ -27,7 +27,7 @@ background __BASE03__ caret - #819090 + __BASE3__ foreground __BASE0__ invisibles diff --git a/src/diff b/src/diff index 31d3d5a..bd3793e 100644 --- a/src/diff +++ b/src/diff @@ -10,7 +10,7 @@ fontStyle italic foreground - #E0EDDD + __BASE2__ @@ -53,6 +53,6 @@ background __BASE2__ foreground - #219186 + __CYAN__ diff --git a/src/markdown b/src/markdown index ef2dda2..9ee0b8c 100644 --- a/src/markdown +++ b/src/markdown @@ -6,9 +6,9 @@ settings background - __YELLOW__ + __YELLOW__ foreground - #E0EDDD + __BASE2__ diff --git a/src/text b/src/text index b557abe..222e61b 100644 --- a/src/text +++ b/src/text @@ -6,6 +6,6 @@ settings foreground - #6a8187 + __CYAN__ From 439491e912331035f67b0d51490056c0a6692dd7 Mon Sep 17 00:00:00 2001 From: Zearin Date: Wed, 16 Apr 2014 12:18:47 -0400 Subject: [PATCH 12/12] Update src/README.md to reflect single-source build --- src/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/README.md b/src/README.md index 11ea871..f32febf 100644 --- a/src/README.md +++ b/src/README.md @@ -4,12 +4,17 @@ ## How this directory is organized Files in this directory each contain a piece of the Solarized code. -Each filename followed the form `«language».«theme»`. So, `html.dark` -contains all the code to style HTML files for the *Solarized (dark)* theme. +Each file is named for a specific language, and contains the instructions +for syntax highlights according to Solarized. -The only files that do *not* follow this convention are the `_HEAD.{dark,light}` files. -These contain the beginning and end of each `*.tmTheme` file, and are the only pieces -that contain code that is not language-specific. +The only exceptions to this naming scheme are the `_HEAD` and `_TAIL` files. +These contain the beginning and end of each `*.tmTheme` file, and the only files +that do not contain language-specific code. + +The build process automatically generates both the “dark” and “light” flavors +of the Solarized theme from this single set of files. The files in this +directory contain the colors for the “dark” flavor. The “light” Solarized theme +is generated by the `build.sh` script, which flips the 4 base pairs of colors. ### Files here are **not** valid (or well-formed) XML