diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 170dcf9..72be518 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -11,7 +11,7 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - colorscheme = "astrodark", + colorscheme = "angelic", -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes highlights = { init = { -- this table overrides highlights in all themes diff --git a/lua/plugins/user.lua b/lua/plugins/user.lua index ae2a3aa..b3cc128 100644 --- a/lua/plugins/user.lua +++ b/lua/plugins/user.lua @@ -6,6 +6,10 @@ ---@type LazySpec return { + -- ╭──────────────╮ + -- │ colorschemes │ + -- ╰──────────────╯ + { "sponkurtus2/angelic.nvim" }, -- ╭─────────────────╮ -- │ disable plugins │