aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-29 23:58:56 -0700
committerGravatar Tom Willemse2017-03-30 00:00:14 -0700
commiteab4fb67e8fec47c25c4c1393ac1211f043dbd44 (patch)
tree1ad02997046d3de435ccc45d04a558c8b6b8509c
parent07de329db6b288a85421687d34821669055122c2 (diff)
downloadyoshi-theme-eab4fb67e8fec47c25c4c1393ac1211f043dbd44.tar.gz
yoshi-theme-eab4fb67e8fec47c25c4c1393ac1211f043dbd44.zip
Add ivy faces
-rw-r--r--CHANGELOG.org6
-rw-r--r--yoshi-theme.el7
2 files changed, 13 insertions, 0 deletions
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))))