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

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

[nongnu] elpa/moe-theme 7dd78f8d63 204/352: Fix some wrong faces.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 7dd78f8d63 204/352: Fix some wrong faces.
Date: Fri, 7 Jan 2022 03:59:24 -0500 (EST)

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

    Fix some wrong faces.
---
 moe-dark-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 85635448dd..25c9e47b00 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -44,7 +44,7 @@ Moe, moe, kyun!")
    `(cursor ((,class (:background ,white-1))))
 
    ;; Highlighting faces
-   `(fringe ((,class (:foreground ,black-3 :background ,black-2))))
+   `(fringe ((,class (:foreground ,black-1 :background ,black-3))))
    `(linum ((,class (:foreground ,white-3 :background ,black-3))))
    `(linum-highlight-face ((,class (:background ,green-0 :foreground 
,black-4))))
    `(highlight ((,class (:background ,black-3))))
@@ -61,7 +61,7 @@ Moe, moe, kyun!")
    `(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
 
    ;; Mode line & frames' faces
-   `(mode-line ((,class (:box nil :background ,blue-01 :foreground ,blue-3))))
+   `(mode-line ((,class (:box nil :background ,blue-0 :foreground ,blue-3))))
    `(mode-line-inactive ((,class (:box nil :background ,black-2-5 :foreground 
,white-1))))
    `(mode-line-buffer-id ((,class (:box nil :foreground ,black-5 :background 
nil :bold t))))
    `(vertical-border ((,class (:foreground ,black-3 :background ,black-3))))



reply via email to

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