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

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

[nongnu] elpa/apropospriate-theme 457cbfc 012/118: lighten red color in


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 457cbfc 012/118: lighten red color in ansi vectors
Date: Thu, 21 Oct 2021 18:02:13 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 457cbfc1b2d663ca31191dd1a86abe8f83a7a2c2
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    lighten red color in ansi vectors
---
 apropospriate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index c2b003d..0907505 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -487,9 +487,9 @@
      `(tabbar-background-color ,base00-2)
 
      `(ansi-color-names-vector
-       [,base00 ,red ,green ,yellow ,blue ,purple ,cyan ,base03])
+       [,base00 ,red-1 ,green ,yellow ,blue ,purple ,cyan ,base03])
      `(ansi-term-color-vector
-       [unspecified ,base00 ,red ,green ,yellow ,blue ,purple ,cyan 
,base03]))))
+       [unspecified ,base00 ,red-1 ,green ,yellow ,blue ,purple ,cyan 
,base03]))))
 
 ;;;###autoload
 (and load-file-name



reply via email to

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