mao-santaella-rs / NightWolfTheme

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

The background of editorGroupHeader is red, which bugging me, and different from the screen shot #29

Closed WindSoilder closed 3 years ago

WindSoilder commented 3 years ago

Please make sure you're using the latest version of the plugin before submitting an issue Yeah, I'm sure on this.

Screenshots 图片

It seems so strange, I don't know if I'm the only one who can reproduce the issue..

So I have to twisted the theme my self to add the following configuration:

"workbench.colorCustomizations": {
        "[Night Wolf [dark gray]]": {
            "editorGroupHeader.noTabsBackground": "#272727",
            "editorGroupHeader.tabsBackground": "#272727",
        }
}
mao-santaella-rs commented 3 years ago

hi again @WindSoilder thanks again, I'll be looking into this shortly too

mao-santaella-rs commented 3 years ago

Hi @WindSoilder this is also fixed in v1.9.0, let me know what you think

WindSoilder commented 3 years ago

Yeah, thanks, the bug is fixed