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

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

[elpa] externals/modus-operandi-theme 80e95c0 45/99: Use more appropriat


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 80e95c0 45/99: Use more appropriate colour for PAREN-FACE package
Date: Fri, 31 Jul 2020 09:25:23 -0400 (EDT)

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

    Use more appropriate colour for PAREN-FACE package
---
 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 6c1a4d3..b653ff1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3010,7 +3010,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(paradox-star-face ((,class :foreground ,magenta)))
    `(paradox-starred-face ((,class :foreground ,magenta-alt)))
    ;;;; paren-face
-   `(parenthesis ((,class :foreground ,fg-alt)))
+   `(parenthesis ((,class :foreground ,fg-unfocused)))
    ;;;; parrot
    `(parrot-rotate-rotation-highlight-face ((,class :inherit 
modus-theme-refine-magenta)))
    ;;;; pass
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 777d77e..2bebf9e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3010,7 +3010,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(paradox-star-face ((,class :foreground ,magenta)))
    `(paradox-starred-face ((,class :foreground ,magenta-alt)))
    ;;;; paren-face
-   `(parenthesis ((,class :foreground ,fg-alt)))
+   `(parenthesis ((,class :foreground ,fg-unfocused)))
    ;;;; parrot
    `(parrot-rotate-rotation-highlight-face ((,class :inherit 
modus-theme-refine-magenta)))
    ;;;; pass



reply via email to

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