[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes f480b4db88 3/5: Remove needless intense ba
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes f480b4db88 3/5: Remove needless intense backgrounds from whitespace-mode |
Date: |
Sat, 9 Dec 2023 03:58:20 -0500 (EST) |
branch: externals/modus-themes
commit f480b4db88fd63183b60ed160b997c751833948c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove needless intense backgrounds from whitespace-mode
We only need to bring attention to whitespace-empty. The rest are not
problematic per se (e.g. the Emacs code base is full of them).
---
modus-themes.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 1d7ce7c484..a9e88bcc99 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3928,14 +3928,14 @@ FG and BG are the main colors."
`(which-key-special-key-face ((,c :inherit error)))
;;;;; whitespace-mode
`(whitespace-big-indent ((,c :background ,bg-space-err)))
- `(whitespace-empty ((,c :inherit modus-themes-intense-magenta)))
+ `(whitespace-empty ((,c :background ,bg-space)))
`(whitespace-hspace ((,c :background ,bg-space :foreground ,fg-space)))
`(whitespace-indentation ((,c :background ,bg-space :foreground
,fg-space)))
`(whitespace-line ((,c :background ,bg-space :foreground ,warning)))
`(whitespace-newline ((,c :background ,bg-space :foreground ,fg-space)))
`(whitespace-space ((,c :background ,bg-space :foreground ,fg-space)))
- `(whitespace-space-after-tab ((,c :inherit modus-themes-subtle-magenta)))
- `(whitespace-space-before-tab ((,c :inherit modus-themes-subtle-cyan)))
+ `(whitespace-space-after-tab ((,c :inherit warning :background ,bg-space)))
+ `(whitespace-space-before-tab ((,c :inherit warning :background
,bg-space)))
`(whitespace-tab ((,c :background ,bg-space :foreground ,fg-space)))
`(whitespace-trailing ((,c :background ,bg-space-err)))
;;;;; window-divider-mode