mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -07:00
add ibl.scope.underline.1 hlgroup
This commit is contained in:
parent
9d677af061
commit
619368a05e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@ local colors = require("base46").get_theme_tb "base_30"
|
|||
|
||||
return {
|
||||
IblChar = { fg = colors.line },
|
||||
IblScopeChar = { fg = colors.grey }, -- first indenline in scope only
|
||||
IblScopeFirstLine = { bg = colors.one_bg2 },
|
||||
IblScopeChar = { fg = colors.grey },
|
||||
["@ibl.scope.underline.1"] = { bg = colors.black2 },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue