From ad29aeedeadcdc58857e1e9018816daf3235e9d6 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 1 Apr 2011 22:47:45 -0400 Subject: [PATCH 01/11] Adding light textmate theme with reasonably close highlighting to the vim plugin. --- Solarized (light).tmTheme | 305 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 Solarized (light).tmTheme diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme new file mode 100644 index 0000000..9db72b8 --- /dev/null +++ b/Solarized (light).tmTheme @@ -0,0 +1,305 @@ + + + + + name + Solarized (light) + settings + + + settings + + background + #FDF6E3 + caret + #000000 + foreground + #586E75 + invisibles + #93A1A180 + lineHighlight + #EEE8D5 + selection + #073642 + + + + name + Comment + scope + comment + settings + + foreground + #93A1A1 + + + + name + String + scope + string + settings + + foreground + #2AA198 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #D30102 + + + + 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 + #D30102 + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #D30102 + + + + 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.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 + #D30102 + + + + 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 + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + uuid + 38E819D9-AE02-452F-9231-ECC3B204AFD7 + + From c9af5e9d991efdd3b792cd650bc7f963a25a07bc Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 1 Apr 2011 23:23:09 -0400 Subject: [PATCH 02/11] Adding the beginnings of the dark theme. --- Solarized (dark).tmTheme | 312 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 312 insertions(+) create mode 100644 Solarized (dark).tmTheme diff --git a/Solarized (dark).tmTheme b/Solarized (dark).tmTheme new file mode 100644 index 0000000..4efdabd --- /dev/null +++ b/Solarized (dark).tmTheme @@ -0,0 +1,312 @@ + + + + + name + Solarized (dark) + settings + + + settings + + background + #002B36 + caret + #D30102 + foreground + #93A1A1 + invisibles + #93A1A180 + lineHighlight + #073642 + selection + #073642 + + + + name + Comment + scope + comment + settings + + fontStyle + italic + foreground + #657B83 + + + + name + String + scope + string + settings + + foreground + #2AA198 + + + + name + Regexp + scope + string.regexp + settings + + foreground + #D30102 + + + + 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 + #93A1A1 + + + + name + Class name + scope + entity.name.class, entity.name.type.class + settings + + fontStyle + + foreground + #CB4B16 + + + + 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 + #D30102 + + + + name + Built-in constant + scope + constant.language, meta.preprocessor + settings + + foreground + #B58900 + + + + name + Support.construct + scope + support.function.construct, keyword.other.new + settings + + foreground + #CB4B16 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #CB4B16 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #6C71C4 + + + + 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 + settings + + foreground + #657B83 + + + + 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 + #D30102 + + + + 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 + Library variable + scope + support.other.variable + settings + + + + name + Invalid + scope + invalid + settings + + + + uuid + F930B0BF-AA03-4232-A30F-CEF749FF8E72 + + From 576ef7750573241b089082a7b1e56beec9d1b9f6 Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 14:08:10 +0100 Subject: [PATCH 03/11] Started working towards parity with http://ethanschoonover.com/img/solarized/solarized-screen-html-light.png --- Solarized (light).tmTheme | 153 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index 9db72b8..d85a8c2 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -45,6 +45,17 @@ #2AA198 + + name + StringNumber + scope + string + settings + + foreground + #586E75 + + name Regexp @@ -298,6 +309,148 @@ settings + + name + Markup: Doctype + scope + entitiy.name.tag.doctype.html, meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + settings + + background + #EAE3CB + fontStyle + + foreground + #899090 + + + + name + Markup: style attribute + scope + source.css.embedded.html string.quoted.double.html + settings + + fontStyle + + foreground + #269186 + + + + name + CSS: Property + scope + entity.name.tag.css + settings + + fontStyle + + foreground + #C58106 + + + + name + CSS: Value + scope + meta.property-value.css constant.numeric.css, meta.property-value.css keyword.other.unit.css,constant.other.color.rgb-value.css + settings + + fontStyle + + foreground + #269186 + + + + name + Markup: Script + scope + entity.name.tag.script.html + settings + + fontStyle + italic + + + + name + JS: Function Name + scope + meta.function.js, entity.name.function.js, support.function.dom.js + settings + + foreground + #C58106 + + + + name + JS: Source + scope + text.html.basic source.js.embedded.html + settings + + foreground + #C58106 + + + + name + JS: Function + scope + storage.type.function.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 + #1F74CF + + + + name + Markup: Tag + scope + entity.name.tag.structure.any.html + settings + + fontStyle + bold + + + + name + Double Quoted String + scope + string.quoted.double.html, string.quoted.double.js + settings + + foreground + #269186 + + uuid 38E819D9-AE02-452F-9231-ECC3B204AFD7 From 69781a57109d1f3ed277881e87f2f10a6b3cf4a5 Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 18:03:02 +0100 Subject: [PATCH 04/11] added lots of PHP styles, it's fairly close to it's vim counterpart --- Solarized (light).tmTheme | 339 +++++++++++++++++++++++++++++++++++++- 1 file changed, 337 insertions(+), 2 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index d85a8c2..de4dd59 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -293,6 +293,17 @@ #CB4B16 + + name + Special + scope + keyword.other.special-method + settings + + foreground + #CB4B16 + + name Library variable @@ -309,6 +320,28 @@ settings + + name + Quoted String + scope + string.quoted.double, string.quoted.single + settings + + foreground + #269186 + + + + name + Quotes + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #C60000 + + name Markup: Doctype @@ -324,6 +357,17 @@ #899090 + + name + Function Name + scope + meta.function.method.with-arguments.ruby + settings + + foreground + #485A62 + + name Markup: style attribute @@ -442,15 +486,306 @@ name - Double Quoted String + Ruby: Variable definition scope - string.quoted.double.html, string.quoted.double.js + punctuation.definition.variable.ruby + settings + + fontStyle + + foreground + #268BD2 + + + + name + Ruby: Variable + scope + variable.language.ruby + settings + + foreground + #469186 + + + + name + Ruby: Function + scope + entity.name.function.ruby + settings + + foreground + #1F74CF + + + + name + Ruby: Keyword Control + scope + keyword.control.ruby, keyword.control.def.ruby + settings + + fontStyle + bold + foreground + #475B63 + + + + name + Ruby: Class + scope + keyword.control.class.ruby + settings + + foreground + #748B00 + + + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #748B00 + + + + name + Ruby: Constant + scope + variable.other.constant.ruby + settings + + foreground + #A57800 + + + + name + Ruby: Punctuation Section + scope + punctuation.section.embedded.ruby + settings + + foreground + #D01F1E + + + + name + PHP: Include + scope + keyword.control.import.include.php + settings + + foreground + #BD3800 + + + + name + PHP: Quoted Single + scope + punctuation.definition.string.begin, punctuation.definition.string.end + settings + + foreground + #536871 + + + + name + PHP: [] + scope + keyword.operator.index-start.php, keyword.operator.index-end.php + settings + + foreground + #D31E1E + + + + name + PHP: Array + scope + meta.array.php + settings + + foreground + #536871 + + + + name + PHP: Array Construct + scope + support.function.construct.php + settings + + foreground + #A57800 + + + + name + PHP: Array Begin + scope + punctuation.definition.array.begin, punctuation.definition.array.end + settings + + foreground + #D31E1E + + + + name + PHP: Numberic Constant + scope + constant.numeric.php settings foreground #269186 + + name + PHP: :: + scope + support.class.php, keyword.operator.class + settings + + fontStyle + + foreground + #536871 + + + + name + PHP: Other Property + scope + variable.other.property.php + settings + + foreground + #899090 + + + + name + PHP: Class + scope + storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php + settings + + foreground + #A57800 + + + + name + PHP: Class Function + settings + + + + name + PHP: Inherited Class + scope + meta.other.inherited-class.php + settings + + fontStyle + + foreground + #536871 + + + + name + PHP: Storage Type + scope + storage.type.php + settings + + foreground + #748B00 + + + + name + PHP: Function + scope + entity.name.function.php + settings + + foreground + #899090 + + + + name + PHP: Function Construct + scope + support.function.construct.php + settings + + foreground + #748B00 + + + + 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 + #536871 + + + + name + PHP: Comment + scope + keyword.other.phpdoc + settings + + fontStyle + + foreground + #899090 + + + + name + PHP: Source Emebedded + scope + source.php.embedded.block.html + settings + + foreground + #BD3613 + + + + name + PHP: Storage Type Function + scope + storage.type.function.php + settings + + foreground + #BD3800 + + uuid 38E819D9-AE02-452F-9231-ECC3B204AFD7 From 5f8f7010cc5f42c0e1f7e0cbb96e4ffce1e8b54c Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 18:54:22 +0100 Subject: [PATCH 05/11] added a buch more CSS definitions --- Solarized (light).tmTheme | 120 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 4 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index de4dd59..c12af52 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -385,20 +385,53 @@ name CSS: Property scope - entity.name.tag.css + entity.name.tag.css, support.type.property-name.css, meta.property-name.css settings fontStyle foreground - #C58106 + #A57800 name - CSS: Value + CSS: @font-face scope - meta.property-value.css constant.numeric.css, meta.property-value.css keyword.other.unit.css,constant.other.color.rgb-value.css + source.css + settings + + foreground + #D01F1E + + + + name + CSS: Selector + scope + meta.selector.css + settings + + foreground + #536871 + + + + name + CSS: {} + scope + punctuation.section.property-list.css + settings + + foreground + #5A74CF + + + + name + CSS: Numeric Value + scope + meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css settings fontStyle @@ -407,6 +440,85 @@ #269186 + + name + CSS: Value + scope + meta.property-value.css + settings + + foreground + #269186 + + + + name + CSS: !Important + scope + keyword.other.important.css + settings + + foreground + #D01F1E + + + + name + CSS: Standard Value + scope + support.constant.color + settings + + foreground + #269186 + + + + name + CSS: Tag + scope + entity.name.tag.css + settings + + foreground + #738A13 + + + + name + CSS .class + scope + entity.other.attribute-name.class.css + settings + + foreground + #1F74CF + + + + name + CSS :pseudo + scope + entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css + settings + + fontStyle + + foreground + #BD3800 + + + + name + CSS: #id + scope + entity.other.attribute-name.id.css + settings + + foreground + #1F74CF + + name Markup: Script From dd08b37a5071cff5e46574e5f2b2f6ee23625985 Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 19:25:36 +0100 Subject: [PATCH 06/11] HTML mode now almost matches vim equivalent --- Solarized (light).tmTheme | 241 +++++++++++++++++++++++++++++--------- 1 file changed, 187 insertions(+), 54 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index c12af52..e55de78 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -342,45 +342,6 @@ #C60000 - - name - Markup: Doctype - scope - entitiy.name.tag.doctype.html, meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string - settings - - background - #EAE3CB - fontStyle - - foreground - #899090 - - - - name - Function Name - scope - meta.function.method.with-arguments.ruby - settings - - foreground - #485A62 - - - - name - Markup: style attribute - scope - source.css.embedded.html string.quoted.double.html - settings - - fontStyle - - foreground - #269186 - - name CSS: Property @@ -519,17 +480,6 @@ #1F74CF - - name - Markup: Script - scope - entity.name.tag.script.html - settings - - fontStyle - italic - - name JS: Function Name @@ -538,7 +488,7 @@ settings foreground - #C58106 + #A57800 @@ -548,8 +498,10 @@ text.html.basic source.js.embedded.html settings + fontStyle + foreground - #C58106 + #A57800 @@ -563,6 +515,39 @@ #268BD2 + + name + JS: Numeric Constant + scope + constant.numeric.js + settings + + foreground + #269186 + + + + name + JS: [] + scope + meta.brace.square.js + settings + + foreground + #1F74CF + + + + name + JS: Storage Type + scope + storage.type.js + settings + + foreground + #1F74CF + + name () @@ -587,13 +572,150 @@ name - Markup: Tag + HTML: Doctype scope - entity.name.tag.structure.any.html + entitiy.name.tag.doctype.html, meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + settings + + background + #EAE3CB + fontStyle + + foreground + #899090 + + + + 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 + #269186 + + + + name + HTML: Text + scope + text.html.basic settings fontStyle bold + foreground + #BD3800 + + + + name + HTML: Tag Start + scope + punctuation.definition.tag.html + settings + + foreground + #819090 + + + + name + HTML: = + scope + text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html + settings + + fontStyle + + foreground + #708284 + + + + name + HTML: something= + scope + text.html.basic entity.other.attribute-name.html + settings + + foreground + #708284 + + + + name + HTML: " + scope + text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin + settings + + fontStyle + + foreground + #269186 + + + + name + HTML: <tag> + scope + entity.name.tag.block.any.html + settings + + fontStyle + bold + foreground + #1F74CF + + + + name + HTML: <style> + scope + entity.name.tag.style.html + settings + + fontStyle + italic + + + + 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 + #819090 @@ -609,6 +731,17 @@ #268BD2 + + name + Ruby: Function Name + scope + meta.function.method.with-arguments.ruby + settings + + foreground + #485A62 + + name Ruby: Variable From 7c4e150e982ffc1b3b61dbd59cf3b1a158f17f6a Mon Sep 17 00:00:00 2001 From: deplorableword Date: Sun, 3 Apr 2011 21:22:08 +0100 Subject: [PATCH 07/11] Added a bit more ruby jazz --- Solarized (light).tmTheme | 58 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index e55de78..df67566 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -761,7 +761,7 @@ settings foreground - #1F74CF + #A57800 @@ -781,13 +781,39 @@ name Ruby: Class scope - keyword.control.class.ruby + keyword.control.class.ruby, meta.class.ruby settings foreground #748B00 + + name + Ruby: Keyword + scope + keyword.control.ruby + settings + + fontStyle + + foreground + #748B00 + + + + name + Ruby: Support Class + scope + support.class.ruby + settings + + fontStyle + + foreground + #A57800 + + name Ruby: Special Method @@ -803,24 +829,48 @@ name Ruby: Constant scope + constant.language.ruby + settings + + foreground + #269186 + + + + name + Ruby: Constant Other + scope variable.other.constant.ruby settings + fontStyle + foreground #A57800 name - Ruby: Punctuation Section + Ruby: Punctuation Section '' scope - punctuation.section.embedded.ruby + punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby settings foreground #D01F1E + + name + Ruby: Special Method + scope + keyword.other.special-method.ruby + settings + + foreground + #BD3800 + + name PHP: Include From 03c5d60811d8a3d3a4e729cb1b6410be8b11a053 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 3 Apr 2011 18:04:07 -0400 Subject: [PATCH 08/11] Fixing a few small styles in PHP and Javascript. --- Solarized (light).tmTheme | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index df67566..76c73f2 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -491,6 +491,17 @@ #A57800 + + name + JS: Class + scope + support.class.js, entity.name.type.instance.js + settings + + foreground + #BD3800 + + name JS: Source @@ -1081,6 +1092,17 @@ #BD3800 + + name + PHP: Storage modifier + scope + storage.modifier.php, storage.modifier.reference.php + settings + + foreground + #A57800 + + uuid 38E819D9-AE02-452F-9231-ECC3B204AFD7 From 015fd38f71148b8b3f7a1362f443f560ba233b37 Mon Sep 17 00:00:00 2001 From: deplorableword Date: Mon, 4 Apr 2011 07:53:52 +0100 Subject: [PATCH 09/11] cleaned up some Ruby .erb rules --- Solarized (light).tmTheme | 80 +++++++++++++++++++++++++++------------ 1 file changed, 55 insertions(+), 25 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index 76c73f2..c100ff2 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -491,17 +491,6 @@ #A57800 - - name - JS: Class - scope - support.class.js, entity.name.type.instance.js - settings - - foreground - #BD3800 - - name JS: Source @@ -624,7 +613,7 @@ name HTML: Text scope - text.html.basic + text.html.basic, text.html.ruby settings fontStyle @@ -772,7 +761,7 @@ settings foreground - #A57800 + #1F74CF @@ -799,6 +788,19 @@ #748B00 + + name + Ruby: Class Name + scope + entity.name.type.class.ruby + settings + + fontStyle + + foreground + #A57800 + + name Ruby: Keyword @@ -840,7 +842,7 @@ name Ruby: Constant scope - constant.language.ruby + constant.language.ruby, constant.numeric.ruby settings foreground @@ -860,6 +862,19 @@ #A57800 + + name + Ruby: :symbol + scope + constant.other.symbol.ruby + settings + + fontStyle + + foreground + #269186 + + name Ruby: Punctuation Section '' @@ -893,6 +908,32 @@ #BD3800 + + name + Ruby: erb = + scope + text.html.ruby meta.tag.inline.any.html + settings + + fontStyle + + foreground + #819090 + + + + name + Ruby: erb "" + scope + text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end + settings + + fontStyle + + foreground + #269186 + + name PHP: Quoted Single @@ -1092,17 +1133,6 @@ #BD3800 - - name - PHP: Storage modifier - scope - storage.modifier.php, storage.modifier.reference.php - settings - - foreground - #A57800 - - uuid 38E819D9-AE02-452F-9231-ECC3B204AFD7 From acd7cc9977a82287fb5198f915d694d01ee330be Mon Sep 17 00:00:00 2001 From: deplorableword Date: Tue, 5 Apr 2011 07:36:08 +0100 Subject: [PATCH 10/11] fixed up the plain HTML view --- Solarized (light).tmTheme | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index c100ff2..48b8f48 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -613,7 +613,7 @@ name HTML: Text scope - text.html.basic, text.html.ruby + text.html.ruby settings fontStyle @@ -637,7 +637,7 @@ name HTML: = scope - text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html + 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 @@ -661,7 +661,7 @@ name HTML: " scope - text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin + 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 @@ -683,6 +683,19 @@ #1F74CF + + name + HTML: >text< + scope + text.html.basic + settings + + fontStyle + + foreground + #6A58BE + + name HTML: <style> From afae186e18fedafd9604bec1389403c6a218ad4b Mon Sep 17 00:00:00 2001 From: deplorableword Date: Tue, 5 Apr 2011 07:52:06 +0100 Subject: [PATCH 11/11] fixed DTD rendering --- Solarized (light).tmTheme | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Solarized (light).tmTheme b/Solarized (light).tmTheme index 48b8f48..72cd5c4 100644 --- a/Solarized (light).tmTheme +++ b/Solarized (light).tmTheme @@ -574,13 +574,11 @@ name HTML: Doctype scope - entitiy.name.tag.doctype.html, meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string + entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html settings - background - #EAE3CB fontStyle - + italic foreground #899090 @@ -693,7 +691,7 @@ fontStyle foreground - #6A58BE + #536871