Chore: update colorscheme

This commit is contained in:
Arkaprabha Chakraborty 2024-08-20 23:24:53 +05:30
parent 6447c458ff
commit 9a8fdd23d9
No known key found for this signature in database
GPG key ID: 3A4E2B952EE60E17

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