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

    Make isearch current highlight include an underline and a slant
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index 2d045f3132..225f0e61be 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1288,7 +1288,7 @@ the list becomes the last.  Do not modify THEMES in the 
process."
                (((class color) (min-colors 88) (background dark))
                 :background "#000000" :foreground "#cab000")))
 
-            `(isearch ((t :inherit nil :slant normal :underline nil 
:background ,bg-shadow-intense :foreground ,fg-shadow-intense)))
+            `(isearch ((t :background ,bg-shadow-intense :foreground 
,fg-main)))
             `(isearch-fail ((t :inherit (underline bold))))
             `(isearch-group-1 ((t :background ,bg-accent :foreground 
,fg-accent)))
             `(isearch-group-2 ((t :background ,bg-shadow-intense :foreground 
,fg-shadow-intense)))

Reply via email to