branch: elpa/spacemacs-theme
commit 7f7097de8a6a7d6bb1e50d3a0284d43b23b1b995
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))