Skip to content

Commit 21f2a3a

Browse files
committed
feat: support snacks indent
1 parent 88960c8 commit 21f2a3a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lua/zenbones/specs/dark.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,10 @@ local function generate(p, opt)
399399

400400
IblIndent { fg = p1.bg.li(8).de(22) },
401401
IblScope { fg = p1.bg.li(22).de(22) },
402-
403402
IndentLine { IblIndent },
404403
IndentLineCurrent { IblScope },
404+
SnacksIndent { fg = p1.bg.li(8).de(22) },
405+
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
405406

406407
TelescopeSelection { CursorLine },
407408
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },

lua/zenbones/specs/light.lua

+2
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ local function generate(p, opt)
401401
IblScope { fg = p1.bg.da(22).de(20) },
402402
IndentLine { IblIndent },
403403
IndentLineCurrent { IblScope },
404+
SnacksIndent { fg = p1.bg.da(6).de(20) },
405+
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
404406

405407
TelescopeSelection { CursorLine },
406408
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },

0 commit comments

Comments
 (0)