[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default backg
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default background of outline-minor-faces |
Date: |
Fri, 31 Jul 2020 09:25:30 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit c2b800d755d7785d6001ed6927dee32ffd2b359c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak default background of outline-minor-faces
This makes it easier to distinguish it from other elements, such as the
inactive modeline or the current line in hl-line-mode.
---
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 b3ca5bb..da81bdc 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3069,7 +3069,7 @@ Also bind `class' to ((class color) (min-colors 89))."
,@(modus-operandi-theme-heading-block bg-alt fg-alt))))
;;;;; outline-minor-faces
`(outline-minor-0 ((,class ,@(unless modus-operandi-theme-section-headings
- (list :background bg-alt)))))
+ (list :background cyan-nuanced-bg)))))
;;;;; 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 eb66f1f..4436b16 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3069,7 +3069,7 @@ Also bind `class' to ((class color) (min-colors 89))."
,@(modus-vivendi-theme-heading-block bg-alt fg-alt))))
;;;;; outline-minor-faces
`(outline-minor-0 ((,class ,@(unless modus-vivendi-theme-section-headings
- (list :background bg-alt)))))
+ (list :background cyan-nuanced-bg)))))
;;;;; 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 4bde9bc 61/99: Update README install section (GNU/Linux distros), (continued)
- [elpa] externals/modus-operandi-theme 4bde9bc 61/99: Update README install section (GNU/Linux distros), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 23b38df 60/99: Add "bug" keyword to 'hl-todo-keyword-faces' list, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 52a8c0c 62/99: Clarify customisation symbols and possible values, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0e5f2b0 66/99: Internal re-order of a few faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme aea6d29 69/99: Add support for built-in TTY-MENU faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme ae2fa4a 70/99: Let Markdown tables always inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 72e1f6b 68/99: Minor review of MARKDOWN-MODE faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7bf96d9 73/99: Internal: review of docs, outline comments, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a555e9 77/99: Internal: fix misplaced comment line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme d8986b7 79/99: Let outline-minor-faces respect "section headings", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default background of outline-minor-faces,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme ffd9f1f 85/99: Update section on mixed font docs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c376b08 98/99: Prepare version 0.11.0, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 624cbd6 46/99: Improve README for Org-block-related options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5d2e6ae 49/99: Reference issue 54 regarding "mixed fonts" in Org, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1cf8571 53/99: Add support for ESHELL-PROMPT-EXTRAS, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e32ca7d 37/99: Refine Org block beg/end line conditional styles, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 34eeaa8 40/99: Tweak 'secondary-selection' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 362f626 48/99: Remove now-outdated README note, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 16ad838 59/99: Tweak keycast for when "3D modeline" option is 't', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 89f94d5 67/99: Add link for more font- and writing- related confs, Stefan Monnier, 2020/07/31