fix: Fix python special var parameter color

Close #57
This commit is contained in:
Mattia Astorino 2017-06-30 16:39:38 +02:00
parent bf008c0b28
commit 027b34249a
5 changed files with 45 additions and 0 deletions

View file

@ -166,6 +166,15 @@
"foreground": "{{variant.scheme.base.orange}}" "foreground": "{{variant.scheme.base.orange}}"
} }
}, },
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"variable.parameter.function.language.special"
],
"settings": {
"foreground": "{{variant.scheme.base.red}}"
}
},
{ {
"name": "String, Symbols, Inherited Class, Markup Heading", "name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [ "scope": [

View file

@ -166,6 +166,15 @@
"foreground": "#F78C6C" "foreground": "#F78C6C"
} }
}, },
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"variable.parameter.function.language.special"
],
"settings": {
"foreground": "#FF5370"
}
},
{ {
"name": "String, Symbols, Inherited Class, Markup Heading", "name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [ "scope": [

View file

@ -166,6 +166,15 @@
"foreground": "#F78C6C" "foreground": "#F78C6C"
} }
}, },
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"variable.parameter.function.language.special"
],
"settings": {
"foreground": "#FF5370"
}
},
{ {
"name": "String, Symbols, Inherited Class, Markup Heading", "name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [ "scope": [

View file

@ -166,6 +166,15 @@
"foreground": "#F76D47" "foreground": "#F76D47"
} }
}, },
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"variable.parameter.function.language.special"
],
"settings": {
"foreground": "#E53935"
}
},
{ {
"name": "String, Symbols, Inherited Class, Markup Heading", "name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [ "scope": [

View file

@ -166,6 +166,15 @@
"foreground": "#F78C6C" "foreground": "#F78C6C"
} }
}, },
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"variable.parameter.function.language.special"
],
"settings": {
"foreground": "#FF5370"
}
},
{ {
"name": "String, Symbols, Inherited Class, Markup Heading", "name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [ "scope": [