From c80055970ca29a7f09bfaf4af3484a5f84fb8b9a Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 29 Dec 2022 19:24:24 -0500 Subject: [PATCH] Improve color consistency for solaire-hl-line-face --- adwaita-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index dd5d5f4..68b09d4 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -779,7 +779,7 @@ ;; solaire-mode `(solaire-default-face ((,class (:inherit default :background ,bg-alt)))) - `(solaire-hl-line-face ((,class (:inherit hl-line :background ,bg)))) + `(solaire-hl-line-face ((,class (:inherit hl-line :background ,base-3)))) ;; swiper `(swiper-line-face ((,class (:background ,blue :foreground ,base-0))))