tonsky / vscode-theme-alabaster

A light theme for Visual Studio Code
MIT License
410 stars 17 forks source link

Opening single file results in different status bar color #13

Closed aponad closed 6 years ago

aponad commented 6 years ago

Hi, Is it intentionally left that if I open only one file (▶ code test.txt) the status bar becomes purple? selection_127 Theme definition:

"statusBar.noFolderBackground": "#7A3E9D",
"statusBar.noFolderForeground": "#fff",

Proposition as before make it the same color as opening folder: selection_128

Code to fix it:

"statusBar.noFolderBackground" : "#DADADA",
"statusBar.noFolderForeground" : "#6C6C6C",
tonsky commented 6 years ago

Yes, that’s what VS Code does by default. I don’t have an opinion here, so I just left things untouched. Feel free to add it to your own config if it bothers you