From ababe89d99d41ba2c4d32c48162438a2089e5fa7 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 23 Mar 2022 22:40:08 -0400 Subject: [PATCH] Slightly better background --- modules/applications/kitty.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/applications/kitty.nix b/modules/applications/kitty.nix index 15c77f1..c34ca20 100644 --- a/modules/applications/kitty.nix +++ b/modules/applications/kitty.nix @@ -26,6 +26,7 @@ in with lib; { scrollback_lines = 10000; enable_audio_bell = false; update_check_interval = 0; + background = "#131020"; ## name: Catppuccin ## author: Pocco81 (https://github.com/Pocco81) ## license: MIT @@ -33,7 +34,7 @@ in with lib; { ## blurb: Soothing pastel theme for the high-spirited! # The basic colors foreground = "#D9E0EE"; - background = "#1E1E2E"; + #background = "#1E1D2F"; selection_foreground = "#D9E0EE"; selection_background = "#575268"; # Cursor colors