branch: externals/modus-themes
commit 0cd0b3cc7b413cdd233fb65503abd51dbbae8dbb
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Diversify symbol-overlay faces to all have unique background colours
That was the case before, but I must have changed it by accident when
I was removing most of the :inherit attributes.
---
modus-themes.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 73285e30a7..5e63c3b7d0 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6744,11 +6744,11 @@ FG and BG are the main colors."
`(symbol-overlay-face-1 ((,c :background ,bg-blue-intense :foreground
,fg-main)))
`(symbol-overlay-face-2 ((,c :background ,bg-magenta-intense :foreground
,fg-main)))
`(symbol-overlay-face-3 ((,c :background ,bg-yellow-intense :foreground
,fg-main)))
- `(symbol-overlay-face-4 ((,c :background ,bg-magenta-intense :foreground
,fg-main)))
+ `(symbol-overlay-face-4 ((,c :background ,bg-cyan-intense :foreground
,fg-main)))
`(symbol-overlay-face-5 ((,c :background ,bg-red-intense :foreground
,fg-main)))
- `(symbol-overlay-face-6 ((,c :background ,bg-red-intense :foreground
,fg-main)))
- `(symbol-overlay-face-7 ((,c :background ,bg-cyan-intense :foreground
,fg-main)))
- `(symbol-overlay-face-8 ((,c :background ,bg-cyan-intense :foreground
,fg-main)))
+ `(symbol-overlay-face-6 ((,c :background ,bg-green-intense :foreground
,fg-main)))
+ `(symbol-overlay-face-7 ((,c :background ,bg-red-subtle :foreground
,fg-main)))
+ `(symbol-overlay-face-8 ((,c :background ,bg-cyan-subtle :foreground
,fg-main)))
;;;;; syslog-mode
`(syslog-debug ((,c :inherit modus-themes-slant)))
`(syslog-error ((,c :foreground ,err)))