Make wombat_lush default neovim theme

This commit is contained in:
ViViDboarder 2023-06-13 17:27:12 -07:00
parent 29d9b7960d
commit f82987bc19
1 changed files with 1 additions and 1 deletions

View File

@ -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)