From af1960cdb38fd5607810cc0bf9775dbe37032d85 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 2 Dec 2025 10:21:48 +0100 Subject: Compress font, blur background in kitty --- config/kitty/kitty.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/kitty') diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 2f9e845..81b1268 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,8 +1,8 @@ # Font -font_family InputMonoCondensed-Light -bold_font InputMonoCondensed-Medium -italic_font InputMonoCondensed-LightItalic -bold_italic_font InputMonoCondensed-MediumItalic +font_family InputMonoCompressed-Light +bold_font InputMonoCompressed-Bold +italic_font InputMonoCompressed-LightItalic +bold_italic_font InputMonoCompressed-BoldItalic font_size 13 # Cursor @@ -14,7 +14,8 @@ cursor_trail 1 # Mouse mouse_hide_wait 0 -background_opacity 0.93 +background_opacity 0.9 +background_blur 12 # Color Scheme - Ruben Tranquil Light foreground #0F261F -- cgit