solarized-emacs

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

commit 47815f16995c636e56652b5b51989f97ac4e45bb
parent f347af122aafc0f92f5147529bf2d4abbf844be7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jun 2012 10:55:56 +0200

Added ido faces, also changed ido dir face to blue since blue is the key color for directories in almost all file browsing modes.

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -396,6 +396,9 @@ `(ido-first-match ((,class (:foreground ,yellow :weight bold)))) `(ido-only-match ((,class (:foreground ,orange :weight bold)))) `(ido-subdir ((,class (:foreground ,yellow)))) + `(ido-incomplete-regexp ((,class (:inherit font-lock-warning-face)))) + `(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed)))) + `(ido-virtual ((,class (:foreground ,cyan)))) ;; linum-mode `(linum ((,class (:foreground ,solarized-fg :background ,solarized-bg))))