solarized-emacs

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

commit f7fb5631eca24d337f959bffb11c526d1ecd3bea
parent 6ccaf01378647c63b233f8f61e46dcc1bbd12fa1
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat,  9 Jun 2012 22:46:26 +0200

Added dired faces.

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -149,6 +149,17 @@ `(compilation-message-face ((,class (:foreground ,blue)))) `(compilation-warning-face ((,class (:foreground ,yellow :weight bold :underline t)))) + ;; dired + `(dired-directory ((,class (:foreground ,blue :weight normal)))) + `(dired-flagged ((,class (:foreground ,red)))) + `(dired-header ((,class (:foreground ,solarized-bg :background ,blue)))) + `(dired-ignored ((,class (:inherit shadow)))) + `(dired-mark ((,class (:foreground ,yellow :weigth bold)))) + `(dired-marked ((,class (:foreground ,magenta :weigth bold)))) + `(dired-perm-write ((,class (:foreground ,solarized-fg :underline t)))) + `(dired-symlink ((,class (:foreground ,cyan :weigth normal :slant italic)))) + `(dired-warning ((,class (:foreground ,orange :underline t)))) + ;; grep `(grep-context-face ((,class (:foreground ,solarized-fg)))) `(grep-error-face ((,class (:foreground ,red :weight bold :underline t))))