Skip to content

Commit

Permalink
fix(mini.indentscope): use correct symbol default highlight
Browse files Browse the repository at this point in the history
The mini.indentscope plugin links the MiniIndentscopeSymbol to Delimiter
by default which is overlay2
  • Loading branch information
geodimm committed Jan 12, 2025
1 parent 7c97138 commit ef58515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function M.get()
MiniIconsRed = { fg = C.red },
MiniIconsYellow = { fg = C.yellow },

MiniIndentscopeSymbol = { fg = C[indentscope_color] or C.text },
MiniIndentscopeSymbol = { fg = C[indentscope_color] or C.overlay2 },

MiniJump = { fg = C.overlay2, bg = C.pink },

Expand Down

0 comments on commit ef58515

Please sign in to comment.