From 7c44c99424b5e8400e04656c37a58c7fa318dfb7 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 26 Jan 2025 08:01:34 +0000 Subject: [PATCH] chore: update wezterm color schema --- wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index a6a96c236..b2ab5912d 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -16,7 +16,7 @@ local config = wezterm.config_builder() -- WezTerm bundles JetBrains Mono, Nerd Font Symbols and Noto Color Emoji fonts -- and uses those for the default font configuration. -config.color_scheme = "Neon Night (Gogh)" +config.color_scheme = "Monokai Pro (Gogh)" config.prefer_to_spawn_tabs = true config.native_macos_fullscreen_mode = true