From 5aedbc8d992fc625b316d58d3d775852c2d23172 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 10 May 2024 08:40:20 -0400 Subject: [PATCH] fix(astroui): fix incorrect astrotheme colorscheme name --- lua/plugins/astroui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 2080aa9..737a2fb 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -17,7 +17,7 @@ return { init = { -- this table overrides highlights in all themes -- Normal = { bg = "#000000" }, }, - astrotheme = { -- a table of overrides/changes when applying the astrotheme theme + astrodark = { -- a table of overrides/changes when applying the astrotheme theme -- Normal = { bg = "#000000" }, }, },