mao-santaella-rs / NightWolfTheme

🐺 Night Wolf, VsCode Theme by Mao
MIT License
36 stars 8 forks source link

Menu selection colors are hard to see #10

Closed jtsom closed 5 years ago

jtsom commented 5 years ago

The latest change that adds better contrast when selecting something from a list (command pallet, file chooser, theme chooser, etc.) helps, but if just using the keyboard, it's all but impossible to see which is the current selection, or which is the selected command:

Night Wolf Gray: (gray is the current selection)

image

Night Wolf Blue: (blue is the current selection)

image

the file/command chooser is a little better, but not much:

image
jakopo87 commented 5 years ago

I added this in settings.json as a workaround:

"workbench.colorCustomizations": {
    "[Night Wolf [dark gray]]": {
        "list.focusBackground": "#333"
    }
}
jtsom commented 5 years ago

For completeness I added:

        "[Night Wolf [dark blue]]": {
            "list.focusBackground": "#152739",
        },
mao-santaella-rs commented 5 years ago

fixed in v1.2.2, thanks