From 9fbc758b5880c9a0298f1e1b64a7a8bc7a084c7b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 18 Oct 2020 11:14:52 -0400 Subject: [PATCH] ENH change ivy highlight color --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index b8e0280..60d5b61 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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