-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after following instructions theme doesn't change how to debug this pls help #51
Comments
i am having the same issue. the theme dosent change even after executing the following commands: |
Try commenting out this line I mean comment out the line that sets the background color code |
@xiahuaS yes that worked. however i also had to comment out |
I have just tested the commands and they work, you need obviously to restart 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
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
The text was updated successfully, but these errors were encountered: