jdinhify / vscode-theme-gruvbox

Gruvbox theme for vscode based on https://github.com/morhetz/gruvbox
https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox
MIT License
274 stars 63 forks source link

Contrast on bottom bar in light mode #41

Closed pattrickrice closed 2 years ago

pattrickrice commented 3 years ago

Pretty much all variants do black text on dark grey which is pretty frustrating to try to read

Screen Shot 2021-08-27 at 9 22 04 AM

Compare to Light (Visual Studio) theme

Screen Shot 2021-08-27 at 9 32 18 AM
jdinhify commented 2 years ago

Hi @pattrickrice

The status bar should have the theme's colours, please see screenshot for mine

vscode-status-bar

Could you please confirm that you're using the correct theme as there's a few gruvbox ones in the marketplace. The theme from this repo is https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox

Perhaps some more information in case we need to debug, such as your vscode version (stable/insiders), your OS (windows/macos/linux/...)

pattrickrice commented 2 years ago

Well, I don't know how it got set, but I found this setting in my user settings that turned out to be the fault. Apologies for the false report!

    "workbench.colorCustomizations": {
        "statusBar.background": "#767676"
    },