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'