diff --git a/wezterm.lua b/wezterm.lua index 60b9972..e478482 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -16,7 +16,7 @@ config.font = wezterm.font('CaskaydiaCove Nerd Font Mono') config.font_size = 9 config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' } -config.color_scheme = 'Tango (terminal.sexy)' +config.color_scheme = 'Firefly Traditional' config.colors = { foreground = '#D3D7CF', cursor_fg = 'black',