[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 94e1138 76/99: Remove extra proper
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 94e1138 76/99: Remove extra properties from outline-minor-mode |
Date: |
Fri, 31 Jul 2020 09:25:29 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 94e113878d0394c4a9da8d4e630ac8f890efd21a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove extra properties from outline-minor-mode
Removes the added background, as these faces may already inherit one
from the 'outline-mode'.
Note that outline-mode and outline-minor-mode follow the theme-level
customisations for headings that affect org-mode---see README.
---
modus-operandi-theme.el | 3 ++-
modus-vivendi-theme.el | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b89cae7..73d62bd 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3067,8 +3067,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(outline-8 ((,class :inherit (bold ,modus-theme-variable-pitch)
,@(modus-operandi-theme-heading-foreground fg-dim
magenta)
,@(modus-operandi-theme-heading-block bg-alt fg-alt))))
- `(outline-minor-0 ((,class :background ,bg-alt)))
;;;;; outline-minor-faces
+ ;; No need for extra properties as they inherit from `outline-mode'.
+ `(outline-minor-0 ((,class nil)))
;;;;; package (M-x list-packages)
`(package-description ((,class :foreground ,fg-special-cold)))
`(package-help-section-name ((,class :inherit bold :foreground
,magenta-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c816695..8a4d37d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3067,8 +3067,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(outline-8 ((,class :inherit (bold ,modus-theme-variable-pitch)
,@(modus-vivendi-theme-heading-foreground fg-dim
magenta)
,@(modus-vivendi-theme-heading-block bg-alt fg-alt))))
- `(outline-minor-0 ((,class :background ,bg-alt)))
;;;;; outline-minor-faces
+ ;; No need for extra properties as they inherit from `outline-mode'.
+ `(outline-minor-0 ((,class nil)))
;;;;; package (M-x list-packages)
`(package-description ((,class :foreground ,fg-special-cold)))
`(package-help-section-name ((,class :inherit bold :foreground
,magenta-alt-other)))
- [elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various preprocessor faces for consistency, (continued)
- [elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various preprocessor faces for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 98073da 36/99: Refine FOUNTAIN faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a0b566 43/99: Refine conditional beg/end styles for Org blocks, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80e95c0 45/99: Use more appropriate colour for PAREN-FACE package, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 28d5b83 47/99: Add README suggestions for "faint syntax" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cba4339 51/99: Add support for ESHELL-FRINGE-STATUS, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme cfc5d24 54/99: Minor tweaks to the README, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme efa3431 63/99: MAJOR REVIEW of Org block custom option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0a0af53 65/99: Add support for BOON, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 94e1138 76/99: Remove extra properties from outline-minor-mode,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 426578f 75/99: MAJOR REFACTOR of bold weight and bold constructs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 37b6bd0 88/99: Adds a readme note referring to #60 for HTML mails, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 80f87a6 32/99: Improve README on Org "rainbow src blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 867d211 74/99: Modus Vivendi: minor tweak for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dbdbb90 82/99: Clarify that specific degree of "bold" is optional, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2ae2e12 84/99: Remove obsolete comment, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight for flycheck list current line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction between MU4E read and unread, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-src-block-faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c8deb91 95/99: Add explicit support for BONGO, Stefan Monnier, 2020/07/31