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

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

[elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e22d75d 71/99: Let org timestamps inherit fixed-pitch
Date: Fri, 31 Jul 2020 09:25:28 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e22d75d2bc8d4aaae43ed33b4d2eebf3acf1b287
Author: matthew <matth0204@gmail.com>
Commit: matthew <matth0204@gmail.com>

    Let org timestamps inherit fixed-pitch
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4161bd6..538f4f1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2920,7 +2920,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-code ((,class :inherit fixed-pitch :foreground ,magenta)))
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :underline t :background ,bg-alt :weight bold)))
-   `(org-date ((,class :foreground ,cyan-alt-other :underline t)))
+   `(org-date ((,class :inherit fixed-pitch :foreground ,cyan-alt-other 
:underline t)))
    `(org-date-selected ((,class :foreground ,blue-alt :weight bold 
:inverse-video t)))
    `(org-default ((,class :background ,bg-main :foreground ,fg-main)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 28c51d8..a91e358 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2920,7 +2920,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-code ((,class :inherit fixed-pitch :foreground ,magenta)))
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :underline t :background ,bg-alt :weight bold)))
-   `(org-date ((,class :foreground ,cyan-alt-other :underline t)))
+   `(org-date ((,class :inherit fixed-pitch :foreground ,cyan-alt-other 
:underline t)))
    `(org-date-selected ((,class :foreground ,blue-alt :weight bold 
:inverse-video t)))
    `(org-default ((,class :background ,bg-main :foreground ,fg-main)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))



reply via email to

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