summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-25 05:41:39 +0100
committerjao <jao@gnu.org>2022-08-25 05:41:39 +0100
commit91787db2d3ae9cea313aaaaaf34876e06a57abbb (patch)
tree15e493b7605007a72d5f93325168ba35a014c196
parent7971183b076fc98168469bcd5a1e1861de1dfa6a (diff)
downloadelibs-91787db2d3ae9cea313aaaaaf34876e06a57abbb.tar.gz
elibs-91787db2d3ae9cea313aaaaaf34876e06a57abbb.tar.bz2
themes: avy faces for everyone
-rw-r--r--lib/themes/jao-light-theme.el5
-rw-r--r--lib/themes/jao-themes.el5
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))