From 2c9d70579de40889b60ad0092094f592adb3dc6d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 10 Sep 2023 10:51:44 -0400 Subject: customize avy faces properly --- emacs/.config/emacs-kj/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emacs') diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 7631aee..e4c3a88 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -64,10 +64,10 @@ (custom-theme-set-faces 'modus-vivendi-tinted - '(avy-lead-face ((t :foreground "white" :inherit avy-lead-face))) - '(avy-lead-face-0 ((t :foreground "white" :inherit avy-lead-face-0))) - '(avy-lead-face-1 ((t :foreground "white" :inherit avy-lead-face-1))) - '(avy-lead-face-2 ((t :foreground "white" :inherit avy-lead-face-2)))) + '(avy-lead-face ((t :inherit (bold modus-themes-subtle-blue)))) + '(avy-lead-face-0 ((t :inherit (bold modus-themes-subtle-cyan)))) + '(avy-lead-face-1 ((t :inherit (bold modus-themes-subtle-green)))) + '(avy-lead-face-2 ((t :inherit (bold modus-themes-subtle-magenta))))) ;; ;; Modus theme setup. ;; (use-package emacs -- cgit v1.2.3