From ca481b1385d1b64d0aa5c5995365552afd783565 Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Thu, 10 Feb 2022 20:27:26 +0100 Subject: [PATCH] fix acid blue cursor --- lua/colors/highlights.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 7500b2a4..13a142a2 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -91,6 +91,7 @@ fg_bg("DiffDelete", red, "NONE") -- Indent blankline plugin fg("IndentBlanklineChar", line) +fg("IndentBlanklineSpaceChar", line) -- Lsp diagnostics