mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 21:46:34 +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:
|
if not force and NVIM_VAR in os.environ:
|
||||||
return os.environ[NVIM_VAR]
|
return os.environ[NVIM_VAR]
|
||||||
|
|
||||||
colorscheme = "wombat"
|
colorscheme = "wombat_lush"
|
||||||
|
|
||||||
if terminal_profile in "Wombat":
|
if terminal_profile in "Wombat":
|
||||||
colorscheme = "wombat"
|
colorscheme = "wombat_lush"
|
||||||
elif terminal_profile == "Alacritty":
|
elif terminal_profile == "Alacritty":
|
||||||
colorscheme = "wombat"
|
colorscheme = "wombat_lush"
|
||||||
elif terminal_profile == "Yosemite Light":
|
elif terminal_profile == "Yosemite Light":
|
||||||
colorscheme = "morning"
|
colorscheme = "morning"
|
||||||
elif terminal_profile == "Yosemite Dark":
|
elif terminal_profile == "Yosemite Dark":
|
||||||
|
Loading…
Reference in New Issue
Block a user