Skip to content

Commit

Permalink
update python
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Dec 20, 2016
1 parent 3d09636 commit 4102e38
Showing 1 changed file with 58 additions and 11 deletions.
69 changes: 58 additions & 11 deletions Seti.tmTheme
Expand Up @@ -429,6 +429,24 @@
<string>#0D1011</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>source.python keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#1CFF7B</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>keyword.control.import.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#009FFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited class</string>
Expand All @@ -437,7 +455,9 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#80FCFF</string>
<string>#fda100</string>
<key>background</key>
<string>#CD3F4530</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -3183,6 +3203,42 @@
<string>#603F80</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>entity.name.class.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffd200</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>variable.parameter.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CD3F45</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>variable.function.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#009FFF</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>punctuation.accessor.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#fda100</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>support.variable.magic.python, support.function.magic.python</string>
Expand Down Expand Up @@ -3318,16 +3374,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#34495e</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>meta.function-call.python meta.function-call.arguments.python</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bce6fe</string>
<string>#009FFF</string>
</dict>
</dict>

Expand Down

0 comments on commit 4102e38

Please sign in to comment.