Use new wombat theme rather than lush as default

This commit is contained in:
ViViDboarder 2025-01-08 15:14:02 -08:00
parent 5753461a12
commit bca70512b4

View File

@ -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":