Active indent lines do not render in High Contrast theme. Fixes #111137

This commit is contained in:
Martin Aeschlimann 2020-12-04 12:03:39 +01:00
parent 8f410da37f
commit de3dd1383c

View file

@ -9,21 +9,14 @@
"statusBarItem.remoteBackground": "#00000000", "statusBarItem.remoteBackground": "#00000000",
"sideBarTitle.foreground": "#FFFFFF" "sideBarTitle.foreground": "#FFFFFF"
}, },
"settings": [ "tokenColors": [
{
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
}
},
{ {
"scope": [ "scope": [
"meta.embedded", "meta.embedded",
"source.groovy.embedded" "source.groovy.embedded"
], ],
"settings": { "settings": {
"foreground": "#FFFFFF", "foreground": "#FFFFFF"
"background": "#000000"
} }
}, },
{ {