people change.. taste change

This commit is contained in:
2025-12-16 08:09:22 +05:30
parent 16248667a5
commit 537f6b73ba
5 changed files with 35 additions and 30 deletions

View File

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