Darken strings

This commit is contained in:
simurai 2020-05-12 19:01:21 +09:00
parent 71691fbdde
commit db6e48339e
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ function getTheme({ style, name }) {
"string punctuation.section.embedded source",
],
settings: {
foreground: primer.blue[8],
foreground: pick({ light: primer.blue[8], dark: "#9ecbff" }),
},
},
{

View file

@ -209,7 +209,7 @@
"string punctuation.section.embedded source"
],
"settings": {
"foreground": "#dbedff"
"foreground": "#9ecbff"
}
},
{