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
|
if colorscheme == "onedark" then
|
||||||
-- Onedark Default Configuration
|
-- Onedark Default Configuration
|
||||||
@@ -153,6 +153,10 @@ if colorscheme == "everforest" then
|
|||||||
vim.cmd([[colorscheme everforest]])
|
vim.cmd([[colorscheme everforest]])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if colorscheme == "alduin" then
|
||||||
|
vim.cmd([[colorscheme alduin]])
|
||||||
|
end
|
||||||
|
|
||||||
if colorscheme == "dracula" then
|
if colorscheme == "dracula" then
|
||||||
local ok, dracula = pcall(require, "dracula")
|
local ok, dracula = pcall(require, "dracula")
|
||||||
if not ok then
|
if not ok then
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ packer.startup(function(use)
|
|||||||
-- Visible indentation
|
-- Visible indentation
|
||||||
use("lukas-reineke/indent-blankline.nvim")
|
use("lukas-reineke/indent-blankline.nvim")
|
||||||
|
|
||||||
|
use("AlessandroYorba/Alduin")
|
||||||
|
|
||||||
-- Git integration
|
-- Git integration
|
||||||
use("lewis6991/gitsigns.nvim")
|
use("lewis6991/gitsigns.nvim")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user