branch: externals/doric-themes
commit a88390b1342561be40844cc9fa52a7d899adf3fd
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Use more appropriate style for company-tooltip-selection face
    
    This is because the backdrop in that context is grey, so we cannot
    rely on bg-accent to provide sufficient contrast.
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index 4ba9b2b34b..b4dae93fa8 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -274,7 +274,6 @@ is either the `dark' or `light' symbol."
 
 (defconst doric-themes-selection-faces
   '(calendar-today
-    company-tooltip-selection
     completions-highlight
     consult-highlight-mark
     consult-highlight-match
@@ -307,6 +306,7 @@ is either the `dark' or `light' symbol."
 (defconst doric-themes-intense-shadow-faces
   '(blink-matching-paren-offscreen
     company-template-field
+    company-tooltip-selection
     company-tooltip-scrollbar-thumb
     corfu-current
     custom-button

Reply via email to