feat(highlights): add a highlights.init table to apply highlights to all themes
This commit is contained in:
committed by
Micah Halter
parent
db2bced19d
commit
ead4b5541e
@@ -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" },
|
||||
-- },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user