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

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

[elpa] externals/modus-vivendi-theme 97d757a 14/73: Add support for tabl


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 97d757a 14/73: Add support for table-cell (built-in table.el)
Date: Wed, 26 Aug 2020 09:20:53 -0400 (EDT)

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

    Add support for table-cell (built-in table.el)
---
 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 16cd95a..7c8d16e 100644
--- a/README.org
+++ b/README.org
@@ -1180,6 +1180,7 @@ the "full support" may not be 100% true…
 + sx
 + symbol-overlay
 + syslog-mode
++ table (built-in table.el)
 + telephone-line
 + term
 + tomatinho
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b600ee4..a492e84 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -294,6 +294,7 @@
 ;;     tab-bar-mode
 ;;     tab-line-mode
 ;;     syslog-mode
+;;     table (built-in table.el)
 ;;     trashed
 ;;     telephone-line
 ;;     term
@@ -3507,6 +3508,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(syslog-ip ((,class :inherit bold :foreground ,fg-special-mild :underline 
t)))
    `(syslog-su ((,class :inherit bold :foreground ,red-alt)))
    `(syslog-warn ((,class :inherit bold :foreground ,yellow)))
+;;;;; table (built-in table.el)
+   `(table-cell ((,class :background ,blue-nuanced-bg)))
 ;;;;; trashed
    `(trashed-deleted ((,class :inherit modus-theme-mark-del)))
    `(trashed-directory ((,class :foreground ,blue)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4709704..204292f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -294,6 +294,7 @@
 ;;     tab-bar-mode
 ;;     tab-line-mode
 ;;     syslog-mode
+;;     table (built-in table.el)
 ;;     trashed
 ;;     telephone-line
 ;;     term
@@ -3507,6 +3508,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(syslog-ip ((,class :inherit bold :foreground ,fg-special-mild :underline 
t)))
    `(syslog-su ((,class :inherit bold :foreground ,red-alt)))
    `(syslog-warn ((,class :inherit bold :foreground ,yellow)))
+;;;;; table (built-in table.el)
+   `(table-cell ((,class :background ,blue-nuanced-bg)))
 ;;;;; trashed
    `(trashed-deleted ((,class :inherit modus-theme-mark-del)))
    `(trashed-directory ((,class :foreground ,blue)))



reply via email to

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