We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d5d34 commit 945995cCopy full SHA for 945995c
home/dot_config/kitty/kitty.conf.tmpl
@@ -43,11 +43,10 @@ map kitty_mod+e launch --type=background --cwd=current sh -c 'hyprctl dispatch e
43
#open current dir with vscode
44
map kitty_mod+j launch --type=background --cwd=current sh -c 'uwsm-exec code $(pwd)'
45
46
-#include matugen theme
47
-include colors.conf
+# Include dank colors
+include ./dank-theme.conf
48
+include ./dank-tabs.conf
49
-#include terminal colors
50
-include dank16.conf
51
52
# fonts
53
font_size {{ .font.terminal.size }}
0 commit comments