From 2daa85bbcf279facf6dd09c36e1f23fd169c2de9 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 27 Aug 2017 20:33:15 +0100 Subject: [PATCH] Change colour of volatile highlights --- themes/havoc-common.el | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/havoc-common.el b/themes/havoc-common.el index 3f305e0..d127aa9 100644 --- a/themes/havoc-common.el +++ b/themes/havoc-common.el @@ -128,6 +128,7 @@ `(header-line ((t (:background, *mode-line-bg* :foreground, *normal*)))) ;; info header `(highlight ((t (:background, *current-line*)))) `(highlight-face ((t (:background, *current-line*)))) + `(vhl/default-face ((t (:background, *bg-2*)))) `(hl-line ((t (:background, *current-line* :underline t)))) `(info-xref ((t (:foreground, *keywords* :underline t)))) `(Info-quoted ((t (:foreground, *keywords*))))