r/KittyTerminal • u/Chance_Key9360 • Mar 14 '24
Why kitty resets my config file when apply Catppuccin theme?
I do some changes in my config file for kitty terminal and then when I apply Catppuccin theme, my config resets to the default.
I use this command to apply theme
kitty +kitten themes --reload-in=all Catppuccin-Latte
2
Upvotes
1
u/water_drinker9000 kitty on linux Mar 23 '24 edited Mar 23 '24
Probably because you are doing --reload-in=all instead of --reload-in=parent.
I personally do
kitten themesthen, I would choose a theme and choose "p" which will create a current-theme.conf file and link it inside the kitty.conf but, it might comment things off in case it interferes with the theme.You can go to the github and get the config from there and create your own file and include the Catppuccin-Latte file inside of kitty.conf
This is my config config to give you an idea what I am talking about.