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

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

[nongnu] elpa/ample-theme 8fbae3a 127/137: Add faces for ansi-term for a


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 8fbae3a 127/137: Add faces for ansi-term for all themes
Date: Thu, 21 Oct 2021 18:00:31 -0400 (EDT)

branch: elpa/ample-theme
commit 8fbae3a9965f933c487f4cfdf2d881753d9feeb1
Author: Warren Harper <warrenjharper@gmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Add faces for ansi-term for all themes
---
 ample-flat-theme.el  | 12 ++++++++++++
 ample-light-theme.el | 12 ++++++++++++
 ample-theme.el       | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index cfe2ea1..6ec1a27 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -156,6 +156,18 @@
    ;; shell
    `(comint-highlight-prompt ((t (:foreground ,ample/green))))
 
+    ;; term
+   `(term-color-black ((t (:foreground ,ample/darkest-gray :background 
,ample/darkest-gray))))
+   `(term-color-red ((t (:foreground ,ample/red :background ,ample/red))))
+   `(term-color-green ((t (:foreground ,ample/green :background 
,ample/green))))
+   `(term-color-yellow ((t (:foreground ,ample/yellow :background 
,ample/yellow))))
+   `(term-color-blue ((t (:foreground ,ample/blue :background ,ample/blue))))
+   `(term-color-magenta ((t (:foreground ,ample/purple :background 
,ample/purple))))
+   `(term-color-cyan ((t (:foreground ,ample/lighter-blue :background 
,ample/lighter-blue))))
+   `(term-color-white ((t (:foreground ,ample/fg :background ,ample/fg))))
+   `(term-default-fg-color ((t (:inherit ample/fg))))
+   `(term-default-bg-color ((t (:inherit ample/bg))))
+
    ;; erc
    `(erc-nick-default-face ((t (:foreground ,ample/blue))))
    `(erc-my-nick-face ((t (:foreground ,ample/yellow))))
diff --git a/ample-light-theme.el b/ample-light-theme.el
index fd888ab..b021b90 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -161,6 +161,18 @@
    ;; shell
    `(comint-highlight-prompt ((t (:foreground ,ample/green))))
 
+   ;; term
+   `(term-color-black ((t (:foreground ,ample/darkest-gray :background 
,ample/darkest-gray))))
+   `(term-color-red ((t (:foreground ,ample/red :background ,ample/red))))
+   `(term-color-green ((t (:foreground ,ample/green :background 
,ample/green))))
+   `(term-color-yellow ((t (:foreground ,ample/yellow :background 
,ample/yellow))))
+   `(term-color-blue ((t (:foreground ,ample/blue :background ,ample/blue))))
+   `(term-color-magenta ((t (:foreground ,ample/purple :background 
,ample/purple))))
+   `(term-color-cyan ((t (:foreground ,ample/lighter-blue :background 
,ample/lighter-blue))))
+   `(term-color-white ((t (:foreground ,ample/fg :background ,ample/fg))))
+   `(term-default-fg-color ((t (:inherit ample/fg))))
+   `(term-default-bg-color ((t (:inherit ample/bg))))
+
    ;; erc
    `(erc-nick-default-face ((t (:foreground ,ample/blue))))
    `(erc-my-nick-face ((t (:foreground ,ample/yellow))))
diff --git a/ample-theme.el b/ample-theme.el
index 18b14f6..7150be9 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -165,6 +165,18 @@
    ;; shell
    `(comint-highlight-prompt ((t (:foreground ,ample/green))))
 
+   ;; term
+   `(term-color-black ((t (:foreground ,ample/darkest-gray :background 
,ample/darkest-gray))))
+   `(term-color-red ((t (:foreground ,ample/red :background ,ample/red))))
+   `(term-color-green ((t (:foreground ,ample/green :background 
,ample/green))))
+   `(term-color-yellow ((t (:foreground ,ample/yellow :background 
,ample/yellow))))
+   `(term-color-blue ((t (:foreground ,ample/blue :background ,ample/blue))))
+   `(term-color-magenta ((t (:foreground ,ample/purple :background 
,ample/purple))))
+   `(term-color-cyan ((t (:foreground ,ample/lighter-blue :background 
,ample/lighter-blue))))
+   `(term-color-white ((t (:foreground ,ample/fg :background ,ample/fg))))
+   `(term-default-fg-color ((t (:inherit ample/fg))))
+   `(term-default-bg-color ((t (:inherit ample/bg))))
+
    ;; erc
    `(erc-nick-default-face ((t (:foreground ,ample/blue))))
    `(erc-my-nick-face ((t (:foreground ,ample/yellow))))



reply via email to

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