kovidgoyal / kitty-themes

Themes for the kitty terminal emulator
GNU General Public License v3.0
417 stars 83 forks source link

OS title bar colors? #107

Closed lcrownover closed 7 months ago

lcrownover commented 7 months ago

I've only made one change in this PR, to the theme I'm currently using. I'm wondering if it'd be worthwhile to implement this change across the rest of the themes to make the title bar match the background color by default?

Before:

image

After:

image
kovidgoyal commented 7 months ago

If you want the title bar to match the background color you set it in your kitty.conf as

macos_titlebar_color background

And do it after including the theme file so if the theme happens to set this it will override it.

lcrownover commented 7 months ago

Thanks for the tip!