File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -399,9 +399,10 @@ local function generate(p, opt)
399
399
400
400
IblIndent { fg = p1 .bg .li (8 ).de (22 ) },
401
401
IblScope { fg = p1 .bg .li (22 ).de (22 ) },
402
-
403
402
IndentLine { IblIndent },
404
403
IndentLineCurrent { IblScope },
404
+ SnacksIndent { fg = p1 .bg .li (8 ).de (22 ) },
405
+ SnacksIndentScope { fg = p1 .bg .li (22 ).de (22 ) },
405
406
406
407
TelescopeSelection { CursorLine },
407
408
TelescopeSelectionCaret { TelescopeSelection , fg = p .rose },
Original file line number Diff line number Diff line change @@ -401,6 +401,8 @@ local function generate(p, opt)
401
401
IblScope { fg = p1 .bg .da (22 ).de (20 ) },
402
402
IndentLine { IblIndent },
403
403
IndentLineCurrent { IblScope },
404
+ SnacksIndent { fg = p1 .bg .da (6 ).de (20 ) },
405
+ SnacksIndentScope { fg = p1 .bg .da (22 ).de (20 ) },
404
406
405
407
TelescopeSelection { CursorLine },
406
408
TelescopeSelectionCaret { TelescopeSelection , fg = p .rose },
You can’t perform that action at this time.
0 commit comments