diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:21:48 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:43:19 +0100 |
| commit | af1960cdb38fd5607810cc0bf9775dbe37032d85 (patch) | |
| tree | b6630ea8a6b261cdfe87e596be6a5826e9eecc44 /config/kitty | |
| parent | c06f19a29268059b9ef24c3206bed0a893aef44e (diff) | |
Compress font, blur background in kitty
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 11 |
1 files changed, 6 insertions, 5 deletions
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 |