Skip to content

Commit

Permalink
config: increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 19, 2024
1 parent 0c5d01c commit 623a3da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ font_family Iosevka Pacman Regular
bold_font Iosevka Pacman Bold
italic_font Iosevka Pacman Italic
bold_italic_font Iosevka Pacman Bold Italic
font_size 16.0
font_size 18.0

modify_font cell_height 120%

Expand Down
2 changes: 1 addition & 1 deletion data/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local font_iosevka = {
font = font_with_fallback({
family = "Iosevka Pacman",
}),
font_size = 16.0,
font_size = 18.0,
line_height = 1.2,
default_cursor_style = "SteadyBar",
}
Expand Down
4 changes: 2 additions & 2 deletions data/zed/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ui_font_size": 16,
"ui_font_size": 18,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_size": 18,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "bounded",
"preferred_line_length": 120,
Expand Down

0 comments on commit 623a3da

Please sign in to comment.