[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 8f8bb3b 08/99: Review 'org-meta-li
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 8f8bb3b 08/99: Review 'org-meta-line' face |
Date: |
Fri, 31 Jul 2020 09:25:16 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 8f8bb3b39e1c9779e38676765ff47835f33ebe99
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Review 'org-meta-line' face
This makes it look more like the lines that delimit Org blocks, but
keeps them distinct enough. The previous design would mimic comments in
source code (faint foreground with an optional slant---when the "slanted
constructs" options in enabled), which seemed less suitable for the
special roles these constructs fulfil (e.g. holding a table formula or
parsing the output of a code block).
I am open to reviewing the new design if it proves problematic.
---
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 d79a7a0..524e5f3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2755,7 +2755,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-link ((,class :inherit link)))
`(org-list-dt ((,class :weight bold)))
`(org-macro ((,class :inherit org-latex-and-related)))
- `(org-meta-line ((,class :inherit fixed-pitch :foreground ,fg-alt :slant
,modus-theme-slant)))
+ `(org-meta-line ((,class :inherit fixed-pitch :background
,yellow-nuanced-bg :foreground ,fg-special-warm)))
`(org-mode-line-clock ((,class :foreground ,fg-main)))
`(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
`(org-priority ((,class ,@(modus-operandi-theme-org-todo-block
blue-nuanced-bg blue-nuanced magenta)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8b4eb70..31fe5b8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2755,7 +2755,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-link ((,class :inherit link)))
`(org-list-dt ((,class :weight bold)))
`(org-macro ((,class :inherit org-latex-and-related)))
- `(org-meta-line ((,class :inherit fixed-pitch :foreground ,fg-alt :slant
,modus-theme-slant)))
+ `(org-meta-line ((,class :inherit fixed-pitch :background
,yellow-nuanced-bg :foreground ,fg-special-warm)))
`(org-mode-line-clock ((,class :foreground ,fg-main)))
`(org-mode-line-clock-overrun ((,class :inherit modus-theme-active-red)))
`(org-priority ((,class ,@(modus-vivendi-theme-org-todo-block
blue-nuanced-bg blue-nuanced magenta)
- [elpa] externals/modus-operandi-theme updated (9d33d16 -> 643298e), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8df6b66 01/99: Add support for NOTMUCH, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 45cc0a3 06/99: No more need for ':extend t' in HELM faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dd63b2b 07/99: Review DIARY and CALENDAR faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8f8bb3b 08/99: Review 'org-meta-line' face,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme eb854a7 02/99: Review colour sequence of MESSAGE cited text, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 68a8f65 03/99: Major review of MU4E faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme bf3c670 04/99: Review Gnus mail/news level faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 750e342 05/99: Special colour for default active modeline border, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5a15e06 09/99: Refine CALENDAR+ORG date selection, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 6876c72 10/99: Use a more intense bg in 'org-agenda-date-today', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a978351 11/99: Define missing 'header-line-highlight' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme a712240 21/99: Review ANNOTATE faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3013cca 24/99: Review 'org-meta-line', amending commit 8f8bb3b39, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme abafe51 13/99: Use more appropriate styles for 'org-warning', Stefan Monnier, 2020/07/31