From 73d6ee29e4c839818dcbf2476e2be743a19f6b27 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Jul 2024 10:32:10 +0200 Subject: [PATCH] fix: set opacity from `0.55` to `0.75` --- modules/home/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index 8f953e7..00937cc 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -12,7 +12,7 @@ settings = { confirm_os_window_close = 0; - background_opacity = "0.55"; + background_opacity = "0.75"; window_padding_width = 10; scrollback_lines = 10000; enable_audio_bell = false;