branch: elpa/color-theme-tangotango
commit 2293311166308a76bda691898b6952921bb95da9
Merge: e2f2ea9 1aae592
Author: Julien Barnier <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #15 from fapdash/add-term-colors
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"))))