Open
Description
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
Activity
manojuppala commentedon Aug 7, 2021
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
aphasia51 commentedon Aug 18, 2021
Try commenting out this line
#background #17202A
I mean comment out the line that sets the background color code
manojuppala commentedon Aug 19, 2021
@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
.dexpota commentedon Sep 25, 2021
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?
dexpota commentedon Sep 30, 2021
@manojuppala I tested the commands and they work. Can you elaborate more? do you get any errors? Maybe the symbolic link already axists.
traviscrist commentedon Oct 29, 2021
I'm running into the same issue, I tried it at the bottom. All the colors seem to be commented out by default like
but the theme still doesnt seem to be picked up.
Any ideas?
traviscrist commentedon Oct 29, 2021
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 :)