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

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

[nongnu] elpa/inkpot-theme 1b6bca5928 075/104: Add success & warning fac


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 1b6bca5928 075/104: Add success & warning faces
Date: Thu, 7 Jul 2022 12:01:23 -0400 (EDT)

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

    Add success & warning faces
---
 inkpot-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 9df4c3850f..6a02e9fbfb 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -125,6 +125,8 @@
    `(escape-glyph ((t (:foreground ,ip-slate-lite+17.7)))) ;; Not matching 
gvim, just nice color.
    `(fringe ((t (:background ,ip-grey+18 :foreground ,ip-slate-lite+17.7))))
    `(highlight ((t (:background ,ip-grey+25))))
+   `(success ((t (:foreground ,ip-green-bright))))
+   `(warning ((t (:foreground ,ip-white :background ,ip-brown-mid+13))))
 
    ;; Default (font-lock)
    `(font-lock-builtin-face ((t (:foreground ,ip-pink-light))))



reply via email to

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