Skip to content

Commit

Permalink
make invalid strings more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Aug 27, 2020
1 parent 3707f68 commit f88124c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Solarized (dark).sublime-color-scheme
Expand Up @@ -220,7 +220,8 @@
{
"name": "Invalid",
"scope": "invalid",
"background": "color(var(red) blend(var(base03) 30%))"
"background": "color(var(red) blend(var(base03) 30%))",
"foreground": "var(red)"
},
{
"name": "Quoted String",
Expand Down
3 changes: 2 additions & 1 deletion Solarized (light).sublime-color-scheme
Expand Up @@ -220,7 +220,8 @@
{
"name": "Invalid",
"scope": "invalid",
"background": "color(var(red) blend(var(base3) 30%))"
"background": "color(var(red) blend(var(base3) 30%))",
"foreground": "var(red)"
},
{
"name": "Quoted String",
Expand Down

0 comments on commit f88124c

Please sign in to comment.