Skip to content

Commit

Permalink
redo the import rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen committed Feb 20, 2015
1 parent e83e9f5 commit 6ce2ae2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 64 deletions.
53 changes: 21 additions & 32 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,30 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc322f</string>
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657b83</string>
</dict>
<key>name</key>
<string>Import</string>
<key>scope</key>
<string>meta.import keyword, keyword.control.import, keyword.control.import.from, keyword.other.import, keyword.control.at-rule.include, keyword.control.at-rule.import</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657b83</string>
</dict>
</dict>
<dict>
<key>name</key>
Expand Down Expand Up @@ -745,17 +756,6 @@
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: import</string>
<key>scope</key>
<string>keyword.control.import.python, keyword.control.import.from.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: Support.exception</string>
Expand Down Expand Up @@ -804,17 +804,6 @@
</dict>

<!-- Java -->
<dict>
<key>name</key>
<string>Java: import</string>
<key>scope</key>
<string>keyword.other.import.java</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Java: storage import</string>
Expand Down
53 changes: 21 additions & 32 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,30 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc322f</string>
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657b83</string>
</dict>
<key>name</key>
<string>Import</string>
<key>scope</key>
<string>meta.import keyword, keyword.control.import, keyword.control.import.from, keyword.other.import, keyword.control.at-rule.include, keyword.control.at-rule.import</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657b83</string>
</dict>
</dict>
<dict>
<key>name</key>
Expand Down Expand Up @@ -745,17 +756,6 @@
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: import</string>
<key>scope</key>
<string>keyword.control.import.python, keyword.control.import.from.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: Support.exception</string>
Expand Down Expand Up @@ -804,17 +804,6 @@
</dict>

<!-- Java -->
<dict>
<key>name</key>
<string>Java: import</string>
<key>scope</key>
<string>keyword.other.import.java</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CB4B16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Java: storage import</string>
Expand Down

0 comments on commit 6ce2ae2

Please sign in to comment.