solarized-emacs

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

commit 644a998d45e63ed8a437f27f5569bb29c31043d9
parent 88c2c5cb1ad566543b3fa854b2bb2cc347349ffc
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jun 2012 11:26:44 +0200

Those ido-changes mentioned in earlier commit...

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

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