colorscheme: astro{dark => light}
This commit is contained in:
parent
ff6d630052
commit
16a31f91cb
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ return {
|
|||
---@type AstroUIOpts
|
||||
opts = {
|
||||
-- change colorscheme
|
||||
colorscheme = "astrodark",
|
||||
-- colorscheme = "astrodark",
|
||||
colorscheme = "astrolight",
|
||||
-- colorscheme = "everforest",
|
||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
||||
highlights = {
|
||||
|
|
Loading…
Reference in a new issue