From cc01130c63779fc01beda416a93434abdb793fe3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 12 Jan 2025 19:36:14 +0000 Subject: [PATCH] Change color scheme --- wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',