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

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

[nongnu] elpa/moe-theme 611053d766 060/352: 1. `fringe` and `vertical-bo


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 611053d766 060/352: 1. `fringe` and `vertical-border` changed for looks under GUI.
Date: Fri, 7 Jan 2022 03:59:06 -0500 (EST)

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

    1. `fringe` and `vertical-border` changed for looks under GUI.
---
 moe-dark-theme.el  | 4 ++--
 moe-light-theme.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 4d34e4722b..427f924026 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -39,7 +39,7 @@ Moe, moe, kyun!")
    `(cursor ((,class (:background ,white-1))))
 
    ;; Highlighting faces
-   `(fringe ((,class (:foreground ,black-3 :background ,white-3))))
+   `(fringe ((,class (:foreground ,black-3 :background ,black-2))))
    `(linum ((,class (:foreground ,white-1 :background ,black-2))))
    `(highlight ((,class (:background ,black-3))))
    `(hl-line ((,class (:background ,black-3))))
@@ -58,7 +58,7 @@ Moe, moe, kyun!")
                          (:box (:line-width -1 :style released-button)
                           :background ,black-3 :foreground ,white-1))))
    `(mode-line-buffer-id ((,class (:foreground ,black-3 :background ,blue-1 
:bold t))))
-   `(vertical-border ((,class (:foreground ,white-1 :background ,white-1))))
+   `(vertical-border ((,class (:foreground ,black-2 :background ,black-2))))
 
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-3 :background ,green-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e2e7f40153..1fdf1c098a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -39,7 +39,7 @@ Moe, moe, kyun!")
    `(cursor ((,class (:background ,black-5))))
 
    ;; Highlighting faces
-   `(fringe ((,class (:foreground ,black-1 :background ,white-2))))
+   `(fringe ((,class (:foreground ,black-1 :background "#d7d7af"))))
    `(linum ((,class (:foreground "#87875f" :background "#d7d7af"))))
    `(highlight ((,class (:background ,green-0))))
    `(hl-line ((,class (:background ,green-00)))) ; Embedded strings of IM 
(e.g. fcitx) would be very unreadable... orz
@@ -57,7 +57,7 @@ Moe, moe, kyun!")
                          (:box (:line-width -1 :style released-button)
                           :background ,blue-00 :foreground ,black-1))))
    `(mode-line-buffer-id ((,class (:foreground ,black-6 :background ,blue-1 
:bold t))))
-   `(vertical-border ((,class (:foreground ,white-3 :background ,white-3))))
+   `(vertical-border ((,class (:foreground "#d7d7af" :background "#d7d7af"))))
 
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:foreground ,black-6 :background ,green-2))))



reply via email to

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