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"; }; };