artlaman/chalice-color-theme

Title bar doesn't correspond to the picture

Closed this issue · 2 comments

Hi!

I really enjoy this theme and I would like to make my whole vscode according to the pictures in the README. Unfortunately, when I set the theme, the title remains the same as before and does not match the colorscheme. Is it necessary to set it in preferences.json or should it come with the colorscheme?

Including picture, I am on MacOS Monterey 12.3.1

Screenshot 2022-05-27 at 12 22 40

Thanks for the awesome theme!
Martin

Hello! Thanks for the awesome feedback. 🙂

This line may cause the issue.

 "window.nativeTabs": true

Looks like that the title bar also becomes native if this setting is enabled, so you need to either disable it or change the title bars color in the macos settings

Much thanks! Applying the fix you suggested, everything works as supposed.