[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes c2308d534b 1/2: Simplify imenu-list to only u
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes c2308d534b 1/2: Simplify imenu-list to only use four colours |
Date: |
Thu, 4 Jan 2024 06:58:08 -0500 (EST) |
branch: externals/ef-themes
commit c2308d534bfa76e4ffc8419fe63ab47dcba14391
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Simplify imenu-list to only use four colours
This is because the only difference between the two types of faces it
provides is whether the heading has a sublevel or not.
---
ef-themes.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index fb6fb9f9d4..1618f281d3 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1523,10 +1523,10 @@ text should not be underlined as well) yet still blend
in."
`(imenu-list-entry-face-1 ((,c :foreground ,rainbow-2)))
`(imenu-list-entry-face-2 ((,c :foreground ,rainbow-3)))
`(imenu-list-entry-face-3 ((,c :foreground ,rainbow-4)))
- `(imenu-list-entry-subalist-face-0 ((,c :inherit bold :foreground
,rainbow-5 :underline t)))
- `(imenu-list-entry-subalist-face-1 ((,c :inherit bold :foreground
,rainbow-6 :underline t)))
- `(imenu-list-entry-subalist-face-2 ((,c :inherit bold :foreground
,rainbow-7 :underline t)))
- `(imenu-list-entry-subalist-face-3 ((,c :inherit bold :foreground
,rainbow-8 :underline t)))
+ `(imenu-list-entry-subalist-face-0 ((,c :inherit bold :foreground
,rainbow-1 :underline t)))
+ `(imenu-list-entry-subalist-face-1 ((,c :inherit bold :foreground
,rainbow-2 :underline t)))
+ `(imenu-list-entry-subalist-face-2 ((,c :inherit bold :foreground
,rainbow-3 :underline t)))
+ `(imenu-list-entry-subalist-face-3 ((,c :inherit bold :foreground
,rainbow-4 :underline t)))
;;;; info
`(Info-quoted ((,c :inherit ef-themes-fixed-pitch :foreground
,prose-verbatim))) ; the capitalization is canonical
`(info-header-node ((,c :inherit (shadow bold))))