mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 07:44:18 +00:00
Use new wombat theme rather than lush as default
This commit is contained in:
parent
5753461a12
commit
bca70512b4
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user