From 17835a8cd191fcde4d09814fb4aec9c2bc154000 Mon Sep 17 00:00:00 2001 From: rush Date: Wed, 12 Aug 2026 10:58:08 -0400 Subject: [PATCH] better howm colors --- themes/eng-paper-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/eng-paper-theme.el b/themes/eng-paper-theme.el index 87980cf..4297b6c 100644 --- a/themes/eng-paper-theme.el +++ b/themes/eng-paper-theme.el @@ -176,7 +176,7 @@ `(howm-mode-ref-face ((,class (:foreground ,precaution-blue)))) `(howm-mode-keyword-face - ((,class (:foreground ,traffic-white :background ,precaution-blue)))) + ((,class (:foreground ,precaution-blue :background ,hi-vis-yellow)))) ;;; Misc. other packages `(corfu-default ((,class (:inherit default)))) -- 2.39.5