This commit is contained in:
Ray Elliott 2022-01-23 11:04:22 +00:00
parent 1bb889e688
commit ddc39fb89c
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ local c_bg_hl_weak = {"#f7f2f2", 250, "white"}
local c_bg_hl_special_strong = {"#a3e0ff", 17, "cyan"}
local c_bg_hl_special = {"#d4f0ff", 250, "cyan"}
local c_bg_hl_special_weak = {"#f2f6ff", 250, "cyan"}
local c_bg_hl_special_weak = {"#e0eaff", 250, "cyan"}
local c_fg_stronger = {'#444444', 236, 'darkgrey'}
local c_fg_strong = {'#666666', 236, 'darkgrey'}
@ -909,7 +909,7 @@ local highlight_groups = {
--[[ 4.4.13. indent-blankline.nvim ]]
-- IndentBlanklineChar = function(self) return vim.tbl_extend('force', (fg=c_bg_ui) {style='nocombine'}) end,
IndentBlanklineChar = {fg=c_bg_hl_strong, style='nocombine'},
IndentBlanklineChar = {fg=c_bg_hl_weak, style='nocombine'},
IndentBlanklineContextChar = {fg=c_fg, style='nocombine'},
IndentBlanklineSpaceChar = 'IndentBlanklineChar',