mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
update indentl blanklinv v3.0 hlgroups
This commit is contained in:
parent
fc7aafe0d0
commit
8fb451dd38
1 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
local colors = require("base46").get_theme_tb "base_30"
|
local colors = require("base46").get_theme_tb "base_30"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
IndentBlanklineChar = { fg = colors.line },
|
IblChar = { fg = colors.line },
|
||||||
IndentBlanklineSpaceChar = { fg = colors.line },
|
IblScopeChar = { fg = colors.grey }, -- first indenline in scope only
|
||||||
IndentBlanklineContextChar = { fg = colors.grey },
|
IblScopeFirstLine = { bg = colors.one_bg2 },
|
||||||
IndentBlanklineContextStart = { bg = colors.one_bg2 },
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue