improve string literal highlighting color contrast

This commit is contained in:
Konstantin Schaper
2020-10-21 19:42:43 +02:00
parent 0ed7769686
commit a9ed357f75
2 changed files with 7 additions and 7 deletions

View File

@@ -177,7 +177,7 @@ pre[class*="language-"] {
.token.builtin, .token.builtin,
.token.inserted { .token.inserted {
color: #cca201; color: #005f9a;
} }

View File

@@ -130,22 +130,22 @@ export default {
color: "#2c99c7", color: "#2c99c7",
}, },
selector: { selector: {
color: "#cca201", color: "#005f9a",
}, },
"attr-name": { "attr-name": {
color: "#cca201", color: "#005f9a",
}, },
string: { string: {
color: "#cca201", color: "#005f9a",
}, },
char: { char: {
color: "#cca201", color: "#005f9a",
}, },
builtin: { builtin: {
color: "#cca201", color: "#005f9a",
}, },
inserted: { inserted: {
color: "#cca201", color: "#005f9a",
}, },
operator: { operator: {
color: "#686868", color: "#686868",