change wezterm theme
parent
4c3c713c2d
commit
63491e29f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue