feat(terminal): adjust font sizes

This commit is contained in:
tux
2026-02-04 03:39:59 +05:30
parent 5f0c07204e
commit 063dd3b580
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
bold.family = "JetBrainsMono Nerd Font";
italic.family = "JetBrainsMono Nerd Font";
bold_italic.family = "JetBrainsMono Nerd Font";
size = 16;
size = 12;
};
window = {

View File

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

View File

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