branch: elpa/moe-theme
commit 72d12d733cd934903f3d28ca3279b1d58a7b2e77
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Fix issue #63.
---
moe-dark-theme.el | 2 +-
moe-light-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 2801aa08c1..1feb593b3d 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -811,7 +811,7 @@ Moe, moe, kyun!")
;; 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-info ((,class (:foreground ,orange-2 :background ,black-3))))
`(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))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 48735ef736..1b2cf81d7f 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -806,7 +806,7 @@ Moe, moe, kyun!")
;; 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-info ((,class (:foreground ,orange-2 :background ,white-1))))
`(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))))