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
|
---@type AstroUIOpts
|
||||||
opts = {
|
opts = {
|
||||||
-- change colorscheme
|
-- change colorscheme
|
||||||
|
-- colorscheme = "astrotheme",
|
||||||
|
colorscheme = "delek",
|
||||||
-- colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
-- colorscheme = "astrolight",
|
-- colorscheme = "astrolight",
|
||||||
colorscheme = "everforest",
|
-- colorscheme = "everforest",
|
||||||
-- 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
|
||||||
|
|
Loading…
Reference in a new issue