branch: externals/doric-themes
commit 843f0b58fa86e2d4e9e310c7a4c2d3fe3faab84f
Merge: 2a6475d20a d7cb60b9fa
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #9 from leverarchfile/avy-selection-face
    
    use doric-themes-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