branch: externals/ef-themes commit 4307948cf829225b70da729c202d74cd7047bb8d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for vterm --- README.org | 1 + ef-themes.el | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.org b/README.org index 2bbf179c43..7adb146b2f 100644 --- a/README.org +++ b/README.org @@ -1266,6 +1266,7 @@ everything most users need. - tty-menu - vc (=vc-dir.el=, =vc-hooks.el=) - vertico +- vterm [Part of {{{development-version}}}.] - vundo [Part of {{{development-version}}}.] - wgrep - which-function-mode diff --git a/ef-themes.el b/ef-themes.el index c9f20f3aa5..aed2ba3f2a 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2120,6 +2120,18 @@ Optional prefix argument MAPPINGS has the same meaning as for ;;;; vertico `(vertico-current ((,c :background ,bg-completion))) `(vertico-group-title ((,c :inherit bold :foreground ,name))) +;;;;; vterm + `(vterm-color-black ((,c :background "gray35" :foreground "black"))) + `(vterm-color-blue ((,c :background ,blue-warmer :foreground ,blue))) + `(vterm-color-cyan ((,c :background ,cyan-cooler :foreground ,cyan))) + `(vterm-color-default ((,c :background ,bg-main :foreground ,fg-main))) + `(vterm-color-green ((,c :background ,green-cooler :foreground ,green))) + `(vterm-color-inverse-video ((,c :background ,bg-main :inverse-video t))) + `(vterm-color-magenta ((,c :background ,magenta-cooler :foreground ,magenta))) + `(vterm-color-red ((,c :background ,red-warmer :foreground ,red))) + `(vterm-color-underline ((,c :underline t))) + `(vterm-color-white ((,c :background "white" :foreground "gray65"))) + `(vterm-color-yellow ((,c :background ,yellow-warmer :foreground ,yellow))) ;;;; vundo `(vundo-default ((,c :inherit shadow))) `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground ,err)))