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

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

[elpa] externals/ef-themes 55efb38032 173/281: Restore support for org-m


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 55efb38032 173/281: Restore support for org-modern (revert a1acc23)
Date: Tue, 16 Aug 2022 16:58:30 -0400 (EDT)

branch: externals/ef-themes
commit 55efb380323583cb9ee445a0f91bcd30165259d9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Restore support for org-modern (revert a1acc23)
    
    It was all okay.  Just some false positives with certain tests...
---
 ef-themes.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 3e245cf529..2218db875a 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -665,17 +665,17 @@ When called from Lisp, THEME is a symbol."
     `(org-verbatim ((,c :foreground ,variable)))
     `(org-verse (( )))
     `(org-warning ((,c :inherit warning)))
-;; ;;;; org-modern
-;;     `(org-modern-block-keyword (( )))
-;;     `(org-modern-date-active ((,c :background ,bg-alt)))
-;;     `(org-modern-date-inactive ((,c :background ,bg-dim :foreground 
,fg-dim)))
-;;     `(org-modern-done ((,c :background ,bg-info :foreground ,info)))
-;;     `(org-modern-priority ((,c :inherit org-priority :background ,bg-dim)))
-;;     `(org-modern-statistics ((,c :background ,bg-dim)))
-;;     `(org-modern-tag ((,c :inherit org-tag :background ,bg-dim)))
-;;     `(org-modern-time-active ((,c :background ,bg-active :foreground 
,fg-intense)))
-;;     `(org-modern-time-inactive ((,c :inherit org-modern-date-inactive)))
-;;     `(org-modern-todo ((,c :background ,bg-err :foreground ,err)))
+;;;; org-modern
+    `(org-modern-block-keyword (( )))
+    `(org-modern-date-active ((,c :background ,bg-alt)))
+    `(org-modern-date-inactive ((,c :background ,bg-dim :foreground ,fg-dim)))
+    `(org-modern-done ((,c :background ,bg-info :foreground ,info)))
+    `(org-modern-priority ((,c :inherit org-priority :background ,bg-dim)))
+    `(org-modern-statistics ((,c :background ,bg-dim)))
+    `(org-modern-tag ((,c :inherit org-tag :background ,bg-dim)))
+    `(org-modern-time-active ((,c :background ,bg-active :foreground 
,fg-intense)))
+    `(org-modern-time-inactive ((,c :inherit org-modern-date-inactive)))
+    `(org-modern-todo ((,c :background ,bg-err :foreground ,err)))
 ;;;; outline-mode
     `(outline-1 ((,c :inherit bold :foreground ,rainbow-1)))
     `(outline-2 ((,c :inherit bold :foreground ,rainbow-2)))



reply via email to

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