set default color scheme to delek

This commit is contained in:
Paul Campbell 2024-07-08 11:19:25 +01:00
parent 73dfd53509
commit 4dc77e6e92

View file

@ -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