Chore: update colorscheme

This commit is contained in:
Arkaprabha Chakraborty
2024-04-22 13:01:03 +05:30
parent 73915e21da
commit 23eccedd7b

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