feat: decrease font size

This commit is contained in:
tux
2025-02-23 04:34:29 +05:30
parent f3e2b28112
commit b2ccc8036a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
window-padding-x = 10 window-padding-x = 10
window-padding-y = 10 window-padding-y = 10
background-opacity = 0.9 background-opacity = 0.9
font-size = 16 font-size = 14
palette = 0=#252b37 palette = 0=#252b37
palette = 1=#d0679d palette = 1=#d0679d

View File

@ -21,7 +21,7 @@
config.font = wezterm.font_with_fallback { config.font = wezterm.font_with_fallback {
'JetBrainsMono Nerd Font', 'JetBrainsMono Nerd Font',
} }
config.font_size = 16.0 config.font_size = 14.0
config.window_background_opacity = 1 config.window_background_opacity = 1
config.audible_bell = "Disabled" config.audible_bell = "Disabled"