Skip to content

Commit

Permalink
Merge pull request #2 from Starojitski/patch-1
Browse files Browse the repository at this point in the history
Made some colors identical to IntelliJ implementation
  • Loading branch information
mattchanner committed Feb 10, 2015
2 parents 31fd7cc + 7ad1e11 commit ce0ac57
Showing 1 changed file with 84 additions and 10 deletions.
94 changes: 84 additions & 10 deletions darkula.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@
<string>#808080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup tag</string>
<key>scope</key>
<string>meta.tag, declaration.tag</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Todo</string>
Expand Down Expand Up @@ -117,7 +130,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#629755</string>
<string>#6A8759</string>
</dict>
</dict>
<dict>
Expand All @@ -140,7 +153,20 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6dcc20</string>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String interpolation</string>
<key>scope</key>
<string>constant.character.escape, string source</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
Expand All @@ -151,7 +177,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AE81FF</string>
<string>#9876AA</string>
</dict>
</dict>
<dict>
Expand All @@ -162,7 +188,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A9B792</string>
<string>#9876AA</string>
</dict>
</dict>
<dict>
Expand All @@ -176,6 +202,54 @@
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Preprocessor directive</string>
<key>scope</key>
<string>keyword.control.import</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup XML declaration</string>
<key>scope</key>
<string>meta.tag.preprocessor.xml</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup DOCTYPE</string>
<key>scope</key>
<string>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</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword, storage</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
Expand All @@ -184,7 +258,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6DCC23</string>
<string>#CC7832</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -234,7 +308,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#A9B7C6</string>
<string>#FFC66D</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -286,7 +360,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#6DCC23</string>
<string>#FFC66D</string>
</dict>
</dict>
<dict>
Expand All @@ -299,7 +373,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#6DCC23</string>
<string>#A9B7C6</string>
</dict>
</dict>
<dict>
Expand All @@ -312,7 +386,7 @@
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#6DCC23</string>
<string>#A9B7C6</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -349,7 +423,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#AE81FF</string>
<string>#9876AA</string>
<key>foreground</key>
<string>#F8F8F0</string>
</dict>
Expand Down

0 comments on commit ce0ac57

Please sign in to comment.