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

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

[elpa] externals/modus-vivendi-theme 1ca78af 13/35: Make Org doc title c


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1ca78af 13/35: Make Org doc title consistent with other headings
Date: Wed, 24 Jun 2020 12:42:47 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 1ca78af102e4d6be74fecbdb9b617428dff37924
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make Org doc title consistent with other headings
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 3a6a4c3..c2f9d6e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2648,8 +2648,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-default ((,class (:background ,bg-main :foreground ,fg-main))))
    `(org-document-info ((,class (:foreground ,fg-special-cold))))
    `(org-document-info-keyword ((,class (:inherit fixed-pitch :foreground 
,fg-alt))))
-   `(org-document-title ((,class (,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-5)
-                                  :foreground ,fg-special-cold :weight bold))))
+   `(org-document-title ((,class (:inherit ,modus-theme-variable-pitch 
:foreground ,fg-special-cold :weight bold
+                                  ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-5)))))
    `(org-done ((,class (,@(modus-operandi-theme-org-todo-block 
green-nuanced-bg green-nuanced green)))))
    `(org-drawer ((,class (:foreground ,cyan-alt))))
    `(org-ellipsis ((,class (:foreground nil)))) ; inherits from the heading's 
colour
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e55bf26..58e6449 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2648,8 +2648,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-default ((,class (:background ,bg-main :foreground ,fg-main))))
    `(org-document-info ((,class (:foreground ,fg-special-cold))))
    `(org-document-info-keyword ((,class (:inherit fixed-pitch :foreground 
,fg-alt))))
-   `(org-document-title ((,class (,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-5)
-                                  :foreground ,fg-special-cold :weight bold))))
+   `(org-document-title ((,class (:inherit ,modus-theme-variable-pitch 
:foreground ,fg-special-cold :weight bold
+                                  ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-5)))))
    `(org-done ((,class (,@(modus-vivendi-theme-org-todo-block green-nuanced-bg 
green-nuanced green)))))
    `(org-drawer ((,class (:foreground ,cyan-alt))))
    `(org-ellipsis ((,class (:foreground nil)))) ; inherits from the heading's 
colour



reply via email to

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