nvim/init: g.my_color_scheme: onedarkpro->onedark

Fixes breaking change in upstream.

Upstream-Ref: e3369ba112
This commit is contained in:
Paul Stemmet 2023-01-02 11:27:11 +00:00
parent 3fbebc60e3
commit c7039c10da
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 1 additions and 1 deletions

View File

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