Ido colors

This commit is contained in:
Mads Hartmann 2011-05-05 12:20:57 +02:00
parent 9a8e6553c7
commit d56f387ebc
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ will use the 256 degraded color mode."
(diff-file-header
((t (:background ,base1 :foreground ,base01 :weight ,bold))))
(diff-refine-change ((t (:background ,base1))))
;; IDO
(ido-only-match ((t (:foreground ,green))))
(ido-subdir ((t (:foreground ,blue))))
(ido-first-match ((t (:foreground ,green :weight ,bold))))
;; emacs-wiki
(emacs-wiki-bad-link-face
((t (:foreground ,red :underline ,underline))))