[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-modern 3640955abc 05/65: Use adjusted date and time
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-modern 3640955abc 05/65: Use adjusted date and time faces, see #1 |
Date: |
Mon, 7 Mar 2022 12:57:44 -0500 (EST) |
branch: externals/org-modern
commit 3640955abc26a13f8fa25d879c2b01278af41a96
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Use adjusted date and time faces, see #1
Thanks, @protesilaos!
---
org-modern.el | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
diff --git a/org-modern.el b/org-modern.el
index 50905de28c..bbe578570f 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -172,27 +172,24 @@ Set to nil to disable the progress bar."
"Face used for active date labels.")
(defface org-modern-time-active
- '((((background light))
- :inherit org-modern-label :weight semibold
- :background "gray40" :foreground "white")
- (t :inherit org-modern-label :weight semibold
- :background "gray60" :foreground "black"))
+ '((default :inherit org-modern-label :weight semibold)
+ (((background light))
+ :background "gray35" :foreground "white")
+ (t :background "gray75" :foreground "black"))
"Face used for active time labels.")
(defface org-modern-date-inactive
- '((((background light))
- :inherit org-modern-label
- :background "gray90" :foreground "gray40")
- (t :inherit org-modern-label
- :background "gray20" :foreground "gray60"))
+ '((default :inherit org-modern-label)
+ (((background light))
+ :background "gray90" :foreground "gray30")
+ (t :background "gray20" :foreground "gray70"))
"Face used for inactive date labels.")
(defface org-modern-time-inactive
- '((((background light))
- :inherit org-modern-label
- :background "gray60" :foreground "gray90")
- (t :inherit org-modern-label
- :background "gray40" :foreground "gray10"))
+ '((default :inherit org-modern-label :background "gray50")
+ (((background light))
+ :foreground "gray95")
+ (t :foreground "gray5"))
"Face used for inactive time labels.")
(defface org-modern-horizontal-rule
- [elpa] branch externals/org-modern created (now 6fadad5cdf), ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern 7c756db91b 06/65: Simplify faces using default specification, ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern 3640955abc 05/65: Use adjusted date and time faces, see #1,
ELPA Syncer <=
- [elpa] externals/org-modern a91b994721 11/65: Ensure that time stamps stay editable (Fix #2), ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern 6b1a560776 04/65: example: Add hrule, ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern 4071382aa0 03/65: Restore line spacing (Fix #1), ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern 2478748a91 02/65: Update README, ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern b66f3ff985 08/65: README: Note that the package is still early in its development., ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern ff1160a03c 07/65: org-modern-label: Fix line-spacing handling, ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern d28951932a 13/65: Ensure that tags stay editable (See #2), ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern be679b3a79 14/65: Improve cursor placement on TODO keywords, ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern a84994dc77 15/65: Improve cursor placement on timestamps (See #2), ELPA Syncer, 2022/03/07
- [elpa] externals/org-modern b17d32c576 16/65: README rewording, ELPA Syncer, 2022/03/07