From e4a0b8d5a9aeb965b052cc9c1cca45236e1aec2d Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 03:50:01 -0500 Subject: [PATCH] Fix highlight face color --- 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 c9166f7..adabbc9 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -156,7 +156,7 @@ `(success ((,class (:foreground ,green)))) `(fringe ((,class (:inherit default :foreground ,base-4)))) `(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg)))) - `(highlight ((,class (:background ,orange :foreground ,base-0 :distant-foreground ,base-8)))) + `(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8)))) `(lazy-highlight ((,class (:inherit highlight)))) `(cursor ((,class (:background ,fg)))) `(shadow ((,class (:foreground ,base-5))))