From 2f31ef9a954ec08202668a8d1b004db5a05831a2 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 11 May 2017 21:12:58 +0100 Subject: Sort ivy faces by name --- zenburn-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zenburn-theme.el') diff --git a/zenburn-theme.el b/zenburn-theme.el index ccf03a1..18a4f9a 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -723,15 +723,15 @@ Also bind `class' to ((class color) (min-colors 89))." :underline t :weight bold)))) ;;;;; ivy `(ivy-confirm-face ((t (:foreground ,zenburn-green :background ,zenburn-bg)))) + `(ivy-current-match ((t (:foreground ,zenburn-yellow :weight bold :underline t)))) `(ivy-cursor ((t (:foreground ,zenburn-bg :background ,zenburn-fg)))) `(ivy-match-required-face ((t (:foreground ,zenburn-red :background ,zenburn-bg)))) - `(ivy-remote ((t (:foreground ,zenburn-blue :background ,zenburn-bg)))) - `(ivy-subdir ((t (:foreground ,zenburn-yellow :background ,zenburn-bg)))) - `(ivy-current-match ((t (:foreground ,zenburn-yellow :weight bold :underline t)))) `(ivy-minibuffer-match-face-1 ((t (:background ,zenburn-bg+1)))) `(ivy-minibuffer-match-face-2 ((t (:background ,zenburn-green-1)))) `(ivy-minibuffer-match-face-3 ((t (:background ,zenburn-green)))) `(ivy-minibuffer-match-face-4 ((t (:background ,zenburn-green+1)))) + `(ivy-remote ((t (:foreground ,zenburn-blue :background ,zenburn-bg)))) + `(ivy-subdir ((t (:foreground ,zenburn-yellow :background ,zenburn-bg)))) ;;;;; ido-mode `(ido-first-match ((t (:foreground ,zenburn-yellow :weight bold)))) `(ido-only-match ((t (:foreground ,zenburn-orange :weight bold)))) -- cgit v1.2.3