mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
8 lines
148 B
Lua
8 lines
148 B
Lua
local ok, nightfox = pcall(require, "nightfox")
|
|
if not ok then
|
|
return
|
|
end
|
|
|
|
-- setup must be called before loading
|
|
vim.cmd("colorscheme carbonfox")
|