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

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

[nongnu] elpa/cyberpunk-theme 000f2ca 124/132: Fix term/ansi-term defaul


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 000f2ca 124/132: Fix term/ansi-term default colors
Date: Thu, 21 Oct 2021 18:04:03 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 000f2caf6fc3417ff39f9a2829a34e1ccb2090fa
Author: Winston Weinert <winston@ml1.net>
Commit: Winston Weinert <winston@ml1.net>

    Fix term/ansi-term default colors
---
 cyberpunk-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 45eaf2f..3023009 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -749,8 +749,12 @@
                                            :background ,cyberpunk-blue))))
    `(term-color-white ((,class (:foreground ,cyberpunk-fg
                                             :background ,cyberpunk-bg-1))))
+   ;; term-default-fg-color & term-default-bg-color are obsolete, kept
+   ;; here for compatibility reasons.
    `(term-default-fg-color ((,class (:inherit term-color-white))))
    `(term-default-bg-color ((,class (:inherit term-color-black))))
+   ;; Used in 24.3 and later to replace above.
+   `(term ((,class (:foreground ,cyberpunk-fg :background ,cyberpunk-bg))))
 
    ;; volatile-highlights
    `(vhl/default-face ((,class (:background ,cyberpunk-gray-5))))



reply via email to

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