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

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

[nongnu] elpa/alect-themes d31184a 006/269: ":bold t" pieces were replac


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes d31184a 006/269: ":bold t" pieces were replaced by ":weight bold".
Date: Thu, 21 Oct 2021 17:58:37 -0400 (EDT)

branch: elpa/alect-themes
commit d31184a7fd4e6bfcd5f204cd3bc444fcff3ea27b
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    ":bold t" pieces were replaced by ":weight bold".
    
    ":bold" is obsolete: <https://www.gnu.org/software/emacs/news/NEWS.21.1>
    ("*** Setting face attributes." section)
---
 alect-themes.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index c5e205a..b2541b7 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -147,7 +147,7 @@ color names and values."
                                 :underline t :weight normal))))
       (link-visited        ((t (:foreground ,(gc 'blue+2)
                                 :underline t :weight normal))))
-      (escape-glyph        ((t (:foreground ,(gc 'yellow) :bold t))))
+      (escape-glyph        ((t (:foreground ,(gc 'yellow) :weight bold))))
       (fringe              ((t (:foreground ,(gc 'gray)
                                 :background ,(gc 'bg-2)))))
       (header-line         ((t (:foreground ,(gc 'fg+2)
@@ -795,12 +795,12 @@ color names and values."
       (rcirc-server-prefix             ((t (:foreground ,(gc 'green+1)))))
       (rcirc-timestamp                 ((t (:foreground ,(gc 'green+2)))))
       (rcirc-nick-in-message           ((t (:foreground ,(gc 'yellow)))))
-      (rcirc-nick-in-message-full-line ((t (:bold t))))
-      (rcirc-prompt                    ((t (:foreground ,(gc 'yellow) :bold 
t))))
+      (rcirc-nick-in-message-full-line ((t (:weight bold))))
+      (rcirc-prompt                    ((t (:foreground ,(gc 'yellow) :weight 
bold))))
       (rcirc-track-nick                ((t (:inverse-video t))))
-      (rcirc-track-keyword             ((t (:bold t))))
-      (rcirc-url                       ((t (:bold t))))
-      (rcirc-keyword                   ((t (:foreground ,(gc 'yellow) :bold 
t))))
+      (rcirc-track-keyword             ((t (:weight bold))))
+      (rcirc-url                       ((t (:weight bold))))
+      (rcirc-keyword                   ((t (:foreground ,(gc 'yellow) :weight 
bold))))
 
       ;; rpm-mode
       (rpm-spec-dir-face           ((t (:foreground ,(gc 'green)))))



reply via email to

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