From ef09a8a5d4c1d0be31569419341e15eba4299a32 Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 12 Sep 2026 17:42:48 +0530 Subject: [PATCH] style(desktop): update kitty foreground color --- modules/hm/desktop/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/desktop/kitty.nix b/modules/hm/desktop/kitty.nix index 2d3224f..2dcfe18 100644 --- a/modules/hm/desktop/kitty.nix +++ b/modules/hm/desktop/kitty.nix @@ -20,7 +20,7 @@ # Window window_padding_width = 10; - foreground = "#a6accd"; + foreground = "#f1f1f1"; background = "#0f0f0f"; # Borders