Skip to content

Commit

Permalink
refactor: flashmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Oct 2, 2024
1 parent 9e2b046 commit 3251376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/solarized/highlights/solarized-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ M.set_highlight = function(colors, config)
end

if config.plugins.flash then
nvim_set_hl('FlashMatch', { fg = colors.green })
nvim_set_hl('FlashMatch', { fg = colors.base01 })
nvim_set_hl('FlashLabel', { fg = colors.yellow })
nvim_set_hl('FlashCurrent', { fg = colors.magenta })
end
Expand Down

0 comments on commit 3251376

Please sign in to comment.