mirror of
https://github.com/altercation/solarized
synced 2024-11-22 11:43:10 +00:00
Adding some more styles for python and shell files.
This commit is contained in:
parent
34821d442f
commit
06c2d4e46e
1 changed files with 57 additions and 1 deletions
|
@ -1519,9 +1519,65 @@
|
||||||
<string>italic</string>
|
<string>italic</string>
|
||||||
</dict>
|
</dict>
|
||||||
</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>
|
</array>
|
||||||
<key>uuid</key>
|
<key>uuid</key>
|
||||||
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>
|
<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue