diff --git a/lua/mini/hues.lua b/lua/mini/hues.lua index 6e39db25..7fde1472 100644 --- a/lua/mini/hues.lua +++ b/lua/mini/hues.lua @@ -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`