feat: support snacks indent
This commit is contained in:
@@ -399,9 +399,10 @@ local function generate(p, opt)
|
|||||||
|
|
||||||
IblIndent { fg = p1.bg.li(8).de(22) },
|
IblIndent { fg = p1.bg.li(8).de(22) },
|
||||||
IblScope { fg = p1.bg.li(22).de(22) },
|
IblScope { fg = p1.bg.li(22).de(22) },
|
||||||
|
|
||||||
IndentLine { IblIndent },
|
IndentLine { IblIndent },
|
||||||
IndentLineCurrent { IblScope },
|
IndentLineCurrent { IblScope },
|
||||||
|
SnacksIndent { fg = p1.bg.li(8).de(22) },
|
||||||
|
SnacksIndentScope { fg = p1.bg.li(22).de(22) },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
||||||
|
|||||||
@@ -401,6 +401,8 @@ local function generate(p, opt)
|
|||||||
IblScope { fg = p1.bg.da(22).de(20) },
|
IblScope { fg = p1.bg.da(22).de(20) },
|
||||||
IndentLine { IblIndent },
|
IndentLine { IblIndent },
|
||||||
IndentLineCurrent { IblScope },
|
IndentLineCurrent { IblScope },
|
||||||
|
SnacksIndent { fg = p1.bg.da(6).de(20) },
|
||||||
|
SnacksIndentScope { fg = p1.bg.da(22).de(20) },
|
||||||
|
|
||||||
TelescopeSelection { CursorLine },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
|
||||||
|
|||||||
Reference in New Issue
Block a user