Skip to content

Commit

Permalink
feat: support snacks indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Dec 10, 2024
1 parent 88960c8 commit 21f2a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,10 @@ local function generate(p, opt)

IblIndent { fg = p1.bg.li(8).de(22) },
IblScope { fg = p1.bg.li(22).de(22) },

IndentLine { IblIndent },
IndentLineCurrent { IblScope },
SnacksIndent { fg = p1.bg.li(8).de(22) },
SnacksIndentScope { fg = p1.bg.li(22).de(22) },

TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
Expand Down
2 changes: 2 additions & 0 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ local function generate(p, opt)
IblScope { fg = p1.bg.da(22).de(20) },
IndentLine { IblIndent },
IndentLineCurrent { IblScope },
SnacksIndent { fg = p1.bg.da(6).de(20) },
SnacksIndentScope { fg = p1.bg.da(22).de(20) },

TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
Expand Down

0 comments on commit 21f2a3a

Please sign in to comment.