branch: elpa/moe-theme
commit 3c8bb53e23a0b4f695c6bf0f5137ecea9f015472
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Improve some faces of original Dired (not Dired+).
---
moe-dark-theme.el | 8 ++++----
moe-light-theme.el | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index b15c4ab46b..3a5a8f126a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -260,16 +260,16 @@ Moe, moe, kyun!")
`(helm-ff-prefix ((,class (:foreground ,white-1 :background ,orange-2))))
`(helm-buffer-size ((,class (:foreground ,orange-2))))
- ;;Dired+
+ ;; Dired/Dired+
`(dired-directory ((,class (:foreground ,blue-1 :bold t))))
`(dired-flagged ((,class (:foreground ,red-1))))
- `(dired-header ((,class (:foreground ,blue-1))))
+ `(dired-header ((,class (:foreground ,black-5 :background ,green-2 :bold
t))))
`(dired-ignored ((,class (:foreground ,black-1))))
`(dired-mark ((,class (:foreground ,green-1))))
`(dired-marked ((,class (:foreground ,green-2))))
- `(dired-perm-write ((,class (:foreground ,red-2))))
+ `(dired-perm-write ((,class (:foreground ,red-2 :bold t))))
`(dired-symlink ((,class (:foreground ,magenta-2))))
- `(dired-warning ((,class (:foreground ,white-1 :background ,red-1 :bold
t))))
+ `(dired-warning ((,class (:foreground ,white-1 :background ,red-3 :bold
t))))
`(diredp-compressed-file-suffix ((,class (:foreground ,purple-2))))
`(diredp-date-time ((,class (:foreground ,blue-1 :background ,black-4))))
`(diredp-deletion ((,class (:foreground ,white-1, :background ,red-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 13f2d46af5..d638127118 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -262,11 +262,11 @@ Moe, moe, kyun!")
;; Dired+
`(dired-directory ((,class (:foreground ,blue-1 :bold t))))
`(dired-flagged ((,class (:foreground ,red-1))))
- `(dired-header ((,class (:foreground ,blue-1))))
+ `(dired-header ((,class (:foreground ,black-5 :background ,green-01 :bold
t))))
`(dired-ignored ((,class (:foreground ,white-4))))
`(dired-mark ((,class (:foreground ,green-1))))
`(dired-marked ((,class (:foreground ,green-2))))
- `(dired-perm-write ((,class (:foreground ,red-2))))
+ `(dired-perm-write ((,class (:foreground ,red-2 :bold t))))
`(dired-symlink ((,class (:foreground ,magenta-2))))
`(dired-warning ((,class (:foreground ,white-0 :background ,red-1 :bold
t))))
`(diredp-compressed-file-suffix ((,class (:foreground ,purple-2))))