branch: elpa/anti-zenburn-theme
commit 9d8ff2fdfdc29629a89a8239fd19f9f63f1ab57e
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
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))