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

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

[elpa] externals/modus-vivendi-theme 0e9be20 13/73: Add support for org-


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 0e9be20 13/73: Add support for org-table-sticky-header
Date: Wed, 26 Aug 2020 09:20:53 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 0e9be202465d88b6f1d74d3f74db388eacc7bd60
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for org-table-sticky-header
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 1b2fd8b..16cd95a 100644
--- a/README.org
+++ b/README.org
@@ -1131,6 +1131,7 @@ the "full support" may not be 100% true…
 + org-recur
 + org-roam
 + org-superstar
++ org-table-sticky-header
 + org-treescope
 + origami
 + outline-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9e3be45..b600ee4 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -243,6 +243,7 @@
 ;;     org-recur
 ;;     org-roam
 ;;     org-superstar
+;;     org-table-sticky-header
 ;;     org-treescope
 ;;     origami
 ;;     outline-mode
@@ -3107,6 +3108,8 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; org-superstar
    `(org-superstar-item ((,class :foreground ,fg-main)))
    `(org-superstar-leading ((,class :foreground ,fg-whitespace)))
+;;;;; org-table-sticky-header
+   `(org-table-sticky-header-face ((,class :inherit 
modus-theme-intense-neutral)))
 ;;;;; org-treescope
    `(org-treescope-faces--markerinternal-midday ((,class :inherit 
modus-theme-intense-blue)))
    `(org-treescope-faces--markerinternal-range ((,class :inherit 
modus-theme-special-mild)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 49aa17e..4709704 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -243,6 +243,7 @@
 ;;     org-recur
 ;;     org-roam
 ;;     org-superstar
+;;     org-table-sticky-header
 ;;     org-treescope
 ;;     origami
 ;;     outline-mode
@@ -3107,6 +3108,8 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; org-superstar
    `(org-superstar-item ((,class :foreground ,fg-main)))
    `(org-superstar-leading ((,class :foreground ,fg-whitespace)))
+;;;;; org-table-sticky-header
+   `(org-table-sticky-header-face ((,class :inherit 
modus-theme-intense-neutral)))
 ;;;;; org-treescope
    `(org-treescope-faces--markerinternal-midday ((,class :inherit 
modus-theme-intense-blue)))
    `(org-treescope-faces--markerinternal-range ((,class :inherit 
modus-theme-special-mild)))



reply via email to

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