Chore: update colorscheme

This commit is contained in:
Arkaprabha Chakraborty 2024-04-22 13:01:03 +05:30
parent 73915e21da
commit 23eccedd7b
No known key found for this signature in database
GPG key ID: 3A4E2B952EE60E17

View file

@ -1,8 +1,8 @@
--local ok, _colors = pcall(require, "melange")
--if not ok then
-- return
--end
local ok, _ = pcall(require, "onedark")
if not ok then
return
end
-- setup must be called before loading
vim.opt.termguicolors = true
vim.cmd.colorscheme("melange")
vim.cmd.colorscheme("onedark")