fix: add IblScope (#140)

This commit is contained in:
Michael Chris Lopez
2023-10-30 20:00:38 +01:00
committed by GitHub
parent e2a3fda09b
commit a2f1b4c6a2
2 changed files with 4 additions and 4 deletions

View File

@@ -332,8 +332,8 @@ local function generate(p, opt)
GitGutterChange { GitSignsChange },
GitGutterDelete { GitSignsDelete },
IndentBlanklineChar { fg = p1.bg.da(12).de(20) },
IblIndent { fg = p1.bg.da(12).de(20) },
IblIndent { fg = p1.bg.da(6).de(20) },
IblScope { fg = p1.bg.da(22).de(20) },
TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },