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

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

[nongnu] elpa/anti-zenburn-theme 9d8ff2f 009/151: Fix face of highlighte


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 9d8ff2f 009/151: Fix face of highlighted line to not interfere with region.
Date: Thu, 21 Oct 2021 18:01:11 -0400 (EDT)

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

    Fix face of highlighted line to not interfere with region.
---
 anti-zenburn-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 7604420..b279b15 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -318,10 +318,10 @@
    `(helm-candidate-number ((t (:foreground ,azenburn-violet+4 :background 
,azenburn-bg-1))))
 
    ;; hl-line-mode
-   `(hl-line-face ((,class (:background ,azenburn-bg-1))
-                   (t :underline t)))
-   `(hl-line ((,class (:background ,azenburn-bg-1)) ; old emacsen
-              (t :underline t)))
+   `(hl-line-face ((,class (:background ,azenburn-bg-05))
+                   (t :weight bold)))
+   `(hl-line ((,class (:background ,azenburn-bg-05)) ; old emacsen
+              (t :weight bold)))
 
    ;; hl-sexp
    `(hl-sexp-face ((,class (:background ,azenburn-bg+1))



reply via email to

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