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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 113ab25 032/153: Simplify style of


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 113ab25 032/153: Simplify style of org-special-keyword
Date: Thu, 18 Mar 2021 13:47:33 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 113ab25d3f0c7f9a062c662e5fec0aaf6f2e1ee9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Simplify style of org-special-keyword
    
    Builds on top of all the efforts that are discussed in issue 81:
    https://gitlab.com/protesilaos/modus-themes/-/issues/81
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f07863f..b96d989 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3496,8 +3496,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
    `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))
-   `(org-special-keyword ((,class :box ,bg-region :background ,bg-dim 
:foreground ,cyan
-                                  :inherit ,modus-theme-variable-pitch)))
+   `(org-special-keyword ((,class :inherit ,modus-theme-variable-pitch
+                                  :foreground ,cyan-alt-other)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
    `(org-tag ((,class ,@(modus-operandi-theme-bold-weight) :foreground 
,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5e4978b..8cf834c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3496,8 +3496,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-scheduled-previously ((,class :foreground ,yellow-alt-other)))
    `(org-scheduled-today ((,class :foreground ,magenta-alt-other)))
    `(org-sexp-date ((,class :inherit org-date)))
-   `(org-special-keyword ((,class :box ,bg-region :background ,bg-dim 
:foreground ,cyan
-                                  :inherit ,modus-theme-variable-pitch)))
+   `(org-special-keyword ((,class :inherit ,modus-theme-variable-pitch
+                                  :foreground ,cyan-alt-other)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
    `(org-tag ((,class ,@(modus-vivendi-theme-bold-weight) :foreground 
,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))



reply via email to

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