From bca70512b49209bce2b5d2113bc181ef804fc1fa Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Jan 2025 15:14:02 -0800 Subject: [PATCH] Use new wombat theme rather than lush as default --- assets/default/bin/derive_colors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/default/bin/derive_colors.py b/assets/default/bin/derive_colors.py index d64c69d..f358144 100755 --- a/assets/default/bin/derive_colors.py +++ b/assets/default/bin/derive_colors.py @@ -145,12 +145,12 @@ def get_nvim_colorscheme( # To fuzz the matching, use lower values terminal_profile = terminal_profile.lower() - colorscheme = "wombat_lush" + colorscheme = "wombat" if terminal_profile == "wombat": - colorscheme = "wombat_lush" + colorscheme = "wombat" elif terminal_profile == "alacritty": - colorscheme = "wombat_lush" + colorscheme = "wombat" elif terminal_profile == "yosemite light": colorscheme = "morning" elif terminal_profile == "yosemite dark":