mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add ivy faces
This commit is contained in:
parent
07de329db6
commit
eab4fb67e8
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue