updated kitty theme setting

This commit is contained in:
2024-11-23 13:50:42 -05:00
parent 06f8d2e4e1
commit 32ffe18495

View File

@@ -7,6 +7,6 @@
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
wayland_titlebar_color = "background"; wayland_titlebar_color = "background";
}; };
theme = "VSCode_Dark"; themeFile = "VSCode_Dark";
}; };
} }