solarized-emacs

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

commit fa5e0d783d06d75f725e0c0898b4d09f631ecd70
parent 379074c61a0a569337c6c1abc645cefe4ab0fdcf
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat, 15 Mar 2014 17:27:05 +0100

Merge pull request #102 from myuhe/async

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))))