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

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



reply via email to

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