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

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

[nongnu] elpa/spacemacs-theme e04d1f2110: Fix (#194): ansi-color-names-v


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e04d1f2110: Fix (#194): ansi-color-names-vector is obsolete
Date: Wed, 17 Aug 2022 11:59:27 -0400 (EDT)

branch: elpa/spacemacs-theme
commit e04d1f21107a1565861625209bb9c46a7aa43cc5
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Fix (#194): ansi-color-names-vector is obsolete
---
 spacemacs-common.el | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 737b65681b..bda37b4abf 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -222,6 +222,16 @@ to 'auto, tags may not be properly aligned. "
      `(ahs-plugin-default-face ((,class (:background ,highlight))))
      `(ahs-plugin-default-face-unfocused ((,class (:background ,highlight))))
 
+;;;;; ansi-color
+     `(ansi-color-black ((,class (:background ,bg4 :foreground ,bg4))))
+     `(ansi-color-red ((,class (:background ,red :foreground ,red))))
+     `(ansi-color-green ((,class (:background ,green :foreground ,green))))
+     `(ansi-color-yellow ((,class (:background ,yellow :foreground ,yellow))))
+     `(ansi-color-blue ((,class (:background ,blue :foreground ,blue))))
+     `(ansi-color-magenta ((,class (:background ,magenta :foreground 
,magenta))))
+     `(ansi-color-cyan ((,class (:background ,cyan :foreground ,cyan))))
+     `(ansi-color-gray ((,class (:background ,base :foreground ,base))))
+
 ;;;;; anzu-mode
      `(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))
 
@@ -1017,7 +1027,7 @@ to 'auto, tags may not be properly aligned. "
     (custom-theme-set-variables
      theme-name
 
-;;;;; ansi-color-names
+;;;;; ansi-color-names (Obsolete since Emacs 28.1)
      `(ansi-color-names-vector [,bg4 ,red ,green ,yellow ,blue ,magenta ,cyan 
,base])
 
 ;;;;; hl-todo



reply via email to

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