Skip to content

Commit

Permalink
feat(hues): add 'mini.snippet' explicit highlight groups
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski committed Dec 23, 2024
1 parent 122df7b commit 2011aff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/mini/hues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,12 @@ MiniHues.apply_palette = function(palette, plugins)
hi('MiniPickPreviewRegion', { link='IncSearch' })
hi('MiniPickPrompt', { link='DiagnosticFloatingInfo' })

hi('MiniSnippetsCurrent', { fg=nil, bg=nil, sp=p.yellow, underdouble=true })
hi('MiniSnippetsCurrentReplace', { fg=nil, bg=nil, sp=p.red, underdouble=true })
hi('MiniSnippetsFinal', { fg=nil, bg=nil, sp=p.green, underdouble=true })
hi('MiniSnippetsUnvisited', { fg=nil, bg=nil, sp=p.cyan, underdouble=true })
hi('MiniSnippetsVisited', { fg=nil, bg=nil, sp=p.blue, underdouble=true })

hi('MiniStarterCurrent', { link='MiniStarterItem' })
hi('MiniStarterFooter', { link='Comment' })
hi('MiniStarterHeader', { fg=p.accent, bg=nil, bold=true })
Expand Down

0 comments on commit 2011aff

Please sign in to comment.