diff options
-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 |