This commit is contained in:
nnduc
2026-05-25 23:25:52 +07:00
parent fadaabba4f
commit 8af6952294
3 changed files with 22 additions and 29 deletions

View File

@@ -3,11 +3,11 @@ local config = wezterm.config_builder()
-- Font
config.font = wezterm.font '0xProto Nerd Font'
config.font_size = 13
config.font_size = 14
-- Appearance
config.color_scheme = 'Tokyo Night'
config.color_scheme = 'Gruvbox Material (Gogh)'
config.enable_tab_bar = false
config.window_padding = {
left = 4, right = 4, top = 4, bottom = 4,