emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]