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",
"sideBarTitle.foreground": "#FFFFFF"
},
"settings": [
{
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
}
},
"tokenColors": [
{
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
"foreground": "#FFFFFF"
}
},
{