addet colorscheme: angelic
This commit is contained in:
parent
19af810956
commit
88fe883fef
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
---@type LazySpec
|
||||
return {
|
||||
-- ╭──────────────╮
|
||||
-- │ colorschemes │
|
||||
-- ╰──────────────╯
|
||||
{ "sponkurtus2/angelic.nvim" },
|
||||
|
||||
-- ╭─────────────────╮
|
||||
-- │ disable plugins │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue