set default color scheme to delek
This commit is contained in:
parent
73dfd53509
commit
4dc77e6e92
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@ return {
|
|||
---@type AstroUIOpts
|
||||
opts = {
|
||||
-- change colorscheme
|
||||
-- colorscheme = "astrotheme",
|
||||
colorscheme = "delek",
|
||||
-- colorscheme = "astrodark",
|
||||
-- colorscheme = "astrolight",
|
||||
colorscheme = "everforest",
|
||||
-- colorscheme = "everforest",
|
||||
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
|
||||
highlights = {
|
||||
init = { -- this table overrides highlights in all themes
|
||||
|
|
Loading…
Reference in a new issue