config: increase font size

main
sudo pacman -Syu 2024-10-19 19:43:39 +07:00
parent 0c5d01ce47
commit 623a3da964
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ font_family Iosevka Pacman Regular
bold_font Iosevka Pacman Bold bold_font Iosevka Pacman Bold
italic_font Iosevka Pacman Italic italic_font Iosevka Pacman Italic
bold_italic_font Iosevka Pacman Bold Italic bold_italic_font Iosevka Pacman Bold Italic
font_size 16.0 font_size 18.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 = 16.0, font_size = 18.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": 16, "ui_font_size": 18,
"ui_font_family": "Shantell Sans Normal", "ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16, "buffer_font_size": 18,
"buffer_font_family": "Iosevka Pacman", "buffer_font_family": "Iosevka Pacman",
"soft_wrap": "bounded", "soft_wrap": "bounded",
"preferred_line_length": 120, "preferred_line_length": 120,