Skip to content

Commit

Permalink
Add anzu faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 13, 2013
1 parent 0b684e5 commit b492555
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions color-theme-sanityinc-solarized.el
Expand Up @@ -180,6 +180,11 @@ names to which it refers are bound."
(isearch-lazy-highlight-face ((,class (:foreground ,cyan :background ,background :inverse-video t))))
(isearch-fail ((,class (:background ,background :inherit font-lock-warning-face :inverse-video t))))

;; Anzu
(anzu-mode-line ((,class (:foreground ,orange))))
(anzu-replace-highlight ((,class (:inherit isearch-lazy-highlight-face))))
(anzu-replace-to ((,class (:inherit isearch))))

;; IDO
(ido-subdir ((,class (:foreground ,magenta))))
(ido-first-match ((,class (:foreground ,yellow))))
Expand Down

0 comments on commit b492555

Please sign in to comment.