Skip to content

Commit

Permalink
Merge pull request #29 from arcticicestudio/improvement/ghi-#26-color…
Browse files Browse the repository at this point in the history
…-function-call-and-self-in-python

Python function call and self keyword
  • Loading branch information
arcticicestudio authored Jul 1, 2017
2 parents 6aff96b + 266f196 commit 2b19d24
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,13 +955,41 @@
"foreground": "#D08770"
}
},
{
"name": "[Python] Function Call",
"scope": [
"source.python meta.function-call",
"source.python meta.function-call.generic"
],
"settings": {
"foreground": "#88C0D0"
}
},
{
"name": "[Python] Support Type",
"scope": "source.python support.type",
"settings": {
"foreground": "#88C0D0"
}
},
{
"name": "[Python] Function Parameter",
"scope": [
"source.python variable.parameter.function.language"
],
"settings": {
"foreground": "#D8DEE9"
}
},
{
"name": "[Python] Function Parameter Special",
"scope": [
"source.python meta.function.parameters variable.parameter.function.language.special.self"
],
"settings": {
"foreground": "#81A1C1"
}
},
{
"name": "[SCSS] Punctuation Definition Interpolation Bracket Curly",
"scope": [
Expand Down

0 comments on commit 2b19d24

Please sign in to comment.