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

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

[nongnu] elpa/anti-zenburn-theme 011c0af 038/151: From zenburn-emacs: Im


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 011c0af 038/151: From zenburn-emacs: Improve isearch hl appearance.
Date: Thu, 21 Oct 2021 18:01:18 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 011c0af34e1ad04b5e65db3902dce7d9f04dbca1
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: Improve isearch hl appearance.
---
 anti-zenburn-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 1704c9d..9aa2854 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -104,9 +104,9 @@
    `(match ((t (:background ,azenburn-bg-1 :foreground ,azenburn-light-blue 
:weight bold))))
 
    ;; faces used by isearch
-   `(isearch ((t (:foreground ,azenburn-dark-blue :background 
,azenburn-bg-1))))
+   `(isearch ((t (:foreground ,azenburn-dark-blue-2 :weight bold :background 
,azenburn-bg-1))))
    `(isearch-fail ((t (:foreground ,azenburn-fg :background 
,azenburn-blue-4))))
-   `(lazy-highlight ((t (:foreground ,azenburn-dark-blue :background 
,azenburn-bg+2))))
+   `(lazy-highlight ((t (:foreground ,azenburn-dark-blue-2 :weight bold 
:background ,azenburn-bg-05))))
 
    `(menu ((t (:foreground ,azenburn-fg :background ,azenburn-bg))))
    `(minibuffer-prompt ((t (:foreground ,azenburn-dark-blue))))
@@ -633,7 +633,7 @@
    '(term-default-bg-color ((t (:inherit term-color-black))))
 
    ;; volatile-highlights
-   `(vhl/default-face ((t (:background ,azenburn-bg+1))))
+   `(vhl/default-face ((t (:background ,azenburn-bg-05))))
 
    ;; emacs-w3m
    `(w3m-anchor ((t (:foreground ,azenburn-dark-blue :underline t



reply via email to

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