Skip to content

Commit

Permalink
fix: add IblScope (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Oct 30, 2023
1 parent e2a3fda commit a2f1b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ local function generate(p, opt)
GitGutterChange { GitSignsChange },
GitGutterDelete { GitSignsDelete },

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

TelescopeSelection { CursorLine },
TelescopeSelectionCaret { TelescopeSelection, fg = p.rose },
Expand Down
4 changes: 2 additions & 2 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit a2f1b4c

Please sign in to comment.