emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 5721b767e3: Refine imenu-list order of foregr


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 5721b767e3: Refine imenu-list order of foreground colours
Date: Wed, 3 Jan 2024 03:58:02 -0500 (EST)

branch: externals/ef-themes
commit 5721b767e34338681d9a56bbb0c7dfbdbb61a818
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine imenu-list order of foreground colours
    
    This way it follows the ordinary headings in Org, Markdown, etc.
    
    Thanks to newhallroad for the feedback. This was done in issue 35 on
    the GitHub mirror: <https://github.com/protesilaos/ef-themes/issues/35>.
---
 ef-themes.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 01b6c27136..fb6fb9f9d4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1519,14 +1519,14 @@ text should not be underlined as well) yet still blend 
in."
     `(image-dired-thumb-header-file-size ((,c :foreground ,info)))
     `(image-dired-thumb-mark ((,c :background ,info :box (:line-width -3))))
 ;;;; imenu-list
-    `(imenu-list-entry-face-0 ((,c :foreground ,rainbow-0)))
-    `(imenu-list-entry-face-1 ((,c :foreground ,rainbow-1)))
-    `(imenu-list-entry-face-2 ((,c :foreground ,rainbow-2)))
-    `(imenu-list-entry-face-3 ((,c :foreground ,rainbow-3)))
-    `(imenu-list-entry-subalist-face-0 ((,c :inherit bold :foreground 
,rainbow-4 :underline t)))
-    `(imenu-list-entry-subalist-face-1 ((,c :inherit bold :foreground 
,rainbow-5 :underline t)))
-    `(imenu-list-entry-subalist-face-2 ((,c :inherit bold :foreground 
,rainbow-6 :underline t)))
-    `(imenu-list-entry-subalist-face-3 ((,c :inherit bold :foreground 
,rainbow-7 :underline t)))
+    `(imenu-list-entry-face-0 ((,c :foreground ,rainbow-1)))
+    `(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)))
 ;;;; info
     `(Info-quoted ((,c :inherit ef-themes-fixed-pitch :foreground 
,prose-verbatim))) ; the capitalization is canonical
     `(info-header-node ((,c :inherit (shadow bold))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]