File tree Expand file tree Collapse file tree
lua/catppuccin/groups/integrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1501,7 +1501,7 @@ render_markdown = true
15011501``` lua
15021502snacks = {
15031503 enabled = false ,
1504- indent_scope_color = " " , -- catppuccin color (eg. `lavender`) Default: text
1504+ indent_scope_color = " " , -- catppuccin color (eg. `lavender`) Default: overlay2
15051505}
15061506```
15071507
Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ render-markdown.nvim>lua
912912snacks.nvim>lua
913913 snacks = {
914914 enabled = false,
915- indent_scope_color = "", -- catppuccin color (eg. `lavender` ) Default: text
915+ indent_scope_color = "", -- catppuccin color (eg. `lavender` ) Default: overlay2
916916 }
917917<
918918
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function M.get()
5151 SnacksDashboardTitle = { link = " Title" },
5252
5353 SnacksIndent = { fg = C .surface0 },
54- SnacksIndentScope = { fg = C [indent_scope_color ] or C .text },
54+ SnacksIndentScope = { fg = C [indent_scope_color ] or C .overlay2 },
5555
5656 SnacksPickerSelected = {
5757 fg = O .float .transparent and C .flamingo or C .text ,
You can’t perform that action at this time.
0 commit comments