nvim/init: g.my_color_scheme: onedarkpro->onedark
Fixes breaking change in upstream.
Upstream-Ref: e3369ba112
This commit is contained in:
parent
3fbebc60e3
commit
c7039c10da
|
@ -9,7 +9,7 @@ local function psoxizsh_early_config()
|
|||
|
||||
-- Set global color scheme var
|
||||
if not g.my_color_scheme then
|
||||
g.my_color_scheme = 'onedarkpro'
|
||||
g.my_color_scheme = 'onedark'
|
||||
end
|
||||
|
||||
-- Color settings
|
||||
|
|
Loading…
Reference in New Issue