solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit f8addf35b81ab5965257bb686ab8d8cf2ec8e544
parent 379074c61a0a569337c6c1abc645cefe4ab0fdcf
Author: myuhe <yuhei.maeda@gmail.com>
Date:   Sun, 16 Mar 2014 00:59:41 +0900

Add dired-async face.

Diffstat:
Msolarized.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -299,6 +299,11 @@ customize the resulting theme." `(dired-symlink ((,class (:foreground ,cyan :weight normal :slant italic)))) `(dired-warning ((,class (:foreground ,orange :underline t)))) + ;;dired-async + `(dired-async-message ((,class (:background ,(if (eq variant 'light) yellow-l yellow) )))) + `(dired-async-mode-message + ((,class (:background ,(if (eq variant 'light) red-l red) )))) + ;; dropdown `(dropdown-list-face ((,class (:background ,base02 :foreground ,cyan)))) `(dropdown-list-selection-face ((,class (:background ,cyan-lc :foreground ,cyan-hc))))