This commit is contained in:
Morten Olsen
2023-03-15 18:16:11 +01:00
commit 4bd2977f90
8 changed files with 112 additions and 0 deletions

11
plugins/theme.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.colorscheme.nightfox", enabled = true },
{
import = "astrocommunity.colorscheme.kanagawa",
},
{
import = "astrocommunity.colorscheme.oxocarbon",
enabled = true,
},
}