solarized-emacs

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

commit 206fb397e7169dd41c9dcf03fa4c3fe59eeeeee3
parent 3863263b04bd57092d2b15e0b0fe8b3057d5ffc9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 21 May 2013 06:05:55 +0200

add lusty-explorer faces

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

diff --git a/solarized.el b/solarized.el @@ -593,6 +593,12 @@ ;; linum-mode `(linum ((,class (:foreground ,solarized-fg :background ,solarized-bg)))) + ;; lusty-explorer + `(lusty-directory-face ((,class (:inherit dired-directory)))) + `(lusty-file-face ((,class nil))) + `(lusty-match-face ((,class (:inherit ido-first-match)))) + `(lusty-slash-face ((,class (:foreground ,cyan :weight bold)))) + ;; magit `(magit-section-title ((,class (:foreground ,yellow :weight bold)))) `(magit-branch ((,class (:foreground ,orange :weight bold))))