mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Chore: change default colorscheme to melange ( Lisan al Gaib )
This commit is contained in:
parent
b23b3420c0
commit
dd268917dd
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
local ok, _colors = pcall(require, "onedark")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
--local ok, _colors = pcall(require, "melange")
|
||||
--if not ok then
|
||||
-- return
|
||||
--end
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.cmd("colorscheme onedark")
|
||||
vim.cmd("colorscheme melange")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue