mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:06:30 +00:00
Change neovim wombat theme
This commit is contained in:
parent
d3c57c2643
commit
cabce12688
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user