Skip to content

Commit 2d92b21

Browse files
committed
feat(colouriser): add SubstituteExchange group
1 parent 9920113 commit 2d92b21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lua/arshamiser/colouriser.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,12 @@ local plugin_syntax = function(palette) -- Plugins {{{
13331333
link = "Search",
13341334
},
13351335
--}}}
1336+
-- Misc {{{
1337+
SubstituteExchange = {
1338+
bg = palette.blue_light,
1339+
bold = true,
1340+
},
1341+
-- }}}
13361342
}
13371343
end
13381344
-- }}}

0 commit comments

Comments
 (0)