branch: elpa/moe-theme
commit b0abe5bf165c8801d982a64f875808d98081e51b
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Add compilation.
---
moe-dark-theme.el | 12 +++++++++++-
moe-light-theme.el | 10 ++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 24741a49c6..36d9d2dff6 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -698,7 +698,17 @@ Moe, moe, kyun!")
;; table
`(table-cell ((,class (:foreground ,white-0 :background ,black-3))))
- ;; Custom
+ ;; compilation
+ `(compilation-column-number ((,class (:foreground ,green-2))))
+ `(compilation-error ((,class (:foreground ,red-3 :background ,red-0 :bold
t))))
+ `(compilation-info ((,class (:foreground ,orange-1))))
+ `(compilation-line-number ((,class (:foreground ,blue-1))))
+ `(compilation-mode-line-exit ((,class (:foreground ,green-4 :background
,green-0 :bold t))))
+ `(compilation-mode-line-fail ((,class (:foreground ,red-3 :background
,red-00 :bold t))))
+ `(compilation-mode-line-run ((,class (:foreground ,orange-4 :background
,orange-00 :bold t))))
+ `(compilation-warning ((,class (:foreground ,orange-3))))
+
+ ;; Custom
`(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
:box (:line-width 1 :style
released-button)))))
`(custom-button-mouse ((,class (:background ,blue-00 :foreground ,black-3
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 93702f3451..a57a14878d 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -693,6 +693,16 @@ Moe, moe, kyun!")
`(widget-inactive ((,class (:foreground ,white-4))))
`(widget-single-line-field ((,class (:foreground ,black-6 :background
,orange-2))))
+ ;; compilation
+ `(compilation-column-number ((,class (:foreground ,green-3))))
+ `(compilation-error ((,class (:foreground ,red-3 :background ,red-000 :bold
t))))
+ `(compilation-info ((,class (:foreground ,orange-2))))
+ `(compilation-line-number ((,class (:foreground ,blue-2))))
+ `(compilation-mode-line-exit ((,class (:foreground ,green-4 :background
,green-0 :bold t))))
+ `(compilation-mode-line-fail ((,class (:foreground ,red-3 :background
,red-00 :bold t))))
+ `(compilation-mode-line-run ((,class (:foreground ,orange-4 :background
,orange-00 :bold t))))
+ `(compilation-warning ((,class (:foreground ,orange-3))))
+
;; Custom
`(custom-button ((,class (:foreground ,white-0 :background ,black-3
:box (:line-width 1 :style
released-button)))))