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

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

[nongnu] elpa/spacemacs-theme 06a41d0327 309/336: Merge pull request #15


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 06a41d0327 309/336: Merge pull request #157 from jixiuf/master
Date: Fri, 14 Jan 2022 10:59:47 -0500 (EST)

branch: elpa/spacemacs-theme
commit 06a41d03274902bf16888b89db5a6ab6a054b11e
Merge: 1ece48b9f4 e9b117ee91
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #157 from jixiuf/master
    
    support vterm
---
 spacemacs-common.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index c527deacfd..e81a69ca07 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -886,6 +886,20 @@ to 'auto, tags may not be properly aligned. "
      `(term-color-white ((,class (:foreground ,base :background ,base))))
      `(term-color-yellow ((,class (:foreground ,yellow :background ,yellow))))
 
+;;;;; vterm
+     `(vterm-color-default ((,class (:foreground ,base :background ,bg1))))
+     ;; vterm-color-black used to render black color code.
+     ;; The foreground color is used as ANSI color 0 and the background
+     ;; color is used as ANSI color 8.
+     `(vterm-color-black ((,class (:foreground ,bg4 :background ,bg4))))
+     `(vterm-color-blue ((,class (:foreground ,blue :background ,blue))))
+     `(vterm-color-cyan ((,class (:foreground ,cyan :background ,cyan))))
+     `(vterm-color-green ((,class (:foreground ,green :background ,green))))
+     `(vterm-color-magenta ((,class (:foreground ,magenta :background 
,magenta))))
+     `(vterm-color-red ((,class (:foreground ,red  :background ,red))))
+     `(vterm-color-white ((,class (:foreground ,base  :background ,base))))
+     `(vterm-color-yellow ((,class (:foreground ,yellow   :background 
,yellow))))
+
 ;;;;; tide
      `(tide-hl-identifier-face ((,class (:foreground ,yellow :background 
,yellow-bg))))
 



reply via email to

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