emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inkpot-theme 984df64e75 015/104: Correct error color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 984df64e75 015/104: Correct error color
Date: Thu, 7 Jul 2022 12:01:01 -0400 (EDT)

branch: elpa/inkpot-theme
commit 984df64e75ce688d851129d71ee73be27100da54
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Correct error color
---
 inkpot-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 378ad5792e..29f878ade0 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -40,7 +40,7 @@
         '(font-lock-string-face ((t (:foreground "#ffcd8b" :background 
"#404040"))))
         '(font-lock-type-face ((t (:foreground "#ff8bff"))))
         '(font-lock-variable-name-face ((t nil)))
-        '(font-lock-warning-face ((t (:foreground "#ffffff" :background 
"#ff0000"))))
+        '(font-lock-warning-face ((t (:foreground "#ffffff" :background 
"#6e2e2e"))))
         '(w3m-anchor ((t (:foreground "#c080d0"))))
         '(info-xref ((t (:foreground "#409090"))))
         '(info-menu-star ((t (:foreground "#409090"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]