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

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

[nongnu] elpa/spacemacs-theme 7f7097de8a 009/336: Dired in good shape


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 7f7097de8a 009/336: Dired in good shape
Date: Fri, 14 Jan 2022 10:58:52 -0500 (EST)

branch: elpa/spacemacs-theme
commit 7f7097de8a6a7d6bb1e50d3a0284d43b23b1b995
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Dired in good shape
---
 spacemacs-dark-theme.el | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 33722006f2..86de4d3f8f 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -207,6 +207,7 @@
    `(company-template-field ((,class (:inherit region))))
 
 ;;;;; rainbow-delimiters
+   `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
    `(rainbow-delimiters-depth-1-face ((,class :foreground ,keyword)))
    `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
    `(rainbow-delimiters-depth-3-face ((,class :foreground ,keyword)))
@@ -216,6 +217,17 @@
    `(rainbow-delimiters-depth-7-face ((,class :foreground ,keyword)))
    `(rainbow-delimiters-depth-8-face ((,class :foreground ,type)))
 
+;;;;; dired
+   `(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight 
bold))))
+   `(dired-flagged ((,class (:foreground ,red))))
+   `(dired-header ((,class (:foreground ,type :weight bold))))
+   `(dired-ignored ((,class (:inherit shadow))))
+   `(dired-mark ((,class (:foreground ,type :weight bold))))
+   `(dired-marked ((,class (:foreground ,violet :weight bold))))
+   `(dired-perm-write ((,class (:foreground ,base :underline t))))
+   `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :weight 
bold))))
+   `(dired-warning ((,class (:foreground ,war))))
+
    `(org-code ((,class (:foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))
    `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
@@ -305,7 +317,6 @@
    `(term-color-magenta ((,class (:foreground ,builtin :background ,builtin))))
    `(term-color-cyan ((,class (:foreground ,str :background ,str))))
    `(term-color-white ((,class (:foreground ,base :background ,base))))
-   `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
    `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
    `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
    `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))



reply via email to

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