mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Chore: update colorscheme
This commit is contained in:
parent
6447c458ff
commit
9a8fdd23d9
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue