[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
- [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours, (continued)
- [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 277c202 099/110: Review ELFEED faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2101557 105/110: Use less intense foreground for fringe indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d68b1e3 031/110: Major review of SMERGE faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0c4f871 029/110: Major review of EDIFF (superior UI/semantics), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5107407 059/110: Internal: convert two defmacro into defun, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1921e3b 088/110: Use web-friendly href for README table of contents, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slanted text for Git commits (Magit), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e0c57fe 084/110: Add support for VTERM,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 66416bc 092/110: Tweak `message-mml' face, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 35fbfb7 032/110: Expand and refine MAGIT faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5767a3d 037/110: Add support for WINUM, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a5f8651 036/110: Add support for FORGE (magit issue tracker), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to new 3D modeline option, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a395411 070/110: Review linter faces (FLYCHECK and FLYMAKE), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43f0136 082/110: Allow `org-quote' to use optional slanted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EGLOT, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1f193c5 100/110: Internal: some indentation corrections, Stefan Monnier, 2020/04/29