Chore: change default colorscheme to melange ( Lisan al Gaib )

This commit is contained in:
Arkaprabha Chakraborty 2024-04-13 00:39:01 +05:30
parent b23b3420c0
commit dd268917dd
No known key found for this signature in database
GPG key ID: 3A4E2B952EE60E17

View file

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