diff options
author | jao <jao@gnu.org> | 2022-08-23 20:50:03 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-23 20:50:03 +0100 |
commit | 1a8d16f4e40934b149bd27a6493a9821364e9c05 (patch) | |
tree | 95b250f289e24847b3fdcb523d22ec0c239f26a4 | |
parent | 7fb3f5bb71e0b5c968ee1b25465f385d74732a63 (diff) | |
download | elibs-1a8d16f4e40934b149bd27a6493a9821364e9c05.tar.gz elibs-1a8d16f4e40934b149bd27a6493a9821364e9c05.tar.bz2 |
theme: avy faces for light theme
-rw-r--r-- | lib/themes/jao-light-theme.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 8a4640c..bf00e8e 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -72,7 +72,10 @@ (f10 (p f00)) (f11 (p f01)) (f12 (p f02))) - (:x-faces (compilation-info (c "#223142" nil) nbf) + (: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) (completions-group-separator (c nil ni) (st "grey80")) (corfu-default (~ default) (c "black" "grey95")) (corfu-bar (c nil "grey80")) ;; moving part of the bar |