mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 18:36:27 +00:00
Make wombat_lush default neovim theme
This commit is contained in:
parent
29d9b7960d
commit
f82987bc19
@ -21,7 +21,7 @@ function _G.update_colors()
|
||||
|
||||
-- Set colorscheme based on env
|
||||
local utils = require("utils")
|
||||
local default_color = "solarized"
|
||||
local default_color = "wombat_lush"
|
||||
local env_color = utils.env_default("VIM_COLOR", default_color)
|
||||
env_color = utils.env_default("NVIM_COLOR", env_color)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user