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

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

[elpa] externals/modus-operandi-theme 39809b0 39/54: Review IMENU-LIST f


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 39809b0 39/54: Review IMENU-LIST faces (more harmonious combos)
Date: Thu, 4 Jun 2020 08:20:18 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 39809b0977c5b7fff83d071cc6e637144f5934fd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review IMENU-LIST faces (more harmonious combos)
---
 modus-operandi-theme.el | 14 +++++++-------
 modus-vivendi-theme.el  | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1dc4f12..dc9a5c7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2027,14 +2027,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(iflipb-current-buffer-face ((,class (:foreground ,cyan-alt :weight 
bold))))
    `(iflipb-other-buffer-face ((,class (:foreground ,fg-alt))))
    ;;;; imenu-list
-   `(imenu-list-entry-face-0 ((,class (:foreground ,magenta-alt-other))))
-   `(imenu-list-entry-face-1 ((,class (:foreground ,cyan-alt-other))))
-   `(imenu-list-entry-face-2 ((,class (:foreground ,yellow-alt-other))))
-   `(imenu-list-entry-face-3 ((,class (:foreground ,green-alt-other))))
+   `(imenu-list-entry-face-0 ((,class (:foreground ,cyan))))
+   `(imenu-list-entry-face-1 ((,class (:foreground ,blue))))
+   `(imenu-list-entry-face-2 ((,class (:foreground ,cyan-alt-other))))
+   `(imenu-list-entry-face-3 ((,class (:foreground ,blue-alt))))
    `(imenu-list-entry-subalist-face-0 ((,class (:foreground ,magenta-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,cyan-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,yellow-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,magenta :weight 
bold :underline t))))
+   `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,red-alt-other 
:weight bold :underline t))))
    ;;;; indium
    `(indium-breakpoint-face ((,class (:foreground ,red-active))))
    `(indium-frame-url-face ((,class (:foreground ,fg-alt :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b8ddf93..bf64d53 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2027,14 +2027,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(iflipb-current-buffer-face ((,class (:foreground ,cyan-alt :weight 
bold))))
    `(iflipb-other-buffer-face ((,class (:foreground ,fg-alt))))
    ;;;; imenu-list
-   `(imenu-list-entry-face-0 ((,class (:foreground ,magenta-alt-other))))
-   `(imenu-list-entry-face-1 ((,class (:foreground ,cyan-alt-other))))
-   `(imenu-list-entry-face-2 ((,class (:foreground ,yellow-alt-other))))
-   `(imenu-list-entry-face-3 ((,class (:foreground ,green-alt-other))))
+   `(imenu-list-entry-face-0 ((,class (:foreground ,cyan))))
+   `(imenu-list-entry-face-1 ((,class (:foreground ,blue))))
+   `(imenu-list-entry-face-2 ((,class (:foreground ,cyan-alt-other))))
+   `(imenu-list-entry-face-3 ((,class (:foreground ,blue-alt))))
    `(imenu-list-entry-subalist-face-0 ((,class (:foreground ,magenta-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,cyan-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,yellow-alt-other 
:weight bold :underline t))))
-   `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   `(imenu-list-entry-subalist-face-1 ((,class (:foreground ,magenta :weight 
bold :underline t))))
+   `(imenu-list-entry-subalist-face-2 ((,class (:foreground ,green-alt-other 
:weight bold :underline t))))
+   `(imenu-list-entry-subalist-face-3 ((,class (:foreground ,red-alt-other 
:weight bold :underline t))))
    ;;;; indium
    `(indium-breakpoint-face ((,class (:foreground ,red-active))))
    `(indium-frame-url-face ((,class (:foreground ,fg-alt :underline t))))



reply via email to

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