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

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

[nongnu] elpa/alect-themes 6b0b303 177/269: Modify 'term' faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6b0b303 177/269: Modify 'term' faces
Date: Thu, 21 Oct 2021 17:59:14 -0400 (EDT)

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

    Modify 'term' faces
---
 alect-themes.el | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index c9a4234..30809e9 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1468,24 +1468,22 @@ For INVERT, see `alect-get-color'."
                                        :foreground ,(gc 'red+2))))
 
          ;; term
-         (term-color-black       ((,c :foreground ,(gc 'bg-1)
-                                      :background ,(gc 'bg-2))))
-         (term-color-red         ((,c :foreground ,(gc 'yellow+2)
-                                      :background ,(gc 'red-2))))
-         (term-color-green       ((,c :foreground ,(gc 'green)
-                                      :background ,(gc 'green+2))))
-         (term-color-yellow      ((,c :foreground ,(gc 'fg-2)
-                                      :background ,(gc 'yellow))))
-         (term-color-blue        ((,c :foreground ,(gc 'blue-1)
-                                      :background ,(gc 'cyan+1))))
-         (term-color-magenta     ((,c :foreground ,(gc 'magenta)
+         (term-color-black       ((,c :foreground ,(gc 'gray+2)
+                                      :background ,(gc 'gray+2))))
+         (term-color-white       ((,c :foreground ,(gc 'gray-2)
+                                      :background ,(gc 'gray-2))))
+         (term-color-red         ((,c :foreground ,(gc 'red+1)
                                       :background ,(gc 'red))))
+         (term-color-green       ((,c :foreground ,(gc 'green+1)
+                                      :background ,(gc 'green))))
+         (term-color-yellow      ((,c :foreground ,(gc 'yellow-1)
+                                      :background ,(gc 'yellow+1))))
+         (term-color-blue        ((,c :foreground ,(gc 'blue)
+                                      :background ,(gc 'blue-1))))
+         (term-color-magenta     ((,c :foreground ,(gc 'magenta+1)
+                                      :background ,(gc 'magenta))))
          (term-color-cyan        ((,c :foreground ,(gc 'cyan)
-                                      :background ,(gc 'blue))))
-         (term-color-white       ((,c :foreground ,(gc 'fg+1)
-                                      :background ,(gc 'bg+2))))
-         (term-default-fg-color  ((,c :inherit term-color-white)))
-         (term-default-bg-color  ((,c :inherit term-color-black)))
+                                      :background ,(gc 'cyan+1))))
 
          ;; vc
          (vc-up-to-date-state    ((,c :foreground ,(gc 'green-1))))



reply via email to

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