mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add vantablack theme (#4533)
This commit is contained in:
17
themes/vantablack/neovim.lua
Normal file
17
themes/vantablack/neovim.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
-- required for the vantablack nvim theme
|
||||
{
|
||||
"bjarneo/aether.nvim",
|
||||
branch = "v2",
|
||||
},
|
||||
{
|
||||
"bjarneo/vantablack.nvim",
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "vantablack",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user