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

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

[nongnu] elpa/moe-theme 1e40bd6572 271/352: Fix issue #63. compilation-*


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

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

    Fix issue #63. compilation-*
---
 moe-dark-theme.el  | 17 +++++++++--------
 moe-light-theme.el | 17 +++++++++--------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 55593a4d26..bd660dc877 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -11,18 +11,19 @@ Moe, moe, kyun!")
 
 (let ((class '((class color) (min-colors 89)))
       ;; Palette colors.
-      (yellow-1 "#fce94f") (yellow-2 "#ffd700") (yellow-3 "#c4a000") (yellow-4 
"#875f00")
+      (yellow-1 "#fce94f") (yellow-2 "#ffd700") (yellow-3 "#c4a000") 
(yellow-3-5 "#aaaa11") (yellow-4 "#875f00")
       (orange-1 "#ffaf5f") (orange-2 "#ff8700") (orange-3 "#ff5d17") (orange-4 
"#d75f00") (orange-5 "#af5f00")
       (magenta-1 "#ff7bbb") (magenta-2 "#ff4ea3") (magenta-3 "#ff1f8b")
       (green-1 "#afff00") (green-2 "#a1db00") (green-3 "#5faf00") (green-4 
"#008700") (green-5 "#005f00")
+      (cyan-1 "#87ffff") (cyan-2 "#87d7af") (cyan-3 "#00d7af") (cyan-4 
"#00ac8a") (cyan-5 "#5faf87") (cyan-6 "#005f5f") (cyan-7 "#236f73")
       (blue-1 "#5fafd7") (blue-2 "#1f5bff") (blue-3 "#005f87") (blue-4 
"#005faf") (blue-5 "#0000af") (blue-6 "#00005f")
-      (cyan-1 "#87ffff") (cyan-2 "#87d7af") (cyan-3 "#00d7af") (cyan-4 
"#00ac8a") (cyan-5 "#5faf87") (cyan-6 "#005f5f") (cyan-7 "#005f87")
       (purple-1 "#d18aff") (purple-2 "#af5fff") (purple-3 "#9a08ff") (purple-4 
"#6c0099")
       (red-1 "#ef2929")  (red-2 "#dd0000")  (red-3 "#a40000") (red-4 "#5f0000")
       (white-1 "#c6c6c6") (white-2 "#c6c6c6") (white-3 "#b2b2b2") (black-1 
"#a8a8a8") (black-2 "#8a8a8a")
       (black-2-5 "#6c6c6c") (black-3 "#4e4e4e") (black-4 "#3a3a3a") (black-5 
"#303030") (black-6 "#000000")
       (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
+      (cyan-0 "#d7ffd7")
       (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff")
       (yellow-0 "#ffff87") (yellow-00 "#ffffaf")
       (purple-0 "#af87ff") (purple-00 "#e6a8df")
@@ -808,14 +809,14 @@ Moe, moe, kyun!")
    `(table-cell ((,class (:foreground ,white-0 :background ,black-3))))
 
    ;; 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-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-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))))
+   `(compilation-mode-line-run ((,class (:foreground ,orange-5 :background 
,orange-00 :bold t))))
+   `(compilation-warning ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
 
    ;; Neotree
    `(neo-banner-face ((,class (:foreground ,green-3 :background nil))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index ad50f6c346..c468b30662 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -12,17 +12,18 @@ Moe, moe, kyun!")
 (let ((class '((class color) (min-colors 89)))
       ;; Palette colors.
       (yellow-1 "#fce94f") (yellow-2 "#ffd700") (yellow-3 "#c4a000") 
(yellow-3-5 "#aaaa11") (yellow-4 "#875f00")
-      (orange-1 "#ffaf5f") (orange-2 "#ff8700") (orange-3 "#ff5d17") (orange-4 
"#d75f00")
+      (orange-1 "#ffaf5f") (orange-2 "#ff8700") (orange-3 "#ff5d17") (orange-4 
"#d75f00") (orange-5 "#af5f00")
       (magenta-1 "#ff7bbb") (magenta-2 "#ff4ea3") (magenta-3 "#ff1f8b")
       (green-1 "#afff00") (green-2 "#a1db00") (green-3 "#00af00") (green-4 
"#008700") (green-5 "#005f00")
       (blue-1 "#5fafd7") (blue-2 "#1f5bff") (blue-3 "#005f87") (blue-4 
"#005faf") (blue-5 "#0000af")
-      (cyan-1 "#87ffff") (cyan-2 "#5fd7af") (cyan-3 "#00d7af") (cyan-4 
"#00ac8a") (cyan-5 "#18b2b2") (cyan-6 "#005f5f") (cyan-7 "#005f87") (cyan-8 
"#00af87")
+      (cyan-1 "#87ffff") (cyan-2 "#87d7af") (cyan-3 "#00d7af") (cyan-4 
"#00ac8a") (cyan-5 "#18b2b2") (cyan-6 "#005f5f") (cyan-7 "#236f73") (cyan-8 
"#00af87") (cyan-9 "#005f87")
       (purple-1 "#d18aff") (purple-2 "#b218b2") (purple-3 "#6c0099") (purple-4 
"#6c0099")
       (red-1 "#ef2929")  (red-2 "#cc0000")  (red-3 "#a40000")
       (white-1 "#eeeeee") (white-2 "#dadada") (white-3 "#c6c6c6") (white-4 
"#b2b2b2") (black-1 "#9e9e9e")
       (black-2 "#8a8a8a") (black-3 "#767676") (black-4 "#626262") (black-5 
"#5f5f5f") (black-6 "#3a3a3a")
       (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
+      (cyan-0 "#d7ffd7")
       (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff") (blue-000 
"#d4e5ff")
       (yellow-0 "#ffff87") (yellow-00 "#ffffaf") (yellow-2-5 "#ffba27")
       (purple-0 "#af87ff") (purple-00 "#e6a8df")
@@ -803,14 +804,14 @@ Moe, moe, kyun!")
    `(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-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-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))))
+   `(compilation-mode-line-run ((,class (:foreground ,orange-5 :background 
,orange-00 :bold t))))
+   `(compilation-warning ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
 
    ;; Neotree
    `(neo-banner-face ((,class (:foreground ,green-5 :background ,green-00))))



reply via email to

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