Change color scheme

This commit is contained in:
Kenneth Benzie 2025-01-12 19:36:14 +00:00
parent 3b661354ca
commit cc01130c63

View File

@ -16,7 +16,7 @@ config.font = wezterm.font('CaskaydiaCove Nerd Font Mono')
config.font_size = 9 config.font_size = 9
config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' } config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
config.color_scheme = 'Tango (terminal.sexy)' config.color_scheme = 'Firefly Traditional'
config.colors = { config.colors = {
foreground = '#D3D7CF', foreground = '#D3D7CF',
cursor_fg = 'black', cursor_fg = 'black',