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

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

[elpa] externals/modus-vivendi-theme aacd88a 027/110: Add support for TR


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme aacd88a 027/110: Add support for TRASHED
Date: Wed, 29 Apr 2020 21:40:00 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit aacd88a3acc4cffc6e5e1bd604c0d53aed2dbec9
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for TRASHED
---
 README.org              | 1 +
 modus-operandi-theme.el | 8 ++++++++
 modus-vivendi-theme.el  | 8 ++++++++
 3 files changed, 17 insertions(+)

diff --git a/README.org b/README.org
index 30bdc33..3efbab3 100644
--- a/README.org
+++ b/README.org
@@ -389,6 +389,7 @@ the "full support" may not be 100% true…
 + term
 + tomatinho
 + transient (pop-up windows like Magit's)
++ trashed
 + treemacs
 + undo-tree
 + vc (built-in mode line status for version control)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index deffcb3..38e2da1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -249,6 +249,7 @@
 ;;     sx
 ;;     symbol-overlay
 ;;     syslog-mode
+;;     trashed
 ;;     telephone-line
 ;;     term
 ;;     tomatinho
@@ -2657,6 +2658,13 @@ AMOUNT is a customisation option."
    `(syslog-ip ((,class (:foreground ,fg-special-mild :weight bold :underline 
t))))
    `(syslog-su ((,class (:foreground ,red-alt :weight bold))))
    `(syslog-warn ((,class (:foreground ,yellow :weight bold))))
+   ;;;; trashed
+   `(trashed-deleted ((,class (:background ,bg-mark-del :foreground 
,fg-mark-del :weight bold))))
+   `(trashed-directory ((,class (:foreground ,blue))))
+   `(trashed-mark ((,class (:foreground ,blue-alt :weight bold))))
+   `(trashed-marked ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
+   `(trashed-restored ((,class (:background ,bg-mark :foreground ,fg-mark 
:weight bold))))
+   `(trashed-symlink ((,class (:foreground ,blue-alt :underline t))))
    ;;;; telephone-line
    `(telephone-line-accent-active ((,class (:background ,fg-inactive 
:foreground ,bg-inactive))))
    `(telephone-line-accent-inactive ((,class (:background ,bg-active 
:foreground ,fg-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 58be6ec..e150ba9 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -249,6 +249,7 @@
 ;;     sx
 ;;     symbol-overlay
 ;;     syslog-mode
+;;     trashed
 ;;     telephone-line
 ;;     term
 ;;     tomatinho
@@ -2657,6 +2658,13 @@ AMOUNT is a customisation option."
    `(syslog-ip ((,class (:foreground ,fg-special-mild :weight bold :underline 
t))))
    `(syslog-su ((,class (:foreground ,red-alt :weight bold))))
    `(syslog-warn ((,class (:foreground ,yellow :weight bold))))
+   ;;;; trashed
+   `(trashed-deleted ((,class (:background ,bg-mark-del :foreground 
,fg-mark-del :weight bold))))
+   `(trashed-directory ((,class (:foreground ,blue))))
+   `(trashed-mark ((,class (:foreground ,blue-alt :weight bold))))
+   `(trashed-marked ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
+   `(trashed-restored ((,class (:background ,bg-mark :foreground ,fg-mark 
:weight bold))))
+   `(trashed-symlink ((,class (:foreground ,blue-alt :underline t))))
    ;;;; telephone-line
    `(telephone-line-accent-active ((,class (:background ,fg-inactive 
:foreground ,bg-inactive))))
    `(telephone-line-accent-inactive ((,class (:background ,bg-active 
:foreground ,fg-active))))



reply via email to

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