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

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

[elpa] externals/org-modern 750fd57ec1: Simplify faces


From: ELPA Syncer
Subject: [elpa] externals/org-modern 750fd57ec1: Simplify faces
Date: Wed, 15 May 2024 03:58:51 -0400 (EDT)

branch: externals/org-modern
commit 750fd57ec119a7044bbc3ee5244d48bacacc592d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Simplify faces
---
 org-modern.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index 1dc480cd13..cd8c11daaa 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -290,14 +290,13 @@ the font.")
 
 (defface org-modern-progress-complete
   '((((background light))
-     :background "gray35" :foreground "white" :distant-foreground "black")
-    (t :background "gray75" :foreground "black" :distant-foreground "white"))
+     :background "gray35" :foreground "white")
+    (t :background "gray75" :foreground "black"))
   "Face used for completed section of progress bars (colors only).")
 
 (defface org-modern-progress-incomplete
-  '((default :background "gray50")
-    (((background light)) :foreground "gray95" :distant-foreground "gray5")
-    (t :foreground "gray5" :distant-foreground "gray95"))
+  '((((background light)) :background "gray90" :foreground "black")
+    (t :background "gray20" :foreground "white"))
   "Face used for incomplete section of progress bars (colors only).")
 
 (defface org-modern-tag



reply via email to

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