mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +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
|
||||
|
||||
@@ -6,6 +6,8 @@ end
|
||||
packer.startup(function(use)
|
||||
-- Visible indentation
|
||||
use("lukas-reineke/indent-blankline.nvim")
|
||||
|
||||
use("AlessandroYorba/Alduin")
|
||||
|
||||
-- Git integration
|
||||
use("lewis6991/gitsigns.nvim")
|
||||
|
||||
Reference in New Issue
Block a user