merge: develop <--- fix/colorscheme-name
* HEAD
| \
| * c7039c1
<github@luxolus.com> nvim/init: g.my_color_scheme: onedarkpro->onedark
| /
| develop
Signed-off-by: Bazaah <github@luxolus.com>
This commit is contained in:
commit
e10d704780
|
@ -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