addet colorscheme: angelic

This commit is contained in:
pika 2025-03-30 12:41:24 +02:00
parent 19af810956
commit 88fe883fef
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,7 @@ return {
---@type AstroUIOpts ---@type AstroUIOpts
opts = { opts = {
-- change colorscheme -- change colorscheme
colorscheme = "astrodark", colorscheme = "angelic",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = { highlights = {
init = { -- this table overrides highlights in all themes init = { -- this table overrides highlights in all themes

View file

@ -6,6 +6,10 @@
---@type LazySpec ---@type LazySpec
return { return {
-- ╭──────────────╮
-- │ colorschemes │
-- ╰──────────────╯
{ "sponkurtus2/angelic.nvim" },
-- ╭─────────────────╮ -- ╭─────────────────╮
-- │ disable plugins │ -- │ disable plugins │