From a9390197e1b244fb9437238a88c412c686bcac1d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 30 Aug 2024 12:48:00 +0200 Subject: [PATCH] feat: set other theme to kitty --- modules/home/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index 00937cc..29cdb6e 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -3,7 +3,7 @@ programs.kitty = { enable = true; - theme = "Catppuccin-Mocha"; + theme = "Atelier Cave Dark"; font = { name = "JetBrainsMono Nerd Font"; @@ -23,7 +23,7 @@ active_tab_font_style = "normal"; inactive_tab_font_style = "normal"; tab_bar_style = "powerline"; - tab_powerline_style = "round"; + tab_powerline_style = "block"; active_tab_foreground = "#1e1e2e"; active_tab_background = "#cba6f7"; inactive_tab_foreground = "#bac2de";