From 64d04c8618188b55e9b60aed910c72f6e67bea72 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 18 Apr 2024 14:46:39 +0200 Subject: [PATCH] make folding and pmenu bckg grey --- lua/theme.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/theme.lua b/lua/theme.lua index f55229b..f3c8dd8 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,4 +1,4 @@ --- Highlight trailing whitespace (darker red) and remove all with Ctrl+k +-- Highlight trailing whitespace (darker red) and remove all with Ctrl+w vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@