From e0aac886ec5b48a1d17fcd5b3f74fdd784eb4983 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 29 Jul 2025 16:21:47 +0200 Subject: [PATCH] feat(wezterm): update theme scheme --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 704790f..e1e158f 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -12,7 +12,7 @@ config.font_size = 12 config.font = wezterm.font 'JetBrains Mono' -- Theme -config.color_scheme = 'Grandshell (terminal.sexy)' +config.color_scheme = 'Pastel White (terminal.sexy)' config.force_reverse_video_cursor = true config.cursor_blink_ease_in = 'Constant' config.cursor_blink_ease_out = 'Constant'