From ee05e6544cd350f7ef999f4fcc265ee4cd55ddad Mon Sep 17 00:00:00 2001 From: bh Date: Tue, 7 Apr 2026 17:04:54 +0800 Subject: Hardcode the background colour for the whitespace characters --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index f165ef9..0e97534 100644 --- a/init.el +++ b/init.el @@ -245,13 +245,13 @@ ;; Face colors for whitespace characters (set-face-attribute 'whitespace-tab nil :foreground "#016868" - :background nil) + :background "#003636") (set-face-attribute 'whitespace-space nil :foreground "#016868" - :background nil) + :background "#003636") (set-face-attribute 'whitespace-newline nil :foreground "#016868" - :background nil) + :background "#003636") (set-face-attribute 'whitespace-trailing nil :foreground "#d2691e" :background "#003030")) -- cgit v1.2.3