mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Add nord colorscheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local colorscheme = "gruvbox"
|
||||
local colorscheme = "nord"
|
||||
|
||||
if colorscheme == "onedark" then
|
||||
-- Onedark Default Configuration
|
||||
@@ -129,3 +129,7 @@ if colorscheme == "gruvbox" then
|
||||
vim.o.background = "dark" -- or "light" for light mode
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end
|
||||
|
||||
if colorscheme == "nord" then
|
||||
vim.cmd([[colorscheme nord]])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user