chore: improve variable.constant color

Ref #44
This commit is contained in:
Mattia Astorino 2017-05-18 15:32:38 +02:00
parent e647125d3e
commit d675dc211d
5 changed files with 45 additions and 0 deletions

View file

@ -131,6 +131,15 @@
"foreground": "{{variant.scheme.base.pink}}"
}
},
{
"name": "Variables constant",
"scope": [
"variable.other.constant"
],
"settings": {
"foreground": "{{variant.scheme.base.pink}}"
}
},
{
"name": "Other Variable, String Link",
"scope": [

View file

@ -131,6 +131,15 @@
"foreground": "#f07178"
}
},
{
"name": "Variables constant",
"scope": [
"variable.other.constant"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Other Variable, String Link",
"scope": [

View file

@ -131,6 +131,15 @@
"foreground": "#f07178"
}
},
{
"name": "Variables constant",
"scope": [
"variable.other.constant"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Other Variable, String Link",
"scope": [

View file

@ -131,6 +131,15 @@
"foreground": "#FF5370"
}
},
{
"name": "Variables constant",
"scope": [
"variable.other.constant"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "Other Variable, String Link",
"scope": [

View file

@ -131,6 +131,15 @@
"foreground": "#f07178"
}
},
{
"name": "Variables constant",
"scope": [
"variable.other.constant"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Other Variable, String Link",
"scope": [