From a30e0dc61002fe11b88d0b03571b4444ab281329 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 18 Jun 2024 19:34:53 +0100 Subject: [PATCH] colorscheme: everforest --- lua/plugins/astroui.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index b6fd7a9..1ac8fd6 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -1,5 +1,3 @@ --- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE - -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` -- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) @@ -12,8 +10,8 @@ return { opts = { -- change colorscheme -- colorscheme = "astrodark", - colorscheme = "astrolight", - -- colorscheme = "everforest", + -- colorscheme = "astrolight", + 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