branch: externals/modus-vivendi-theme commit 1ca78af102e4d6be74fecbdb9b617428dff37924 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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