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

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

[elpa] externals/modus-vivendi-theme e0c57fe 084/110: Add support for VT


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme e0c57fe 084/110: Add support for VTERM
Date: Wed, 29 Apr 2020 21:40:12 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit e0c57fe5a641b20d32233850bc65b46375673eb8
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for VTERM
---
 README.org              |  1 +
 modus-operandi-theme.el | 13 +++++++++++++
 modus-vivendi-theme.el  | 13 +++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/README.org b/README.org
index 0f91b29..03df4de 100644
--- a/README.org
+++ b/README.org
@@ -525,6 +525,7 @@ the "full support" may not be 100% true…
 + visible-mark
 + visual-regexp
 + volatile-highlights
++ vterm
 + wcheck-mode
 + web-mode
 + wgrep
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 256b253..02ad7e2 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -277,6 +277,7 @@
 ;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
+;;     vterm
 ;;     wcheck-mode
 ;;     web-mode
 ;;     wgrep
@@ -3010,6 +3011,18 @@ AMOUNT is a customisation option."
    ;;;; volatile-highlights
    `(vhl/default-face ((,class (,@(and (>= emacs-major-version 27) '(:extend 
t))
                                 :background ,bg-alt :foreground 
,blue-nuanced))))
+   ;;;; vterm
+   `(vterm-color-black ((,class (:background "black" :foreground "black"))))
+   `(vterm-color-blue ((,class (:background ,blue :foreground ,blue))))
+   `(vterm-color-cyan ((,class (:background ,cyan :foreground ,cyan))))
+   `(vterm-color-default ((,class (:background ,bg-main :foreground 
,fg-main))))
+   `(vterm-color-green ((,class (:background ,green :foreground ,green))))
+   `(vterm-color-inverse-video ((,class (:background ,bg-main :inverse-video 
t))))
+   `(vterm-color-magenta ((,class (:background ,magenta :foreground 
,magenta))))
+   `(vterm-color-red ((,class (:background ,red :foreground ,red))))
+   `(vterm-color-underline ((,class (:foreground ,fg-special-warm :underline 
t))))
+   `(vterm-color-white ((,class (:background "white" :foreground "white"))))
+   `(vterm-color-yellow ((,class (:background ,yellow :foreground ,yellow))))
    ;;;; wcheck-mode
    `(wcheck-default-face ((,class (:foreground ,red :underline t))))
    ;;;; web-mode
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e36361a..b4c042d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -277,6 +277,7 @@
 ;;     visible-mark
 ;;     visual-regexp
 ;;     volatile-highlights
+;;     vterm
 ;;     wcheck-mode
 ;;     web-mode
 ;;     wgrep
@@ -3010,6 +3011,18 @@ AMOUNT is a customisation option."
    ;;;; volatile-highlights
    `(vhl/default-face ((,class (,@(and (>= emacs-major-version 27) '(:extend 
t))
                                 :background ,bg-alt :foreground 
,blue-nuanced))))
+   ;;;; vterm
+   `(vterm-color-black ((,class (:background "black" :foreground "black"))))
+   `(vterm-color-blue ((,class (:background ,blue :foreground ,blue))))
+   `(vterm-color-cyan ((,class (:background ,cyan :foreground ,cyan))))
+   `(vterm-color-default ((,class (:background ,bg-main :foreground 
,fg-main))))
+   `(vterm-color-green ((,class (:background ,green :foreground ,green))))
+   `(vterm-color-inverse-video ((,class (:background ,bg-main :inverse-video 
t))))
+   `(vterm-color-magenta ((,class (:background ,magenta :foreground 
,magenta))))
+   `(vterm-color-red ((,class (:background ,red :foreground ,red))))
+   `(vterm-color-underline ((,class (:foreground ,fg-special-warm :underline 
t))))
+   `(vterm-color-white ((,class (:background "white" :foreground "white"))))
+   `(vterm-color-yellow ((,class (:background ,yellow :foreground ,yellow))))  
 
    ;;;; wcheck-mode
    `(wcheck-default-face ((,class (:foreground ,red :underline t))))
    ;;;; web-mode



reply via email to

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