mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Add nord colorscheme
This commit is contained in:
parent
bb55c41526
commit
0c0d1c17d2
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue