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

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

[elpa] externals/ef-themes dfa3e75db9 118/281: Add support for term


From: ELPA Syncer
Subject: [elpa] externals/ef-themes dfa3e75db9 118/281: Add support for term
Date: Tue, 16 Aug 2022 16:58:24 -0400 (EDT)

branch: externals/ef-themes
commit dfa3e75db9d58e8b0619fc3f44e730ea0647826c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for term
---
 ef-themes.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 0f843dbce7..b1495e3364 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -701,6 +701,18 @@ When called from Lisp, THEME is a symbol."
     `(tab-bar-tab-group-inactive ((,c :background ,bg-alt :box (:line-width (2 
. -2) :color ,border))))
     `(tab-bar-tab ((,c :inherit bold :box (:line-width (2 . -2) :style 
flat-button) :background ,bg-main :foreground ,fg-main)))
     `(tab-bar-tab-inactive ((,c :box (:line-width (2 . -2) :style flat-button) 
:background ,bg-dim :foreground ,fg-alt)))
+;;;; term
+    `(term ((,c :background ,bg-main :foreground ,fg-main)))
+    `(term-bold ((,c :inherit bold)))
+    `(term-color-black ((,c :background "black" :foreground "black")))
+    `(term-color-blue ((,c :background ,blue :foreground ,blue)))
+    `(term-color-cyan ((,c :background ,cyan :foreground ,cyan)))
+    `(term-color-green ((,c :background ,green :foreground ,green)))
+    `(term-color-magenta ((,c :background ,magenta :foreground ,magenta)))
+    `(term-color-red ((,c :background ,red :foreground ,red)))
+    `(term-color-white ((,c :background "white" :foreground "white")))
+    `(term-color-yellow ((,c :background ,yellow :foreground ,yellow)))
+    `(term-underline ((,c :underline t)))
 ;;;; transient
     `(transient-active-infix ((,c :background ,bg-hover-alt)))
     `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer)))



reply via email to

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