branch: elpa/gruber-darker-theme
commit 759dc645e582ba8b21eca30129b0d43d8f8dd65c
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Made compilation-error face brighter.
---
 gruber-darker-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index a8a0eece3d..a392b7d861 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -107,7 +107,7 @@
    `(compilation-warning ((t ,(list :foreground gruber-darker-brown
                                     :bold t
                                     :inherit nil))))
-   `(compilation-error ((t (:foreground ,gruber-darker-red))))
+   `(compilation-error ((t (:foreground ,gruber-darker-red+1))))
    `(compilation-mode-line-fail ((t ,(list :foreground gruber-darker-red
                                            :weight 'bold
                                            :inherit nil))))

Reply via email to