From 868d0e65bbae6dd0ff371dac6660d5aed721b5a8 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 13 Jun 2024 00:57:51 +0100 Subject: (Emacs/elisp)~make personal-primary theme's whitespace less noticeable --- Emacs/.config/emacs/elisp/personal-primary-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index ed1bbd0..22a1faa 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -77,7 +77,7 @@ '(trailing-whitespace ((t (:background "red1")))) '(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif")))) '(whitespace-line ((t (:background "black" :foreground "violet")))) - '(whitespace-space ((t (:background "#050505" :foreground "black")))) + '(whitespace-space ((t (:background "#0a0a0a" :foreground "black")))) '(whitespace-tab ((t (:background "grey5" :foreground "grey20")))) '(default ((t (:family "Hack" :foundry "ADBO" :width normal :weight normal :slant normal :underline nil :overline nil -- cgit v1.2.3-13-gbd6f