summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-11-11 16:28:47 -0500
committerAmin Bandali <bandali@gnu.org>2019-11-11 16:28:47 -0500
commit295b1b10b673f0fed28915b16e6d86931bc2f326 (patch)
treeb5f84c591246567ff650786c79e1be56d3e24606 /.emacs.d/init.el
parent0562e97ec97e15cb69799549d0ff820925f9a441 (diff)
downloadconfigs-295b1b10b673f0fed28915b16e6d86931bc2f326.tar.gz
configs-295b1b10b673f0fed28915b16e6d86931bc2f326.tar.xz
configs-295b1b10b673f0fed28915b16e6d86931bc2f326.zip
emacs: better ivy match colours
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1a8b70e..e249f9b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1019,9 +1019,10 @@ This function is intended for use with `ivy-ignore-buffers'."
(ivy-mode 1)
:custom-face
+ (ivy-minibuffer-match-face-1 ((t (:background "#eeeeee"))))
(ivy-minibuffer-match-face-2 ((t (:background "#e7e7e7" :weight bold))))
- (ivy-minibuffer-match-face-3 ((t (:background "#bbbbff" :weight semi-bold))))
- (ivy-minibuffer-match-face-4 ((t (:background "#ffbbff" :weight semi-bold))))
+ (ivy-minibuffer-match-face-3 ((t (:background "light goldenrod" :weight semi-bold))))
+ (ivy-minibuffer-match-face-4 ((t (:background "misty rose" :weight semi-bold))))
(ivy-current-match ((((class color) (background light))
:background "#d7d7d7" :foreground "black")
(((class color) (background dark))
@@ -1777,7 +1778,7 @@ This function is intended for use with `ivy-ignore-buffers'."
(advice-add 'magit-branch-and-checkout
:after #'my-projectile-invalidate-cache)))
:custom
- ;; (projectile-completion-system 'ivy)
+ (projectile-completion-system 'ivy)
(projectile-mode-line-prefix " proj"))
(use-package helpful