branch: externals/modus-vivendi-theme commit b19d10097e16eb6e00495b8df35efa34fad705c7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Extend support for INFO titles --- modus-operandi-theme.el | 12 +++++++++++- modus-vivendi-theme.el | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index ee6c321..6675b33 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2085,11 +2085,21 @@ Also bind `class' to ((class color) (min-colors 89))." `(indium-repl-stdout-face ((,class (:foreground ,fg-main)))) ;;;; info `(Info-quoted ((,class (:foreground ,magenta)))) ; the capitalisation is canonical - `(info-header-node ((,class (:foreground ,fg-special-warm)))) + `(info-header-node ((,class (:foreground ,fg-alt :weight bold)))) `(info-header-xref ((,class (:foreground ,blue-active)))) `(info-index-match ((,class (:inherit match)))) + `(info-menu-header ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-main :weight bold + ,@(modus-operandi-theme-scale modus-operandi-theme-scale-2))))) `(info-menu-star ((,class (:foreground ,fg-main)))) `(info-node ((,class (:weight bold)))) + `(info-title-1 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-main :weight bold + ,@(modus-operandi-theme-scale modus-operandi-theme-scale-4))))) + `(info-title-2 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-warm :weight bold + ,@(modus-operandi-theme-scale modus-operandi-theme-scale-3))))) + `(info-title-3 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-cold :weight bold + ,@(modus-operandi-theme-scale modus-operandi-theme-scale-2))))) + `(info-title-4 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-mild :weight bold + ,@(modus-operandi-theme-scale modus-operandi-theme-scale-1))))) ;;;; info-colors `(info-colors-lisp-code-block ((,class (:inherit fixed-pitch)))) `(info-colors-ref-item-command ((,class (:foreground ,magenta)))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 8d97f73..26dc226 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2085,11 +2085,21 @@ Also bind `class' to ((class color) (min-colors 89))." `(indium-repl-stdout-face ((,class (:foreground ,fg-main)))) ;;;; info `(Info-quoted ((,class (:foreground ,magenta)))) ; the capitalisation is canonical - `(info-header-node ((,class (:foreground ,fg-special-warm)))) + `(info-header-node ((,class (:foreground ,fg-alt :weight bold)))) `(info-header-xref ((,class (:foreground ,blue-active)))) `(info-index-match ((,class (:inherit match)))) + `(info-menu-header ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-main :weight bold + ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-2))))) `(info-menu-star ((,class (:foreground ,fg-main)))) `(info-node ((,class (:weight bold)))) + `(info-title-1 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-main :weight bold + ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-4))))) + `(info-title-2 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-warm :weight bold + ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-3))))) + `(info-title-3 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-cold :weight bold + ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-2))))) + `(info-title-4 ((,class (:inherit ,modus-theme-variable-pitch :foreground ,fg-special-mild :weight bold + ,@(modus-vivendi-theme-scale modus-vivendi-theme-scale-1))))) ;;;; info-colors `(info-colors-lisp-code-block ((,class (:inherit fixed-pitch)))) `(info-colors-ref-item-command ((,class (:foreground ,magenta))))