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

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

[nongnu] elpa/gotham-theme 76a2ba92ff 027/214: Add term


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 76a2ba92ff 027/214: Add term
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

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

    Add term
---
 gotham-theme.el | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 1b5eb59c62..c530eb28eb 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -194,6 +194,18 @@ depending on DISPLAY for keys which are either :foreground 
or
    (show-paren-match :foreground base2 :background orange :weight normal 
:inverse-video unspecified)
    (show-paren-mismatch :foreground base2 :background red :weight normal 
:inverse-video unspecified)
 
+   ;; term
+   (term-color-black :foreground black :background black)
+   (term-color-red :foreground red :background red)
+   (term-color-green :foreground green :background green)
+   (term-color-yellow :foreground yellow :background yellow)
+   (term-color-blue :foreground blue :background blue)
+   (term-color-magenta :foreground magenta :background magenta)
+   (term-color-cyan :foreground cyan :background cyan)
+   (term-color-white :foreground base6 :background base6)
+   (term-default-fg-color :inherit term-color-white)
+   (term-default-bg-color :inherit term-color-black)
+
    ;; which-func-mode
    (which-func :foreground orange)
 
@@ -239,7 +251,6 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
-
    ;; rainbow-delimiters
    (rainbow-delimiters-depth-1-face :foreground base6)
    (rainbow-delimiters-depth-2-face :foreground red)



reply via email to

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