Switch to Astrov4
This commit is contained in:
17
lua/plugins/10-colorscheme.lua
Normal file
17
lua/plugins/10-colorscheme.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
"AstroNvim/astroui",
|
||||
dependencies = { "astrobox" },
|
||||
opts = {
|
||||
colorscheme = "astrobox",
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "astrobox",
|
||||
-- dir = "~/Workspace/astrobox/",
|
||||
url = "https://git.niverton.tk/niverton/Astrobox.git",
|
||||
opts = {
|
||||
contrast = "hard"
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user