Continue tweaking default dark and light colorization for escape characters and regular expressions

This commit is contained in:
Matt Bierner
2017-09-13 10:39:54 -07:00
parent 75c1feb7dc
commit 43cb3b41ac
17 changed files with 182 additions and 139 deletions
@@ -107,7 +107,9 @@
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"keyword.operator.negation.regexp"
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp",
"meta.character.set.regexp"
],
"settings": {
"foreground": "#d7ba7d"
@@ -124,6 +126,19 @@
"settings": {
"foreground": "#C586C0"
}
},
{
"scope": "constant.character",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#C586C0"
}
}
]
}
@@ -10,7 +10,10 @@
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#D4D4D4",
"background": "#1E1E1E"
@@ -252,8 +255,7 @@
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded",
"constant.character.format.placeholder"
"punctuation.section.embedded"
],
"settings": {
"foreground": "#569cd6"
@@ -71,6 +71,12 @@
"foreground": "#b46695"
}
},
{
"scope": "constant.character",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "entity.name.tag",
"settings": {
@@ -241,8 +247,7 @@
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded",
"constant.character.format.placeholder"
"punctuation.section.embedded"
],
"settings": {
"foreground": "#569cd6"
@@ -107,7 +107,9 @@
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"keyword.operator.negation.regexp"
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp",
"meta.character.set.regexp"
],
"settings": {
"foreground": "#ff0000"
@@ -124,6 +126,18 @@
"settings": {
"foreground": "#09885a"
}
},
{
"scope": "constant.character",
"settings": {
"foreground": "#0000ff"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#ff0000"
}
}
]
}
@@ -248,8 +248,7 @@
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded",
"constant.character.format.placeholder"
"punctuation.section.embedded"
],
"settings": {
"foreground": "#0000ff"