Skip to content

Commit

Permalink
Updated based on intelliJ default colours for javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchanner committed Sep 10, 2015
1 parent ce0ac57 commit 8d845ee
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions darkula.tmTheme
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
Expand Down Expand Up @@ -120,6 +124,8 @@
<dict>
<key>foreground</key>
<string>#808080</string>
<key>fontStyle</key>
<string> italic</string>
</dict>
</dict>
<dict>
Expand All @@ -144,7 +150,6 @@
<string>#6897bb</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>Built-in constant</string>
Expand Down Expand Up @@ -258,7 +263,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
<string>#A9B7C6</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -308,7 +313,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFC66D</string>
<string>#A9B7C6</string>
</dict>
</dict>
<dict>
Expand All @@ -318,8 +323,6 @@
<string>variable.parameter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#A9B7C6</string>
</dict>
Expand Down Expand Up @@ -360,7 +363,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFC66D</string>
<string>#A9B7C6</string>
</dict>
</dict>
<dict>
Expand All @@ -378,7 +381,7 @@
</dict>
<dict>
<key>name</key>
<string>Library class/type</string>
<string>Library class&#x2f;type</string>
<key>scope</key>
<string>support.type, support.class</string>
<key>settings</key>
Expand Down Expand Up @@ -428,7 +431,6 @@
<string>#F8F8F0</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>diff.header</string>
Expand Down Expand Up @@ -473,7 +475,6 @@
<string>#E6DB74</string>
</dict>
</dict>

<dict>
<key>scope</key>
<string>constant.numeric.line-number.find-in-files - match</string>
Expand All @@ -492,9 +493,12 @@
<string>#B8FF9A</string>
</dict>
</dict>

</array>
<key>uuid</key>
<string>52A9C2E7-AEC4-4820-8092-A2F9B05B312A</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>semanticClass</key>
<string>theme.dark.darkula</string>
</dict>
</plist>

0 comments on commit 8d845ee

Please sign in to comment.