From 91787db2d3ae9cea313aaaaaf34876e06a57abbb Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 25 Aug 2022 05:41:39 +0100 Subject: themes: avy faces for everyone --- lib/themes/jao-light-theme.el | 5 +---- lib/themes/jao-themes.el | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index b1f3856..0ea1ced 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -72,10 +72,7 @@ (f10 (p f00)) (f11 (p f01)) (f12 (p f02))) - (:x-faces (avy-lead-face (c "red" "grey90") bf :height 1.2) - (avy-lead-face-0 (~ avy-lead-face) bf) - (avy-lead-face-1 (p dimm)) - (compilation-info (c "#223142" nil) nbf) + (:x-faces (compilation-info (c "#223142" nil) nbf) (completions-group-separator (c nil ni) (st "grey80")) (corfu-default (~ default) (c "black" "grey95")) (corfu-bar (c nil "grey80")) ;; moving part of the bar diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 3174f99..c8d469e 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -313,7 +313,10 @@ (ansi-color-italic it) (ansi-color-green (c "darkseagreen4" "darkseagreen4")) (ansi-color-magenta (c "lightpink3" "lightpink3")) - (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3"))) + (ansi-color-yellow (c "lightgoldenrod3" "lightgoldenrod3")) + (avy-lead-face (c "red" "grey90") bf :height 1.2) + (avy-lead-face-0 (~ avy-lead-face) bf) + (avy-lead-face-1 (p dimm))) `((bbdb-company) (bbdb-field-name bf) (bbdb-field-value (~ default)) -- cgit v1.2.3