Skip to content

after following instructions theme doesn't change how to debug this pls help #51

Open
@markmark1

Description

@markmark1

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

manojuppala commented on Aug 7, 2021

@manojuppala

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

aphasia51 commented on Aug 18, 2021

@aphasia51

Try commenting out this line
#background #17202A

I mean comment out the line that sets the background color code

manojuppala

manojuppala commented on Aug 19, 2021

@manojuppala

@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

dexpota commented on Sep 25, 2021

@dexpota
Owner

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

dexpota commented on Sep 30, 2021

@dexpota
Owner

@manojuppala I tested the commands and they work. Can you elaborate more? do you get any errors? Maybe the symbolic link already axists.

traviscrist

traviscrist commented on Oct 29, 2021

@traviscrist

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?

traviscrist

traviscrist commented on Oct 29, 2021

@traviscrist

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      after following instructions theme doesn't change how to debug this pls help · Issue #51 · dexpota/kitty-themes