From ddc39fb89c098f08db5fa736cc8e0ecc8ece53e6 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 23 Jan 2022 11:04:22 +0000 Subject: [PATCH] update --- colors/paper-tonic.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/paper-tonic.lua b/colors/paper-tonic.lua index 5c31dfb..ec06392 100644 --- a/colors/paper-tonic.lua +++ b/colors/paper-tonic.lua @@ -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',