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
|
---@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
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
---@type LazySpec
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
|
-- ╭──────────────╮
|
||||||
|
-- │ colorschemes │
|
||||||
|
-- ╰──────────────╯
|
||||||
|
{ "sponkurtus2/angelic.nvim" },
|
||||||
|
|
||||||
-- ╭─────────────────╮
|
-- ╭─────────────────╮
|
||||||
-- │ disable plugins │
|
-- │ disable plugins │
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue