Skip to content

Commit

Permalink
Add more scope highlights (#332)
Browse files Browse the repository at this point in the history
* Add more scope highlights

* Add one more to match RainbowDelimiters amount
  • Loading branch information
exzolink authored Sep 3, 2024
1 parent 94957a0 commit 5b58434
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/base46/integrations/blankline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ return {
IblChar = { fg = colors.line },
IblScopeChar = { fg = colors.grey },
["@ibl.scope.underline.1"] = { bg = colors.black2 },
["@ibl.scope.underline.2"] = { bg = colors.black2 },
["@ibl.scope.underline.3"] = { bg = colors.black2 },
["@ibl.scope.underline.4"] = { bg = colors.black2 },
["@ibl.scope.underline.5"] = { bg = colors.black2 },
["@ibl.scope.underline.6"] = { bg = colors.black2 },
["@ibl.scope.underline.7"] = { bg = colors.black2 },
}

0 comments on commit 5b58434

Please sign in to comment.