From 644a998d45e63ed8a437f27f5569bb29c31043d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Sun, 10 Jun 2012 11:26:44 +0200 Subject: [PATCH] Those ido-changes mentioned in earlier commit... --- solarized-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solarized-theme.el b/solarized-theme.el index 80add4a..ce06802 100644 --- 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))))