From 4dc77e6e925714e7d4983061a36cd68509fad607 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 8 Jul 2024 11:19:25 +0100 Subject: [PATCH] set default color scheme to delek --- lua/plugins/astroui.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 1ac8fd6..e451c83 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -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