From 63491e29f64f81fd8bbf65ad476624e2616b086e Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sun, 4 Feb 2024 12:44:34 -0500 Subject: [PATCH] change wezterm theme --- setup-shell-configs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup-shell-configs.sh b/setup-shell-configs.sh index 6dd2e8d..e06b9f7 100755 --- a/setup-shell-configs.sh +++ b/setup-shell-configs.sh @@ -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