mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 11:04:21 +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
|
# To fuzz the matching, use lower values
|
||||||
terminal_profile = terminal_profile.lower()
|
terminal_profile = terminal_profile.lower()
|
||||||
|
|
||||||
colorscheme = "wombat_lush"
|
colorscheme = "wombat"
|
||||||
|
|
||||||
if terminal_profile == "wombat":
|
if terminal_profile == "wombat":
|
||||||
colorscheme = "wombat_lush"
|
colorscheme = "wombat"
|
||||||
elif terminal_profile == "alacritty":
|
elif terminal_profile == "alacritty":
|
||||||
colorscheme = "wombat_lush"
|
colorscheme = "wombat"
|
||||||
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…
x
Reference in New Issue
Block a user