peymanslh / vscode-blueberry-dark-theme

Blueberry Dark Theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peymanslh.blueberry-dark-theme
MIT License
61 stars 11 forks source link

page background color not consistent #2

Closed uladkasach closed 4 years ago

uladkasach commented 4 years ago

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): image

Here is one example of it not being consistent: before selecting a line over it: image after selecting the line in that area: image

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?

uladkasach commented 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 :/

uladkasach commented 4 years ago

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 :)

peymanslh commented 4 years ago

Thanks, I'm very glad you chose it.
@uladkasach