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

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

[nongnu] elpa/color-theme-tangotango 1aae592 57/58: Add terminal colors


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 1aae592 57/58: Add terminal colors
Date: Thu, 21 Oct 2021 18:03:05 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 1aae59213f6e535f862a5ecd43b9e3ca0ecd870a
Author: fap <fapdash@users.noreply.github.com>
Commit: fap <fapdash@users.noreply.github.com>

    Add terminal colors
---
 color-theme-tangotango.el | 8 ++++++++
 tangotango-theme.el       | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 828105e..0475b58 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -235,6 +235,14 @@
      (rpm-spec-section-face ((t (:foreground "#8ae234" :underline t :weight 
bold))))
      (rpm-spec-tag-face ((t (:foreground "dodger blue" :weight bold))))
      (rpm-spec-var-face ((t (:foreground "tomato"))))
+     (term-color-black ((t (:foreground "black" :background "black"))))
+     (term-color-blue ((t (:foreground "dodger blue" :background "dodger 
blue"))))
+     (term-color-cyan ((t (:foreground "light cyan" :background "light 
cyan"))))
+     (term-color-green ((t (:foreground "#6ac214" :background "#6ac214"))))
+     (term-color-magenta ((t (:foreground "magenta3" :background "magenta3"))))
+     (term-color-red ((t (:foreground "#a40000" :background "#a40000"))))
+     (term-color-white ((t (:foreground "#eeeeec" :background "#eeeeec"))))
+     (term-color-yellow ((t (:foreground "#edd400" :background "#edd400"))))
      ;; regexp metachars
      (font-lock-negation-char-face ((t (:foreground "#6ac214"))))
      (font-lock-regexp-grouping-construct ((t (:foreground "#edd400"))))
diff --git a/tangotango-theme.el b/tangotango-theme.el
index b321e2d..9af4a1b 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -228,6 +228,14 @@
  `(rpm-spec-section-face ((t (:foreground "#8ae234" :underline t :weight 
bold))))
  `(rpm-spec-tag-face ((t (:foreground "dodger blue" :weight bold))))
  `(rpm-spec-var-face ((t (:foreground "tomato"))))
+ `(term-color-black ((t (:foreground "black" :background "black"))))
+ `(term-color-blue ((t (:foreground "dodger blue" :background "dodger blue"))))
+ `(term-color-cyan ((t (:foreground "light cyan" :background "light cyan"))))
+ `(term-color-green ((t (:foreground "#6ac214" :background "#6ac214"))))
+ `(term-color-magenta ((t (:foreground "magenta3" :background "magenta3"))))
+ `(term-color-red ((t (:foreground "#a40000" :background "#a40000"))))
+ `(term-color-white ((t (:foreground "#eeeeec" :background "#eeeeec"))))
+ `(term-color-yellow ((t (:foreground "#edd400" :background "#edd400"))))
  ;; regexp metachars
  `(font-lock-negation-char-face ((t (:foreground "#6ac214"))))
  `(font-lock-regexp-grouping-construct ((t (:foreground "#edd400"))))



reply via email to

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