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

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

[elpa] externals/modus-operandi-theme 527fc52 088/153: Add support for t


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 527fc52 088/153: Add support for two new Org faces (Org v9.4)
Date: Thu, 18 Mar 2021 13:47:46 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 527fc52589b01f9b17a1d60c4d04b57b61b462db
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for two new Org faces (Org v9.4)
---
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1f94f6a..014e944 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3549,6 +3549,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-habit-ready-face ((,class :inherit modus-theme-intense-blue)))
    `(org-habit-ready-future-face ((,class :inherit modus-theme-refine-blue)))
    `(org-headline-done ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,green-nuanced)))
+   `(org-headline-todo ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,red-nuanced)))
    `(org-hide ((,class :foreground ,bg-main)))
    `(org-indent ((,class :inherit (fixed-pitch org-hide))))
    `(org-latex-and-related ((,class :foreground ,magenta-refine-fg)))
@@ -3593,6 +3594,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-sexp-date ((,class :inherit org-date)))
    `(org-special-keyword ((,class :inherit fixed-pitch :foreground 
,blue-nuanced)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
+   `(org-table-header ((,class :inherit (fixed-pitch 
modus-theme-intense-neutral))))
    `(org-tag ((,class :foreground ,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b559385..fedb9ba 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3549,6 +3549,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-habit-ready-face ((,class :inherit modus-theme-intense-blue)))
    `(org-habit-ready-future-face ((,class :inherit modus-theme-refine-blue)))
    `(org-headline-done ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,green-nuanced)))
+   `(org-headline-todo ((,class :inherit ,modus-theme-variable-pitch 
:foreground ,red-nuanced)))
    `(org-hide ((,class :foreground ,bg-main)))
    `(org-indent ((,class :inherit (fixed-pitch org-hide))))
    `(org-latex-and-related ((,class :foreground ,magenta-refine-fg)))
@@ -3593,6 +3594,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-sexp-date ((,class :inherit org-date)))
    `(org-special-keyword ((,class :inherit fixed-pitch :foreground 
,blue-nuanced)))
    `(org-table ((,class :inherit fixed-pitch :foreground ,fg-special-cold)))
+   `(org-table-header ((,class :inherit (fixed-pitch 
modus-theme-intense-neutral))))
    `(org-tag ((,class :foreground ,magenta-nuanced)))
    `(org-tag-group ((,class :inherit bold :foreground ,cyan-nuanced)))
    `(org-target ((,class :underline t)))



reply via email to

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