ENH change ivy highlight color

This commit is contained in:
Nathan Dwarshuis 2020-10-18 11:14:52 -04:00
parent fdca9a5607
commit 9fbc758b58
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ This is an elegant window selector. It displays a number in the corner when acti
(use-package ivy
:straight t
:delight
:custom-face (ivy-current-match ((t (:inherit bold :extend t :background "#4c4573"))))
:custom-face (ivy-current-match ((t (:inherit bold :extend t :background "#534573"))))
:config
(setq ivy-use-virtual-buffers nil
ivy-sort-max-size 30000