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

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

[nongnu] elpa/moe-theme 507e2d0e27 008/352: 1. Major changes in backgrou


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 507e2d0e27 008/352: 1. Major changes in background and normal font theme.
Date: Fri, 7 Jan 2022 03:59:01 -0500 (EST)

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

    1. Major changes in background and normal font theme.
---
 moe-dark-theme.el  | 14 +++++++-------
 moe-light-theme.el | 12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 7ae41bff99..822e0873a9 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -19,12 +19,12 @@ Moe, moe, chew!")
       (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 "#ffffff") (white-2 "#d3d3d3") (white-3 "#bcbcbc") (LIGHT_BG 
"#ffffd7")
-      (black-1 "#999999") (black-2 "#555555") (black-3 "#303030")
+      (white-1 "#dadada") (white-2 "#c6c6c6") (white-3 "#b2b2b2") (LIGHT_BG 
"#ffffd7")
+      (black-1 "#a8a8a8") (black-2 "#8a8a8a") (black-3 "#4e4e4e")
 
       (green-01 "#d7ff00")
       (green-0 "#d7ff5f") (blue-0 "#8cc4ff") (purple-0 "#e6a8df") (yellow-0 
"#ffff87")
-      (red-0 "#ff4b4b")  (black-4 "#41423f") (black-5 "#1c1c1c") (orange-0 
"#ffaf87")
+      (red-0 "#ff4b4b")  (black-4 "#3a3a3a") (black-5 "#303030") (orange-0 
"#ffaf87")
       (green-00 "#d7ff87") (yellow-00 "#ffffaf") (blue-00 "#d7d7ff"))
  
   (custom-theme-set-faces
@@ -35,7 +35,7 @@ Moe, moe, chew!")
              (((class color) (min-colors 256))
               (:foreground ,white-1 :background ,black-5))
              (,class
-              (:foreground ,white-1 :background "black"))))
+              (:foreground ,white-1 :background ,black-5))))
    `(cursor ((,class (:background ,white-1))))
 
    ;; Highlighting faces
@@ -53,7 +53,7 @@ Moe, moe, chew!")
    ;; Mode line & frames' faces
    `(mode-line ((,class
                 (:box (:line-width -1 :style released-button)
-                 :background ,blue-1 :foreground ,black-4))))
+                 :background ,white-1 :foreground ,blue-2))))
    `(mode-line-inactive ((,class
                          (:box (:line-width -1 :style released-button)
                           :background ,black-3 :foreground ,white-1))))
@@ -168,8 +168,8 @@ Moe, moe, chew!")
    `(markdown-url-face ((,class (:foreground ,magenta-3 :underline t))))
 
    ;; Twittering-mode
-   `(twittering-username-face ((,class (:foreground ,blue-1))))
-   `(twittering-uri-face ((,class (:foreground ,blue-1))))
+   `(twittering-username-face ((,class (:foreground ,blue-1 :bold t))))
+   `(twittering-uri-face ((,class (:foreground ,blue-1 :underline t))))
    `(twittering-timeline-footer-face ((,class (:foreground ,white-3))))
    `(twittering-timeline-header-face ((,class (:foreground ,white-3))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 14e91db147..b72bc84191 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -20,11 +20,11 @@ Moe, moe, chew!")
       (purple-1 "#d18aff") (purple-2 "#9a08ff") (purple-3 "#6c0099")
       (red-1 "#ef2929")  (red-2 "#cc0000")  (red-3 "#a40000")
       (white-1 "#ffffff") (white-2 "#d3d3d3") (white-3 "#b2b2b2") (LIGHT_BG 
"#ffffd7")
-      (black-1 "#8a8a8a") (black-2 "#585858") (black-3 "#303030")
+      (black-1 "#9e9e9e") (black-2 "#8a8a8a") (black-3 "#767676")
 
       (green-01 "#d7ff00")
       (green-0 "#d7ff5f") (blue-0 "#afd7ff") (purple-0 "#e6a8df") (yellow-0 
"#ffff87")
-      (red-0 "#ff4b4b")  (black-4 "#41423f") (black-5 "#1c1c1c") (orange-0 
"#ffaf87")
+      (red-0 "#ff4b4b")  (black-4 "#626262") (black-5 "#5f5f5f") (orange-0 
"#ffaf87")
       (green-00 "#d7ff87") (yellow-00 "#ffffaf") (blue-00 "#d7d7ff"))
 
   (custom-theme-set-faces
@@ -40,7 +40,7 @@ Moe, moe, chew!")
 
    ;; Highlighting faces
    `(fringe ((,class (:foreground ,black-1 :background ,white-2))))
-   `(linum ((,class (:foreground ,white-1 :background ,white-3))))
+   `(linum ((,class (:foreground "#87875f" :background "#d7d7af"))))
    `(highlight ((,class (:background ,green-0))))
    `(hl-line ((,class (:background ,green-00)))) ;;這裡遇到輸入法會有問題orz
    `(region ((,class (:foreground ,white-1 :background ,blue-1))))
@@ -58,7 +58,7 @@ Moe, moe, chew!")
                          (:box (:line-width -1 :style released-button)
                           :background ,blue-00 :foreground ,black-1))))
    `(mode-line-buffer-id ((,class (:foreground ,black-3 :background ,blue-1))))
-   `(vertical-border ((,class (:foreground ,black-2 :background ,black-2))))
+   `(vertical-border ((,class (:foreground ,white-3 :background ,white-3))))
 
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-3 :background ,green-2))))
@@ -168,8 +168,8 @@ Moe, moe, chew!")
    `(markdown-url-face ((,class (:foreground ,magenta-3 :underline t))))
 
    ;; Twittering-mode
-   `(twittering-username-face ((,class (:foreground ,blue-1 :bold t))))
-   `(twittering-uri-face ((,class (:foreground ,blue-1 :bold t))))
+   `(twittering-username-face ((,class (:foreground ,blue-3 :background 
,blue-00))))
+   `(twittering-uri-face ((,class (:foreground ,blue-2 :underline t))))
    `(twittering-timeline-footer-face ((,class (:foreground ,black-1 :bold t))))
    `(twittering-timeline-header-face ((,class (:foreground ,black-1 :bold t))))
 



reply via email to

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