Open markmark1 opened 3 years ago
i am having the same issue. the theme dosent change even after executing the following commands:
THEME=https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/gruvbox_dark.conf
wget "$THEME" -P ~/.config/kitty/kitty-themes/themes
cd ~/.config/kitty
ln -s ./kitty-themes/themes/gruvbox_dark.conf ~/.config/kitty/theme.conf
and added this line to kitty.conf
include ./theme.conf
Try commenting out this line
#background #17202A
I mean comment out the line that sets the background color code
@xiahuaS yes that worked. however i also had to comment out #foreground #dddddd
, #cursor #cccccc
and all the colors for example
#color1 #cc0403
, #color9 #f2201f
.
I have just tested the commands and they work, you need obviously to restart kitty
to see the changes.
It should not be necessary to comment out anything from the theme, if you change these settings you will end up with a different custom theme.
@markmark1, do you have any additional information? which command is giving you an error?
@manojuppala I tested the commands and they work. Can you elaborate more? do you get any errors? Maybe the symbolic link already axists.
I'm running into the same issue, I tried it at the bottom. All the colors seem to be commented out by default like
# foreground #dddddd
# background #000000
but the theme still doesnt seem to be picked up.
Any ideas?
Quick update, logging out and then logging back it let the kitty.app pick up the env for the config file and then it worked :)
git clone --depth 1 git@github.com:dexpota/kitty-themes.git ~/.config/kitty/kitty-themes cd ~/.config/kitty ln -s ./kitty-themes/themes/DimmedMonokai.conf ~/.config/kitty/theme.conf
Add this line to your kitty.conf configuration file: include ./theme.conf
these are steps i followed
after following instructions theme doesn't change how to debug this pls help