[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 3013cca 24/99: Review 'org-meta-li
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 3013cca 24/99: Review 'org-meta-line', amending commit 8f8bb3b39 |
Date: |
Fri, 31 Jul 2020 09:25:19 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 3013cca06cc56ccafb24e8d945e777ce5c8b67b9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Review 'org-meta-line', amending commit 8f8bb3b39
Use a more appropriate colour combination for this face. The colours
used before gave a yellowish impression, whereas now we move towards the
blue side of the spectrum. The latter is more consistent with the
various permutations of context where this face is used.
For context, the following piece of text is the message of the
aforementioned commit:
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 23f784b..43b0665 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2841,7 +2841,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 :background
,yellow-nuanced-bg :foreground ,fg-special-warm)))
+ `(org-meta-line ((,class :inherit fixed-pitch :background ,cyan-nuanced-bg
:foreground ,cyan-nuanced)))
`(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
magenta-nuanced-bg magenta-nuanced magenta)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a8db491..da008ac 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2841,7 +2841,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 :background
,yellow-nuanced-bg :foreground ,fg-special-warm)))
+ `(org-meta-line ((,class :inherit fixed-pitch :background ,cyan-nuanced-bg
:foreground ,cyan-nuanced)))
`(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
magenta-nuanced-bg magenta-nuanced magenta)
- [elpa] externals/modus-operandi-theme dd63b2b 07/99: Review DIARY and CALENDAR faces, (continued)
- [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, 2020/07/31
- [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 <=
- [elpa] externals/modus-operandi-theme abafe51 13/99: Use more appropriate styles for 'org-warning', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 9ff949f 17/99: Initial implementation of "faint syntax" option, Stefan Monnier, 2020/07/31
- [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