diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-21 13:45:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-21 13:53:54 +0200 |
| commit | 2b09251962f4b80eeee1c6e11bde8d29536915e6 (patch) | |
| tree | 69e94b2e26ca370108c476eade15150c34b307d1 /config | |
| parent | b7c9c5af19abc256a5abb3e05765c3f57f37aa8a (diff) | |
Adjust font size on macOS
Diffstat (limited to 'config')
| -rw-r--r-- | config/kitty/kitty.conf | 3 |
1 files changed, 1 insertions, 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 |