change wezterm theme

main
Andrew Coleman 2024-02-04 12:44:34 -05:00
parent 4c3c713c2d
commit 63491e29f6
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@ config.font = wezterm.font_with_fallback({
})
config.font_size = 22.0
-- config.color_scheme = 'One Light (base16)'
config.color_scheme = 'Material Darker (base16)'
-- config.color_scheme = 'Material Darker (base16)'
-- config.color_scheme = 'Belge (terminal.sexy)'
-- config.color_scheme = 'GJM (terminal.sexy)'
-- config.color_scheme = 'Helios (base16)'
-- config.color_scheme = 'Synth Midnight Terminal Dark (base16)'
config.color_scheme = 'Windows 10 (base16)'
config.window_background_opacity = 0.9
config.initial_rows = 30
config.initial_cols = 120