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

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

[nongnu] elpa/gotham-theme a7e1ded2ae 084/214: Use correct symbol for bl


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme a7e1ded2ae 084/214: Use correct symbol for black color in M-x term
Date: Fri, 7 Jan 2022 17:58:44 -0500 (EST)

branch: elpa/gotham-theme
commit a7e1ded2aedf483e2ef95061416ad727c8d25db1
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Use correct symbol for black color in M-x term
    
    The symbol 'black was not known to the helper function transforming it
    to a color name, now it should work as expected with the correct shade
    of grey for M-x term.  Closes #13.
---
 gotham-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 5183b00322..fafbb4c7a7 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -313,7 +313,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (show-paren-mismatch :foreground base2 :background red :inverse-video nil)
 
    ;; term
-   (term-color-black :foreground black :background black)
+   (term-color-black :foreground base1 :background base1)
    (term-color-red :foreground red :background red)
    (term-color-green :foreground green :background green)
    (term-color-yellow :foreground yellow :background yellow)



reply via email to

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