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

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

[elpa] externals/modus-vivendi-theme da83a06 15/73: Internal: adjust tra


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme da83a06 15/73: Internal: adjust trashed sort to match A-Z
Date: Wed, 26 Aug 2020 09:20:53 -0400 (EDT)

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

    Internal: adjust trashed sort to match A-Z
---
 modus-operandi-theme.el | 16 ++++++++--------
 modus-vivendi-theme.el  | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a492e84..e816ade 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -295,11 +295,11 @@
 ;;     tab-line-mode
 ;;     syslog-mode
 ;;     table (built-in table.el)
-;;     trashed
 ;;     telephone-line
 ;;     term
 ;;     tomatinho
 ;;     transient (pop-up windows like Magit's)
+;;     trashed
 ;;     treemacs
 ;;     tty-menu
 ;;     tuareg
@@ -3510,13 +3510,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
-   `(trashed-mark ((,class :inherit modus-theme-mark-symbol)))
-   `(trashed-marked ((,class :inherit modus-theme-mark-alt)))
-   `(trashed-restored ((,class :inherit modus-theme-mark-sel)))
-   `(trashed-symlink ((,class :foreground ,cyan-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)))
@@ -3560,6 +3553,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(transient-unreachable ((,class :foreground ,fg-unfocused)))
    `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
    `(transient-value ((,class :foreground ,magenta-alt)))
+;;;;; trashed
+   `(trashed-deleted ((,class :inherit modus-theme-mark-del)))
+   `(trashed-directory ((,class :foreground ,blue)))
+   `(trashed-mark ((,class :inherit modus-theme-mark-symbol)))
+   `(trashed-marked ((,class :inherit modus-theme-mark-alt)))
+   `(trashed-restored ((,class :inherit modus-theme-mark-sel)))
+   `(trashed-symlink ((,class :foreground ,cyan-alt :underline t)))
 ;;;;; treemacs
    `(treemacs-directory-collapsed-face ((,class :foreground ,magenta-alt)))
    `(treemacs-directory-face ((,class :inherit dired-directory)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 204292f..ad843f6 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -295,11 +295,11 @@
 ;;     tab-line-mode
 ;;     syslog-mode
 ;;     table (built-in table.el)
-;;     trashed
 ;;     telephone-line
 ;;     term
 ;;     tomatinho
 ;;     transient (pop-up windows like Magit's)
+;;     trashed
 ;;     treemacs
 ;;     tty-menu
 ;;     tuareg
@@ -3510,13 +3510,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
-   `(trashed-mark ((,class :inherit modus-theme-mark-symbol)))
-   `(trashed-marked ((,class :inherit modus-theme-mark-alt)))
-   `(trashed-restored ((,class :inherit modus-theme-mark-sel)))
-   `(trashed-symlink ((,class :foreground ,cyan-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)))
@@ -3560,6 +3553,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(transient-unreachable ((,class :foreground ,fg-unfocused)))
    `(transient-unreachable-key ((,class :foreground ,fg-unfocused)))
    `(transient-value ((,class :foreground ,magenta-alt)))
+;;;;; trashed
+   `(trashed-deleted ((,class :inherit modus-theme-mark-del)))
+   `(trashed-directory ((,class :foreground ,blue)))
+   `(trashed-mark ((,class :inherit modus-theme-mark-symbol)))
+   `(trashed-marked ((,class :inherit modus-theme-mark-alt)))
+   `(trashed-restored ((,class :inherit modus-theme-mark-sel)))
+   `(trashed-symlink ((,class :foreground ,cyan-alt :underline t)))
 ;;;;; treemacs
    `(treemacs-directory-collapsed-face ((,class :foreground ,magenta-alt)))
    `(treemacs-directory-face ((,class :inherit dired-directory)))



reply via email to

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