Change neovim wombat theme

This commit is contained in:
ViViDboarder 2021-09-27 18:00:43 -07:00
parent d3c57c2643
commit cabce12688
1 changed files with 3 additions and 3 deletions

View File

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