branch: externals/doric-themes
commit d7cb60b9fa6a77143064028fe3bd4451b9b432dd
Author: Leo Baldwin-Ramult <m...@leverarchfile.org>
Commit: Leo Baldwin-Ramult <m...@leverarchfile.org>

    use selection-faces for avy
---
 doric-themes.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index fa1ccba944..6136efb90c 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -273,7 +273,12 @@ is either the `dark' or `light' symbol."
 ;;;; Face customisations
 
 (defconst doric-themes-selection-faces
-  '(calendar-today
+  '(avy-goto-char-timer-face
+    avy-lead-face
+    avy-lead-face-0
+    avy-lead-face-1
+    avy-lead-face-2
+    calendar-today
     completions-highlight
     consult-highlight-mark
     consult-highlight-match
@@ -1127,12 +1132,7 @@ is either the `dark' or `light' symbol."
     ztreep-node-count-children-face))
 
 (defconst doric-themes-underline-emphasis-faces
-  '(avy-goto-char-timer-face
-    avy-lead-face
-    avy-lead-face-0
-    avy-lead-face-1
-    avy-lead-face-2
-    aw-leading-char-face
+  '(aw-leading-char-face
     company-echo-common
     company-preview-common
     company-preview-search

Reply via email to