From: rush Date: Thu, 9 Jul 2026 14:32:22 +0000 (-0400) Subject: set up highlight and region to be more visible X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3f17e2667810922727ecb0d4259c8235707e723e;p=emacsinit.git set up highlight and region to be more visible --- 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