feat(highlights): add a highlights.init table to apply highlights to all themes

This commit is contained in:
Micah Halter
2022-10-07 11:27:44 -05:00
committed by Micah Halter
parent db2bced19d
commit ead4b5541e
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ local config = {
-- Add highlight groups in any theme
highlights = {
-- duskfox = { -- a table of overrides/changes to the default
-- init = { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },
-- }
-- duskfox = { -- a table of overrides/changes to the duskfox theme
-- Normal = { bg = "#000000" },
-- },
},