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

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

[elpa] externals/org-modern c5fcbf86f2 1/2: Timestamps: Use distant-fore


From: ELPA Syncer
Subject: [elpa] externals/org-modern c5fcbf86f2 1/2: Timestamps: Use distant-foreground (Fix #31)
Date: Fri, 25 Mar 2022 11:57:38 -0400 (EDT)

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

    Timestamps: Use distant-foreground (Fix #31)
---
 org-modern.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index ed4a36dc40..e3f83f8089 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -226,8 +226,8 @@ You can specify a font `:family'. The font families 
`Iosevka', `Hack' and
 (defface org-modern-time-active
   '((default :inherit org-modern-label :weight semibold)
     (((background light))
-     :background "gray35" :foreground "white")
-    (t :background "gray75" :foreground "black"))
+     :background "gray35" :foreground "white" :distant-foreground "black")
+    (t :background "gray75" :foreground "black" :distant-foreground "white"))
   "Face used for active time labels.")
 
 (defface org-modern-date-inactive
@@ -239,8 +239,8 @@ You can specify a font `:family'. The font families 
`Iosevka', `Hack' and
 
 (defface org-modern-time-inactive
   '((default :inherit org-modern-label :background "gray50")
-    (((background light)) :foreground "gray95")
-    (t :foreground "gray5"))
+    (((background light)) :foreground "gray95" :distant-foreground "gray5")
+    (t :foreground "gray5" :distant-foreground "gray95"))
   "Face used for inactive time labels.")
 
 (defface org-modern-horizontal-rule



reply via email to

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