From 88fe883fef4bb53960e808ed386d00ff5aae9e2b Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 30 Mar 2025 12:41:24 +0200 Subject: [PATCH] addet colorscheme: angelic --- lua/plugins/astroui.lua | 2 +- lua/plugins/user.lua | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 │