From 2870ab08c006efaa17525e91562a748693c662a6 Mon Sep 17 00:00:00 2001 From: montreal Date: Tue, 10 Mar 2026 02:02:32 +0100 Subject: [PATCH] Made Whitespace and SpecialKey even darker --- colors/montreal.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/montreal.lua b/colors/montreal.lua index ac7197b..1767005 100644 --- a/colors/montreal.lua +++ b/colors/montreal.lua @@ -111,8 +111,8 @@ local common_highlights = { Substitute = { fg = bg_dark, bg = green }, MatchParen = { fg = none, fmt = "underline" }, NonText = { fg = fg_dark }, - Whitespace = { fg = fg_darker }, - SpecialKey = { fg = fg_darker }, + Whitespace = { fg = bg_light }, + SpecialKey = { fg = bg_light }, Pmenu = { fg = fg_dark, bg = bg_dark }, PmenuSbar = { bg = bg_dark }, -- scroll bar rail PmenuThumb = { bg = bg_light }, -- scroll bar