ENH change ivy highlight color
This commit is contained in:
parent
fdca9a5607
commit
9fbc758b58
|
@ -544,7 +544,7 @@ This is an elegant window selector. It displays a number in the corner when acti
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
:straight t
|
:straight t
|
||||||
:delight
|
: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
|
:config
|
||||||
(setq ivy-use-virtual-buffers nil
|
(setq ivy-use-virtual-buffers nil
|
||||||
ivy-sort-max-size 30000
|
ivy-sort-max-size 30000
|
||||||
|
|
Loading…
Reference in New Issue