Skip to content

Commit

Permalink
Merge pull request #57 from adambullmer/master
Browse files Browse the repository at this point in the history
Fixed incorrect color use on python class and function keywords
  • Loading branch information
jonschlinkert committed Jan 31, 2016
2 parents 4525341 + 7928d9f commit 6de4a66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Monokai Extended Origin.JSON-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
"scope": "storage.type.class.python, storage.type.function.python, storage.modifier.global.python",
"settings": {
"fontStyle": "",
"foreground": "#a6e22e"
"foreground": "#3bc0f0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Monokai Extended Origin.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#a6e22e</string>
<string>#3bc0f0</string>
</dict>
</dict>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion Monokai Extended.JSON-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
"scope": "storage.type.class.python, storage.type.function.python, storage.modifier.global.python",
"settings": {
"fontStyle": "",
"foreground": "#a6e22e"
"foreground": "#3bc0f0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Monokai Extended.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#a6e22e</string>
<string>#3bc0f0</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 6de4a66

Please sign in to comment.