config: decrease font size 18 -> 16

main
sudo pacman -Syu 2025-03-10 10:16:06 +07:00
parent c9e2bc8f92
commit 9e17b6cbb2
4 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
config-file = catppuccin-mocha.conf config-file = catppuccin-mocha.conf
font-family = "" font-family = ""
font-family = M PLUS Code Latin 60 font-family = Maple Mono
font-family = Symbols Nerd Font Mono font-family = Symbols Nerd Font Mono
font-size = 16 font-feature = zero
font-size = 14
font-thicken = true font-thicken = true
adjust-cell-height = 20% adjust-cell-height = 20%

View File

@ -3,7 +3,7 @@ include mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#fonts # https://sw.kovidgoyal.net/kitty/conf/#fonts
font_family Iosevka Pacman Regular font_family Iosevka Pacman Regular
font_size 18.0 font_size 16.0
modify_font cell_height 120% modify_font cell_height 120%

View File

@ -20,7 +20,7 @@ local font_iosevka = {
font = font_with_fallback({ font = font_with_fallback({
family = "Iosevka Pacman", family = "Iosevka Pacman",
}), }),
font_size = 18.0, font_size = 16.0,
line_height = 1.2, line_height = 1.2,
default_cursor_style = "SteadyBar", default_cursor_style = "SteadyBar",
} }

View File

@ -1,7 +1,7 @@
{ {
"ui_font_size": 18, "ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal", "ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 18, "buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman", "buffer_font_family": "Iosevka Pacman",
"soft_wrap": "bounded", "soft_wrap": "bounded",
"preferred_line_length": 120, "preferred_line_length": 120,