From 37acdefd389f7afbb94a1e2954228802f42f8ea8 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 25 Mar 2024 14:59:33 +0100 Subject: [PATCH] Improve contrast between terminal and wallpaper --- 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 06aebd0..b175a4a 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -12,7 +12,7 @@ settings = { font_family = "JetBrainsMono Nerd Font"; confirm_os_window_close = 0; - background_opacity = "0.7"; + background_opacity = "0.85"; scrollback_lines = 10000; enable_audio_bell = false; update_check_interval = 0;