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

    Apply special styling to the tooltip face
---
 doric-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index e4c62c88ea..764c025916 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -57,7 +57,6 @@
     read-multiple-choice-face
     rectangle-preview
     tab-bar-tab-highlight
-    tooltip
     vertico-current))
 
 (defvar doric-themes-intense-shadow-faces
@@ -847,6 +846,7 @@
     spacious-padding-subtle-mode-line-active
     spacious-padding-subtle-mode-line-inactive
     success
+    tooltip
     treesit-explorer-anonymous-node
     treesit-explorer-field-name
     underline
@@ -960,6 +960,7 @@
             `(internal-border ((t :foreground ,bg-shadow-subtle)))
             `(vertical-border ((t :foreground ,bg-shadow-subtle)))
             `(separator-line ((t :underline ,fg-shadow-subtle)))
+            `(tooltip ((t :background ,bg-accent :foreground ,fg-accent)))
 
             `(ansi-color-bright-black ((t :background "gray30" :foreground 
"gray30")))
             `(ansi-color-black ((t :background "black" :foreground "black")))

Reply via email to