Skip to content

Commit

Permalink
Change sneak's highlight group to align with CurSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
benewberg committed Feb 10, 2023
1 parent 3122f08 commit 0718709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugin/ayu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require('ayu').setup({
ReplaceMode = {fg = colors.markup, bg = colors.bg, reverse = true, bold = true},
OtherMode = {fg = colors.constant, bg = colors.bg, reverse = true, bold = true},
ScrollBar = {fg = colors.accent, bg = colors.selection_inactive},
Sneak = {fg = colors.bg, bg = colors.error, bold = true},
Sneak = {fg = colors.bg, bg = colors.special, bold = true},
GitSignsChangeDelete = {fg = colors.constant},
['@variable.builtin'] = {fg = colors.constant, italic = true},
}
Expand Down

0 comments on commit 0718709

Please sign in to comment.