From 96cee3a09d76b3c7545ba21fc7a8f2e7ea4743fc Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 23 Feb 2024 19:01:54 +0100 Subject: [PATCH] change kitty config --- modules/home/kitty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index 48c4a62..e17c3fb 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -24,7 +24,7 @@ inactive_tab_font_style = "normal"; tab_bar_style = "powerline"; tab_powerline_style = "round"; - active_tab_foreground = "#bac2de"; + active_tab_foreground = "#1e1e2e"; active_tab_background = "#cba6f7"; inactive_tab_foreground = "#bac2de"; inactive_tab_background = "#313244";