mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 01:37:03 -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 {
|
return {
|
||||||
IblChar = { fg = colors.line },
|
IblChar = { fg = colors.line },
|
||||||
IblScopeChar = { fg = colors.grey }, -- first indenline in scope only
|
IblScopeChar = { fg = colors.grey },
|
||||||
IblScopeFirstLine = { bg = colors.one_bg2 },
|
["@ibl.scope.underline.1"] = { bg = colors.black2 },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue