emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 5ce43ed 009/187: Emacs: improve isearch face


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 5ce43ed 009/187: Emacs: improve isearch faces.
Date: Thu, 21 Oct 2021 18:04:46 -0400 (EDT)

branch: elpa/dracula-theme
commit 5ce43ed733c2cdfdb436253bcd83bab3558ba2a5
Author: Sebastian Reuße <seb@wirrsal.net>
Commit: Sebastian Reuße <seb@wirrsal.net>

    Emacs: improve isearch faces.
    
    By default, isearch-fail doesn’t set a foreground color and will thus 
inherit
    the default white text foreground. This will be illegible on top of the
    warning-colored background, so we explicitly set the foreground color now.
---
 dracula-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 32099d6..0f2d7dc 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -70,6 +70,7 @@
    `(cursor ((,class (:background ,fg3))))
    `(show-paren-match-face ((,class (:background ,warning))))
    `(isearch ((,class (:bold t :foreground ,warning :background ,bg3))))
+   `(isearch-fail ((,class (:foreground ,bg1 :background ,warning))))
    `(mode-line ((,class (:foreground nil :background ,bg3 :box ,bg3))))
    `(mode-line-inactive ((,class (:foreground ,fg1 :background ,bg1 :box 
,bg1))))
    `(vertical-border ((,class (:foreground ,bg2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]