Skip to content

Commit

Permalink
feat(hues): add explicit definition of SnippetTabstop
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski committed Dec 8, 2024
1 parent 667dace commit 2435d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/mini/hues.lua
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,9 @@ MiniHues.apply_palette = function(palette, plugins)
hi('LspCodeLens', { link='Comment' })
hi('LspCodeLensSeparator', { link='Comment' })

-- Built-in snippets
hi('SnippetTabstop', { fg=nil, bg=p.yellow_bg })

-- Tree-sitter
-- Sources:
-- - `:h treesitter-highlight-groups`
Expand Down

0 comments on commit 2435d0d

Please sign in to comment.