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;