From 2b09251962f4b80eeee1c6e11bde8d29536915e6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 21 Oct 2025 13:45:28 +0200 Subject: Adjust font size on macOS --- config/kitty/kitty.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index e2eae7e..2f9e845 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -3,7 +3,7 @@ font_family InputMonoCondensed-Light bold_font InputMonoCondensed-Medium italic_font InputMonoCondensed-LightItalic bold_italic_font InputMonoCondensed-MediumItalic -font_size 14.0 +font_size 13 # Cursor cursor none @@ -15,7 +15,6 @@ cursor_trail 1 mouse_hide_wait 0 background_opacity 0.93 -background_blur 0 # Color Scheme - Ruben Tranquil Light foreground #0F261F -- cgit