branch: elpa/moe-theme
commit 47d27ee38ea8004b3a3abbeb3e5eca656d37aba4
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Add ansi-term.
---
moe-dark-theme.el | 10 ++++++++++
moe-light-theme.el | 12 +++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 70ae0c5ba3..6ef2443027 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -504,6 +504,16 @@ Moe, moe, kyun!")
`(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-0))))
`(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
`(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2
:bold t))))
+
+ ;; ansi-term
+ `(term-color-black ((,class (:background ,black-5 :foreground ,black-5))))
+ `(term-color-blue ((,class (:background ,cyan-3 :foreground ,cyan-3))))
+ `(term-color-cyan ((,class (:background ,cyan-3 :foreground ,cyan-3))))
+ `(term-color-green ((,class (:background ,green-2 :foreground ,green-2))))
+ `(term-color-magenta ((,class (:background ,magenta-3 :foreground
,magenta-3))))
+ `(term-color-red ((,class (:background ,red-1 :foreground ,red-1))))
+ `(term-color-white ((,class (:background ,white-0 :foreground ,white-0))))
+ `(term-color-yellow ((,class (:background ,orange-2 :foreground
,orange-2))))
)
(custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index cdbde45f97..a746ee6d76 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -504,11 +504,21 @@ Moe, moe, kyun!")
`(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-3))))
`(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
`(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2
:bold t))))
+
+ ;; ansi-term
+ `(term-color-black ((,class (:background ,black-5 :foreground ,black-5))))
+ `(term-color-blue ((,class (:background ,blue-1 :foreground ,blue-1))))
+ `(term-color-cyan ((,class (:background ,cyan-3 :foreground ,cyan-3))))
+ `(term-color-green ((,class (:background ,green-2 :foreground ,green-2))))
+ `(term-color-magenta ((,class (:background ,magenta-3 :foreground
,magenta-3))))
+ `(term-color-red ((,class (:background ,red-2 :foreground ,red-2))))
+ `(term-color-white ((,class (:background ,white-0 :foreground ,white-0))))
+ `(term-color-yellow ((,class (:background ,orange-2 :foreground
,orange-2))))
)
(custom-theme-set-variables
'moe-light
- `(ansi-color-names-vector [,black-5 ,red-0 ,green-0 ,yellow-1
+ `(ansi-color-names-vector [,black-5 ,red-0 ,green-2 ,yellow-1
,blue-1 ,purple-1 ,blue-0 ,white-0])))
;; fix wrong default face
(if window-system