mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Merge commits till d9dba624a9502b0b172523dad30dc080e4170811 from dev to master
This commit is contained in:
7
lua/setup/colorscheme.lua
Normal file
7
lua/setup/colorscheme.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local ok, nightfox = pcall(require, "nightfox")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.cmd("colorscheme carbonfox")
|
||||
Reference in New Issue
Block a user