commit de9cb80da5805c0f533c0566aa2cf792866c3a15
parent 97b09856fcf61fc81436adace62ea1ca1fa5733a
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 1 Apr 2014 04:54:21 +0200
added dired-efap face
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -310,6 +310,13 @@ customize the resulting theme."
`(dired-async-mode-message
((,class (:background ,(if (eq variant 'light) red-l red) ))))
+ ;; dired-efap
+ `(dired-efap-face ((,class (:box nil
+ :background ,base02
+ :foreground ,base1
+ :underline ,s-line
+ :weight bold))))
+
;; dropdown
`(dropdown-list-face ((,class (:background ,base02 :foreground ,cyan))))
`(dropdown-list-selection-face ((,class (:background ,cyan-lc :foreground ,cyan-hc))))