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
73915e21da
commit
23eccedd7b
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
--local ok, _colors = pcall(require, "melange")
|
||||
--if not ok then
|
||||
-- return
|
||||
--end
|
||||
local ok, _ = pcall(require, "onedark")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme("melange")
|
||||
vim.cmd.colorscheme("onedark")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue