From 0c2e964611d7058f57cb9037128713c508295d70 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 27 Mar 2024 11:09:36 +0100 Subject: [PATCH] changed opacity --- modules/home/apps/cli-apps/kitty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps/cli-apps/kitty/default.nix b/modules/home/apps/cli-apps/kitty/default.nix index 377e015..b11c3ed 100644 --- a/modules/home/apps/cli-apps/kitty/default.nix +++ b/modules/home/apps/cli-apps/kitty/default.nix @@ -26,7 +26,7 @@ in { }; shellIntegration.enableFishIntegration = true; settings = { - "background_opacity" = "0.9"; + "background_opacity" = "0.95"; "shell" = "fish"; }; };