Skip to content

Commit

Permalink
Added Level-1 to 10 for sublime-levels support
Browse files Browse the repository at this point in the history
Douglas Crockford had the idea of scope context coloring for JavaScript and added it to JSLint: https://plus.google.com/+DouglasCrockfordEsq/posts/FzKnHk96m2C
Alexander Mazurov then created the sublime levels plugin: https://github.com/mazurov/sublime-levels
I love the idea, but the I find the theme he uses horrible!
So I simple enhanced my favorite theme Flatland.
I like the result and would like to share it with you.
  • Loading branch information
kimhogeling committed Jan 23, 2014
1 parent ef6d355 commit 7536cbd
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions Flatland Dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,138 @@
<string>#72AACA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level-1</string>
<key>scope</key>
<string>level-1</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#452323</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level0</string>
<key>scope</key>
<string>level0</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#234523</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level1</string>
<key>scope</key>
<string>level1</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#232345</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level2</string>
<key>scope</key>
<string>level2</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#454523</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level3</string>
<key>scope</key>
<string>level3</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#452345</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level4</string>
<key>scope</key>
<string>level4</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#234545</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level5</string>
<key>scope</key>
<string>level5</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#634141</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level6</string>
<key>scope</key>
<string>level6</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#416341</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level7</string>
<key>scope</key>
<string>level7</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#414163</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level8</string>
<key>scope</key>
<string>level8</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#636341</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level9</string>
<key>scope</key>
<string>level9</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#634163</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Level10</string>
<key>scope</key>
<string>level10</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#416363</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>13E579BF-40AB-42E2-9EAB-0AD3EDD88532</string>
Expand Down

0 comments on commit 7536cbd

Please sign in to comment.