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

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

[elpa] externals/modus-operandi-theme 27e94b2 16/99: Use optional bold w


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 27e94b2 16/99: Use optional bold weight in font-lock-warning-face
Date: Fri, 31 Jul 2020 09:25:18 -0400 (EDT)

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

    Use optional bold weight in font-lock-warning-face
---
 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 68e72ee..06edc2e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1736,7 +1736,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(font-lock-string-face ((,class :foreground ,blue-alt)))
    `(font-lock-type-face ((,class :foreground ,magenta-alt)))
    `(font-lock-variable-name-face ((,class :foreground ,cyan)))
-   `(font-lock-warning-face ((,class :foreground ,yellow-active :weight bold)))
+   `(font-lock-warning-face ((,class :foreground ,yellow-active :weight 
,modus-theme-bold)))
    ;;;; forge
    `(forge-post-author ((,class :foreground ,fg-main :weight bold)))
    `(forge-post-date ((,class :foreground ,fg-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b96a209..6754770 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1736,7 +1736,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(font-lock-string-face ((,class :foreground ,blue-alt)))
    `(font-lock-type-face ((,class :foreground ,magenta-alt)))
    `(font-lock-variable-name-face ((,class :foreground ,cyan)))
-   `(font-lock-warning-face ((,class :foreground ,yellow-active :weight bold)))
+   `(font-lock-warning-face ((,class :foreground ,yellow-active :weight 
,modus-theme-bold)))
    ;;;; forge
    `(forge-post-author ((,class :foreground ,fg-main :weight bold)))
    `(forge-post-date ((,class :foreground ,fg-special-cold)))



reply via email to

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