Closed uladkasach closed 4 years ago
"workbench.colorCustomizations": {
"[Blueberry dark theme]": {
"widget.shadow": "#00000000",
"input.background": "#ffffff00",
"editor.selectionBackground": "#717cb400",
"editor.selectionHighlightBackground": "#53a69700",
"editorHoverWidget.border": "#ffffff00",
"scrollbarSlider.background": "#00000000",
"scrollbarSlider.hoverBackground": "#00000000",
"peekView.border": "#00000000",
"editorSuggestWidget.selectedBackground": "#00000000",
}
}
Unfortunately, i've not had any luck. And am shooting in the dark :P
This same problem occurs if i change the editor.background
to any color that is not grayscale :/
Looks like this is a known Linux issue! https://github.com/microsoft/vscode/issues/85452
solved it by the answer in there.
thank you again for creating this great theme :)
Thanks, I'm very glad you chose it.
@uladkasach
Hey there!
First - huge thank you for creating this theme. Its brilliant. Really calming, really minimal, yet somehow makes everything still very distinct.
--
This may be something specific to my machine, but i was seeing that the background color on the text pages is not consistent (and changes as you scroll up and down):
Here is one example of it not being consistent: before selecting a line over it: after selecting the line in that area:
You can see how the background changes from a darker color to a lighter color.
Do you have any idea what can be causing this?