branch: elpa/moe-theme commit f6a6348b67168435b2761addf174515a826e1ea5 Author: kuanyui <azazabc...@gmail.com> Commit: kuanyui <azazabc...@gmail.com>
Flycheck and Malabar --- moe-dark-theme.el | 9 +++++++++ moe-light-theme.el | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/moe-dark-theme.el b/moe-dark-theme.el index 5cf999d351..93b3503e30 100644 --- a/moe-dark-theme.el +++ b/moe-dark-theme.el @@ -510,6 +510,15 @@ Moe, moe, kyun!") `(flymake-warnline ((,class (:underline ,orange-2)))) `(flymake-errline ((,class (:underline ,red-2)))) + ;; Flycheck + `(flycheck-error ((,class (:background ,red-2 :foreground ,white-0 :bold t)))) + `(flycheck-warnline ((,class (:background ,orange-2 :foreground ,white-0 :bold t)))) + + ;; Malabar + `(malabar-error-face ((,class (:underline ,red-2)))) + `(malabar-warning-face ((,class (:underline ,orange-2)))) + `(malabar-info-face ((,class (:underline ,blue-2)))) + ;; MMM-Mode `(mmm-cleanup-submode-face ((,class (:background ,orange-00)))) `(mmm-code-submode-face ((,class (:background ,blue-00)))) diff --git a/moe-light-theme.el b/moe-light-theme.el index dce2e78b56..a4900c3ee7 100644 --- a/moe-light-theme.el +++ b/moe-light-theme.el @@ -509,6 +509,15 @@ Moe, moe, kyun!") `(flymake-warnline ((,class (:underline ,orange-2)))) `(flymake-errline ((,class (:underline ,red-2)))) + ;; Flycheck + `(flycheck-error ((,class (:background ,red-2 :foreground ,white-0 :bold t)))) + `(flycheck-warnline ((,class (:background ,orange-2 :foreground ,white-0 :bold t)))) + + ;; Malabar + `(malabar-error-face ((,class (:underline ,red-2)))) + `(malabar-warning-face ((,class (:underline ,orange-2)))) + `(malabar-info-face ((,class (:underline ,blue-2)))) + ;; MMM-Mode `(mmm-cleanup-submode-face ((,class (:background ,orange-00)))) `(mmm-code-submode-face ((,class (:background ,blue-00)))) @@ -617,7 +626,7 @@ Moe, moe, kyun!") 'moe-light `(ansi-color-names-vector [,black-5 ,red-0 ,green-2 ,yellow-1 ,blue-1 ,purple-1 ,blue-0 ,white-0]))) -;; fix wrong default face +;; fix wrong default face under GUI version Emacs (if window-system (progn (set-background-color "#fdfde7")