branch: elpa/apropospriate-theme
commit 3e3396341e8f234151af5c123ed88c9af5f9f44f
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    make errors bold
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index d3456f9..b1e223b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -103,7 +103,7 @@
               (vertical-border :foreground ,base00+3)
               (widget-button :underline t)
               (widget-field :background ,base02 :box (:line-width 1 :color 
,base03))
-              (error :foreground ,red)
+              (error :foreground ,red :weight bold)
               (warning :foreground ,orange :weight bold)
               (success :foreground ,green :weight bold)
               (ace-jump-face-background :foreground ,base00+3)

Reply via email to