Skip to content

Commit 945995c

Browse files
committed
chore(kitty): update theme includes in configuration
1 parent 04d5d34 commit 945995c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

home/dot_config/kitty/kitty.conf.tmpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ map kitty_mod+e launch --type=background --cwd=current sh -c 'hyprctl dispatch e
4343
#open current dir with vscode
4444
map kitty_mod+j launch --type=background --cwd=current sh -c 'uwsm-exec code $(pwd)'
4545

46-
#include matugen theme
47-
include colors.conf
46+
# Include dank colors
47+
include ./dank-theme.conf
48+
include ./dank-tabs.conf
4849

49-
#include terminal colors
50-
include dank16.conf
5150

5251
# fonts
5352
font_size {{ .font.terminal.size }}

0 commit comments

Comments
 (0)