From 43fc591cac9e7ff5d42e9e8f8c27d2e7420ea180 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 25 Jul 2019 22:08:11 +0200 Subject: [PATCH] Change a light theme colour --- themes/havoc-common.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/havoc-common.el b/themes/havoc-common.el index 7f19bac..ff2b5c6 100644 --- a/themes/havoc-common.el +++ b/themes/havoc-common.el @@ -49,7 +49,7 @@ ;; Common heading/highlight colours. (*head-1* (if (eq variant 'dark) "#4F97D7" "#3A81C3")) - (*head-1-bg* (if (eq variant 'dark) "#333377" "#293239")) + (*head-1-bg* (if (eq variant 'dark) "#333377" "#90AECE")) (*head-2* (if (eq variant 'dark) "#2D9574" "#2D9574")) (*head-3* (if (eq variant 'dark) "#67B11D" "#67B11D")) (*head-4* (if (eq variant 'dark) "#AF81F4" "#AF81F4"))