atelierbram / Atelier-VSCode-Themes

Atelier themes for VS Code
https://marketplace.visualstudio.com/items?itemName=Atelierbram.atelier-vscode-themes
MIT License
3 stars 0 forks source link

Problem peek view gets dark background in the light themes #2

Closed danmichaelo closed 1 month ago

danmichaelo commented 2 months ago

The "problem peek view" gets a dark background color in the Atelier light themes, making the text unreadable:

image

As a workaround, I configured editorMarkerNavigation.background directly in my settings.json:

"workbench.colorCustomizations": {
  "[Atelier_SeasideLight]": {
    "editorMarkerNavigation.background": "#F4FBF4"
  }
}
atelierbram commented 2 months ago

@danmichaelo Thanks for the heads up. Should be fixed now, but please let me know if this update works for you or not.