From 65b895488ab6b991193fc82b631d3546c6b3b8fc Mon Sep 17 00:00:00 2001 From: ahwx Date: Tue, 10 Feb 2026 11:33:56 +0100 Subject: [PATCH] fix: increase readability for kitty --- modules/home/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index 39371d6..d74381d 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -7,12 +7,12 @@ font = { name = "GohuFont 14 Nerd Font Mono"; - size = 9; + size = 12; }; settings = { confirm_os_window_close = 0; - background_opacity = "0.50"; + background_opacity = "0.75"; window_padding_width = 10; scrollback_lines = 10000; enable_audio_bell = false;