Browse Source

Adding some more styles for python and shell files.

pull/68/head
Mark Story 15 years ago
parent
commit
06c2d4e46e
  1. 58
      Solarized (light).tmTheme

58
Solarized (light).tmTheme

@ -1519,9 +1519,65 @@
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: storage</string>
<key>scope</key>
<string>storage.type.class.python, storage.type.function.python, storage.modifier.global.python</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#748B00</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>#BD3800</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Python: Support.exception</string>
<key>scope</key>
<string>support.type.exception.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A57800</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Shell: builtin</string>
<key>scope</key>
<string>support.function.builtin.shell</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#748B00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Shell: variable</string>
<key>scope</key>
<string>variable.other.normal.shell</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BD3800</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>
</dict>
</plist>

Loading…
Cancel
Save