Make ivy matches more readable

This commit is contained in:
Adam Goldsmith 2018-02-20 15:39:55 -05:00
parent 7ba6cf3580
commit ca73965b2a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
'(company-tooltip-selection ((t (:inherit font-lock-function-name-face))))
'(company-tooltip-common ((t (:inherit font-lock-constant-face))))
'(ivy-current-match ((t (:background "#555" :foreground "light grey"))))
'(ivy-current-match ((t (:foreground "#1BFFFF" :weight bold))))
'(ivy-minibuffer-match-face-3 ((t (:background "#777ccc" :weight bold))))
'(ivy-remote ((t (:foreground "deep sky blue"))))
'(ivy-subdir ((t (:inherit dired-directory))))