fix(astroui): fix incorrect astrotheme colorscheme name

This commit is contained in:
Micah Halter 2024-05-10 08:40:20 -04:00
parent 60a8ea9057
commit 5aedbc8d99
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8

View File

@ -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" },
},
},