From 3f17e2667810922727ecb0d4259c8235707e723e Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 9 Jul 2026 10:32:22 -0400 Subject: [PATCH] set up highlight and region to be more visible --- themes/eng-paper-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/eng-paper-theme.el b/themes/eng-paper-theme.el index 5b02069..87980cf 100644 --- a/themes/eng-paper-theme.el +++ b/themes/eng-paper-theme.el @@ -52,13 +52,13 @@ `(scroll-bar ((,class (:foreground ,light-green :background ,safety-green)))) `(region - ((,class (:foreground unspecified :background unspecified :box t :extend t)))) + ((,class (:foreground unspecified :background ,hi-vis-yellow :extend t)))) `(shadow ((,class (:foreground ,text :weight light)))) `(match ((,class (:background ,hi-vis-yellow)))) `(highlight - ((,class (:foreground unspecified :box t)))) + ((,class (:foreground unspecified :background ,traffic-white)))) `(show-paren-match ((,class (:foreground unspecified :background unspecified :underline t)))) `(link -- 2.39.5