mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Chore: update colorscheme
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user