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

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

[elpa] externals/modus-operandi-theme 4a9bd23 06/54: Apply optional high


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 4a9bd23 06/54: Apply optional highest scale to org-document-title
Date: Thu, 4 Jun 2020 08:20:09 -0400 (EDT)

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

    Apply optional highest scale to org-document-title
    
    This extends commit 5bff8ce and was recommended in issue 40:
    https://gitlab.com/protesilaos/modus-themes/-/issues/40
---
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 14ad5c5..cefc974 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2479,6 +2479,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-title ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(org-document-title ((,class (,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-5)
+                                  :foreground ,fg-special-cold :weight bold))))
    `(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 2b297c3..d20bcfc 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2479,6 +2479,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-title ((,class (:foreground ,fg-special-cold :weight bold))))
+   `(org-document-title ((,class (,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-5)
+                                  :foreground ,fg-special-cold :weight bold))))
    `(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]