mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Add Alduin color-scheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local colorscheme = "gruvbox" -- Set colorscheme { gruvbox, onedark, catppuccin, nord, dracula }
|
||||
local colorscheme = "alduin" -- Set colorscheme { gruvbox, onedark, catppuccin, nord, dracula }
|
||||
|
||||
if colorscheme == "onedark" then
|
||||
-- Onedark Default Configuration
|
||||
@@ -153,6 +153,10 @@ if colorscheme == "everforest" then
|
||||
vim.cmd([[colorscheme everforest]])
|
||||
end
|
||||
|
||||
if colorscheme == "alduin" then
|
||||
vim.cmd([[colorscheme alduin]])
|
||||
end
|
||||
|
||||
if colorscheme == "dracula" then
|
||||
local ok, dracula = pcall(require, "dracula")
|
||||
if not ok then
|
||||
|
||||
Reference in New Issue
Block a user