Chore: update colorscheme

This commit is contained in:
Arkaprabha Chakraborty
2024-08-20 23:24:53 +05:30
parent 6447c458ff
commit 9a8fdd23d9

View File

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