Scrollbar color
Closed this issue · 6 comments
Do you have anything with editorOverviewRuler.background
in your settings.json?
@enkia nope, should i add it under colorCustomizations
?
isn't supposed to be provided by the theme?
You could try that but it shouldn't be necessary. Vscode uses the editor.background color if the editorOverviewRuler.background color isn't specified and only if you have minimal enabled which you don't.
I'm not sure what is causing the issue, but this is the first issue referencing it so I doubt it's my theme. Many themes don't specify the color either such as OneDark-Pro, Night Owl, etc. I also notice that the latest release of vscode added a shell integration feature to the overview ruler area so it may have something to do with that.
hmm not really sure, all other themes are just fine and this happens only with the mentioned themes.
so i just added an overwrite to my used theme, I just needed to know the name of the property
"[Tokyo Storm AltSynt]": {
"editorOverviewRuler.background": "#24283B",
"editorOverviewRuler.border": "#141a3a"
}
"Tokyo Storm AltSynt" isn't my theme.
ok sorry thought that it's the same theme.