You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when changing kitty's theme with set-colors remote call e.g. kitty @ --to unix:/tmp/kitty set-colors --all ~/.config/kitty/themes/light.conf, the inactive_tab_foreground color does not seem to change. however, including the same theme config in kitty.conf e.g. include ./themes/light.conf, works as expected.
To Reproduce
Steps to reproduce the behavior:
something like include ./themes/dark.conf in kitty.conf
switch to a different theme config file /usr/local/bin/kitty @ --to unix:/tmp/kitty set-colors --all ~/.config/kitty/themes/light.conf
inactive tab's foreground color is whatever it is set to in dark.conf and not in light.conf
The text was updated successfully, but these errors were encountered:
Describe the bug
when changing kitty's theme with
set-colors
remote call e.g.kitty @ --to unix:/tmp/kitty set-colors --all ~/.config/kitty/themes/light.conf
, theinactive_tab_foreground
color does not seem to change. however, including the same theme config inkitty.conf
e.g.include ./themes/light.conf
, works as expected.To Reproduce
Steps to reproduce the behavior:
include ./themes/dark.conf
inkitty.conf
/usr/local/bin/kitty @ --to unix:/tmp/kitty set-colors --all ~/.config/kitty/themes/light.conf
dark.conf
and not inlight.conf
The text was updated successfully, but these errors were encountered: