mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Add one dark colorscheme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local ok, _colors = pcall(require, "nightfox")
|
||||
local ok, _colors = pcall(require, "onedark")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.cmd("colorscheme carbonfox")
|
||||
vim.cmd("colorscheme onedark")
|
||||
|
||||
Reference in New Issue
Block a user