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

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

[elpa] externals/modus-operandi-theme 3d00716 049/153: Use distinct colo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3d00716 049/153: Use distinct colour for info-menu-star
Date: Thu, 18 Mar 2021 13:47:37 -0400 (EDT)

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

    Use distinct colour for info-menu-star
    
    This is used to highlight every third asterisk in a menu.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b4026bb..bc9752f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2647,7 +2647,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(info-index-match ((,class :inherit match)))
    `(info-menu-header ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-main
                                ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-2))))
-   `(info-menu-star ((,class :foreground ,fg-main)))
+   `(info-menu-star ((,class :foreground ,red)))
    `(info-node ((,class :inherit bold)))
    `(info-title-1 ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-main
                            ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e853bd1..901252f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2647,7 +2647,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(info-index-match ((,class :inherit match)))
    `(info-menu-header ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-main
                                ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-2))))
-   `(info-menu-star ((,class :foreground ,fg-main)))
+   `(info-menu-star ((,class :foreground ,red)))
    `(info-node ((,class :inherit bold)))
    `(info-title-1 ((,class :inherit (bold ,modus-theme-variable-pitch) 
:foreground ,fg-main
                            ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4))))



reply via email to

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