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

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

[nongnu] elpa/telephone-line 6e4e1e648b 151/195: Use built-in faces in f


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 6e4e1e648b 151/195: Use built-in faces in flycheck-segment.
Date: Wed, 5 Jan 2022 02:59:41 -0500 (EST)

branch: elpa/telephone-line
commit 6e4e1e648b0206c017bee467f3cc6a9ecddaaa76
Author: Ogden Webb <ogdenwebb@gmail.com>
Commit: GitHub <noreply@github.com>

    Use built-in faces in flycheck-segment.
---
 telephone-line-segments.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 398a30573f..a913e1ed39 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -241,14 +241,14 @@ Inspired by doom-modeline."
                                     (if (or .error .warning)
                                         (propertize (format "Problems: %s/%s"
                                                             (or .error 0) (or 
.warning 0))
-                                                    'face '(:foreground 
"orange"))
+                                                    'face 'warning))
                                       ""))
                                 (propertize ":)" 'face 
'telephone-line-unimportant)))
                    ('running     "*")
                    ('no-checker  (propertize "-" 'face 
'telephone-line-unimportant))
                    ('not-checked "=")
-                   ('errored     (propertize "!" 'face '(:foreground 
"tomato")))
-                   ('interrupted (propertize "." 'face '(:foreground 
"tomato")))
+                   ('errored     (propertize "!" 'face 'error))
+                   ('interrupted (propertize "." 'face 'error))
                    ('suspicious  "?"))))
       (propertize text
                   'help-echo (pcase flycheck-last-status-change



reply via email to

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