[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)))
- [elpa] externals/modus-operandi-theme 306d2cd 19/99: Change order of links in README "meta" section, (continued)
- [elpa] externals/modus-operandi-theme 306d2cd 19/99: Change order of links in README "meta" section, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme f5018c0 23/99: Tweak ORG, OUTLINE foreground in "rainbow headings", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3c38b04 26/99: Two minor documentation refinements, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1ce0e98 35/99: Review TRANSIENT faces (magit pop-up), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme d0c8af9 12/99: Review 'org-priority' styles for user options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b633b6d 20/99: Refine 'diff-hl-reverted-hunk-highlight', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bf41544 18/99: Add tentative support for 'highlight-tail', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme ae783cd 30/99: Add aliases for 'org-src-block-faces' languages, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bbcc399 31/99: Add support for clojure in 'org-src-block-faces', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e039129 38/99: Refine Org agenda modeline filter faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 27e94b2 16/99: Use optional bold weight in font-lock-warning-face,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme c543a76 22/99: Consistent org-checkbox-statistics-todo, org-todo, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme adeee9f 25/99: Major review of "nuanced" colours (internal), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2766a1d 27/99: New custom option: "ORG SRC RAINBOW BLOCKS", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7c27fb4 33/99: Review and expand 'org-src-block-faces', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 79ab685 39/99: Refine two Org agenda faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c6fcf51 41/99: Review Org scheduled faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3521fae 42/99: Simplify conditional use of Org block background, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme f382ac1 44/99: Tweak 'org-quote' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a6cd22b 50/99: Refine org-scheduled face (amend commit c6fcf5122), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 32f3d6f 52/99: Add support for ESHELL-GIT-PROMPT, Stefan Monnier, 2020/07/31