From eab4fb67e8fec47c25c4c1393ac1211f043dbd44 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 29 Mar 2017 23:58:56 -0700 Subject: [PATCH] Add ivy faces --- CHANGELOG.org | 6 ++++++ yoshi-theme.el | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 905a99e..f86fe78 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -40,6 +40,12 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. =common-tooltip-search=, =common-tooltip-search-selecion=, =common-tooltip-selection=. +** ADDED Some ivy faces + + Add the Ivy faces: =ivy-current-match=, + =ivy-minibuffer-match-face-1=, =ivy-minibuffer-match-face-2=, + =ivy-minibuffer-match-face-3=, =ivy-minibuffer-match-face-4=. + ** CHANGED the color of high-scoring unread mails in gnus ** CHANGED the color of normal ticked mails in gnus diff --git a/yoshi-theme.el b/yoshi-theme.el index 93e8735..f3a04b9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -272,6 +272,13 @@ `(isearch ((t (:background ,bgyellow :foreground unspecified)))) `(isearch-fail ((t (:background ,bgred)))) + ;;; Ivy + `(ivy-current-match ((t (:background ,bgblue :foreground ,fgdefault)))) + `(ivy-minibuffer-match-face-1 ((t (:background unspecified :underline t)))) + `(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold)))) + `(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold)))) + `(ivy-minibuffer-match-face-4 ((t (:background unspecified :weight bold)))) + ;;; Jabber `(jabber-activity-face ((t (:foreground ,fgred :weight unspecified)))) `(jabber-activity-personal-face ((t (:foreground ,fgblue :weight unspecified))))