emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme bfa2c5593c 272/352: Partly revert "Fix issue #63


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme bfa2c5593c 272/352: Partly revert "Fix issue #63. compilation-*"
Date: Fri, 7 Jan 2022 03:59:31 -0500 (EST)

branch: elpa/moe-theme
commit bfa2c5593c060154a5b507407b8c18cbc5f8c835
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Partly revert "Fix issue #63. compilation-*"
    
    Sorry for doing something stupid...
    This reverts commit 1e40bd657232b4b0084d6f130406cd742724e75f.
---
 moe-dark-theme.el  | 12 ++++++------
 moe-light-theme.el | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index bd660dc877..2801aa08c1 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -809,14 +809,14 @@ Moe, moe, kyun!")
    `(table-cell ((,class (:foreground ,white-0 :background ,black-3))))
 
    ;; compilation
-   `(compilation-column-number ((,class (:foreground ,cyan-7 :background 
,cyan-2))))
-   `(compilation-error ((,class (:foreground ,white-0 :background ,red-2 :bold 
t))))
-   `(compilation-info ((,class (:foreground ,blue-3 :background ,blue-0 :bold 
t))))
-   `(compilation-line-number ((,class (:foreground ,purple-4 :background 
,purple-00))))
+   `(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-5 :background 
,orange-00 :bold t))))
-   `(compilation-warning ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
+   `(compilation-mode-line-run ((,class (:foreground ,orange-4 :background 
,orange-00 :bold t))))
+   `(compilation-warning ((,class (:foreground ,orange-3))))
 
    ;; Neotree
    `(neo-banner-face ((,class (:foreground ,green-3 :background nil))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index c468b30662..48735ef736 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -804,14 +804,14 @@ Moe, moe, kyun!")
    `(widget-single-line-field ((,class (:foreground ,black-6 :background 
,orange-2))))
 
    ;; compilation
-   `(compilation-column-number ((,class (:foreground ,cyan-7 :background 
,cyan-2))))
-   `(compilation-error ((,class (:foreground ,white-0 :background ,red-2 :bold 
t))))
-   `(compilation-info ((,class (:foreground ,blue-3 :background ,blue-0 :bold 
t))))
-   `(compilation-line-number ((,class (:foreground ,purple-4 :background 
,purple-00))))
+   `(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-5 :background 
,orange-00 :bold t))))
-   `(compilation-warning ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
+   `(compilation-mode-line-run ((,class (:foreground ,orange-4 :background 
,orange-00 :bold t))))
+   `(compilation-warning ((,class (:foreground ,orange-3))))
 
    ;; Neotree
    `(neo-banner-face ((,class (:foreground ,green-5 :background ,green-00))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]