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

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

[elpa] externals/ef-themes f72fcd17fc 3/3: Add support for trashed


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f72fcd17fc 3/3: Add support for trashed
Date: Wed, 19 Oct 2022 05:57:50 -0400 (EDT)

branch: externals/ef-themes
commit f72fcd17fc0709e238afad98cfe23ca8ae07aaf4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for trashed
    
    It inherits from Dired, but we need to cover this one face.
---
 README.org   | 1 +
 ef-themes.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index 74c923ca6b..1a1d76e74f 100644
--- a/README.org
+++ b/README.org
@@ -967,6 +967,7 @@ everything most users need.
 - term
 - textsec
 - transient
+- trashed [Part of {{{development-version}}}.]
 - vc (=vc-dir.el=, =vc-hooks.el=)
 - vertico
 - wgrep
diff --git a/ef-themes.el b/ef-themes.el
index 45b0f3252b..1ec8042669 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1723,6 +1723,8 @@ Helper function for `ef-themes-preview-colors'."
     `(transient-unreachable ((,c :inherit shadow)))
     `(transient-unreachable-key ((,c :inherit shadow)))
     `(transient-value ((,c :inherit success :background ,bg-info)))
+;;;; trashed
+    `(trashed-restored ((,c :inherit ef-themes-mark-other)))
 ;;;; vc (vc-dir.el, vc-hooks.el)
     `(vc-dir-directory (( )))
     `(vc-dir-file ((,c :foreground ,name)))



reply via email to

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