branch: elpa/subatomic-theme
commit ace5df1fef14fc235a725224c579f40a9f8eb45f
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    Added ido-mode faces.
---
 subatomic-theme.el | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 7e9d6ff..0869f2f 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -220,6 +220,28 @@
    `(diary-face
      ((t (:foreground ,axiomatic-purple))))
 
+   ;; ido-mode
+
+   `(ido-subdir
+     ((t (:inherit eshell-ls-directory))))
+
+   `(ido-only-match
+     ((t (:foreground ,jungle-green :bold t))))
+
+   `(ido-first-match
+     ((t (:foreground ,deep-gold :bold t))))
+
+   `(ido-virtual
+     ((t (:inherit font-lock-comment-face))))
+
+   ;; Can't really figure out what these are for...
+
+   ;;   `(ido-indicator
+   ;;     ((t (:foreground ,brick-red :bold t))))
+   ;;
+   ;;   `(ido-inclomplete-regexp
+   ;;     ((t (:foreground ,piggy-pink))))
+
    ;; erc
 
    `(erc-default-face
@@ -307,7 +329,6 @@
    `(diff-refine-change
      ((t (:background ,midnight-3 :foreground ,full-white :weight bold))))
 
-
    ;; magit
 
    `(magit-branch
@@ -374,6 +395,7 @@
      ((t (:inherit font-lock-warning))))
 
    ;; compilation
+
    `(compilation-info
      ((t (:inherit default))))
 

Reply via email to