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

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

[elpa] externals/modus-operandi-theme 67a677e 07/54: Fix `org-hide' colo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 67a677e 07/54: Fix `org-hide' colour
Date: Thu, 4 Jun 2020 08:20:10 -0400 (EDT)

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

    Fix `org-hide' colour
    
    This should always be the same as the default background, as per the
    face's docstring.
---
 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 cefc974..f9cd957 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2497,7 +2497,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-headline-done ((,class (:foreground ,green-nuanced
                                              
,@(modus-operandi-theme-heading-block
                                                 green-nuanced-bg 
green-nuanced)))))
-   `(org-hide ((,class (:foreground ,fg-main))))
+   `(org-hide ((,class (:foreground ,bg-main))))
    `(org-latex-and-related ((,class (:foreground ,magenta-refine-fg))))
    `(org-level-1 ((,class (:inherit ,modus-theme-variable-pitch :weight bold
                                     ,@(modus-operandi-theme-heading-foreground 
fg-main magenta-alt-other)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d20bcfc..2d370ea 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2497,7 +2497,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-headline-done ((,class (:foreground ,green-nuanced
                                              
,@(modus-vivendi-theme-heading-block
                                                 green-nuanced-bg 
green-nuanced)))))
-   `(org-hide ((,class (:foreground ,fg-main))))
+   `(org-hide ((,class (:foreground ,bg-main))))
    `(org-latex-and-related ((,class (:foreground ,magenta-refine-fg))))
    `(org-level-1 ((,class (:inherit ,modus-theme-variable-pitch :weight bold
                                     ,@(modus-vivendi-theme-heading-foreground 
fg-main magenta-alt-other)



reply via email to

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