From cabce12688163c459728ec816338af4599dfdc3f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 27 Sep 2021 18:00:43 -0700 Subject: [PATCH] Change neovim wombat theme --- 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 1a3e71f..b5fabe1 100755 --- a/assets/default/bin/derive_colors.py +++ b/assets/default/bin/derive_colors.py @@ -127,12 +127,12 @@ def get_nvim_colorscheme( if not force and NVIM_VAR in os.environ: return os.environ[NVIM_VAR] - colorscheme = "wombat" + colorscheme = "wombat_lush" if terminal_profile in "Wombat": - colorscheme = "wombat" + colorscheme = "wombat_lush" elif terminal_profile == "Alacritty": - colorscheme = "wombat" + colorscheme = "wombat_lush" elif terminal_profile == "Yosemite Light": colorscheme = "morning" elif terminal_profile == "Yosemite Dark":