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

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

[nongnu] elpa/moe-theme 82a6a10714 086/352: Less yellow background in mo


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 82a6a10714 086/352: Less yellow background in moe-light (GUI-only).
Date: Fri, 7 Jan 2022 03:59:08 -0500 (EST)

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

    Less yellow background in moe-light (GUI-only).
---
 moe-light-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index cf91ff5d90..4f6fdd1fb0 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -19,7 +19,7 @@ Moe, moe, kyun!")
       (cyan-1 "#87ffff") (cyan-2 "#00ffff") (cyan-3 "#00d7af") (cyan-4 
"#5f87af")
       (purple-1 "#d18aff") (purple-2 "#9a08ff") (purple-3 "#6c0099")
       (red-1 "#ef2929")  (red-2 "#cc0000")  (red-3 "#a40000")
-      (white-1 "#eeeeee") (white-2 "#dadada") (white-3 "#c6c6c6") (white-4 
"#b2b2b2") (LIGHT_BG "#ffffd7")
+      (white-1 "#eeeeee") (white-2 "#dadada") (white-3 "#c6c6c6") (white-4 
"#b2b2b2") (LIGHT_BG "#fdfde7")
       (black-1 "#9e9e9e") (black-2 "#8a8a8a") (black-3 "#767676")
 
       (green-01 "#d7ff00")
@@ -479,7 +479,7 @@ Moe, moe, kyun!")
 ;; fix wrong default face
 (if window-system
     (progn 
-      (set-background-color "#ffffe0")
+      (set-background-color "#fdfde7")
       (set-foreground-color "#5f5f5f")))
 
 (provide-theme 'moe-light)



reply via email to

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