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

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

[nongnu] elpa/moe-theme 57bca7813f 263/352: Fix issue #62.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 57bca7813f 263/352: Fix issue #62.
Date: Fri, 7 Jan 2022 03:59:30 -0500 (EST)

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

    Fix issue #62.
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 462db254ad..83b80050b0 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -57,7 +57,7 @@ Moe, moe, kyun!")
    `(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-1))))
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
-   `(header-line ((,class (:background ,blue-3 :foreground ,white-0 :underline 
nil))))
+   `(header-line ((,class (:background ,blue-3 :foreground ,white-0))))
    `(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
 
    ;; Mode line & frames' faces
diff --git a/moe-light-theme.el b/moe-light-theme.el
index ad86d1f598..46a2fb6e69 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -56,7 +56,7 @@ Moe, moe, kyun!")
    `(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-0))))
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,blue-00))))
-   `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline 
t))))
+   `(header-line ((,class (:background ,blue-0 :foreground ,blue-3))))
    `(help-argument-name ((,class (:foreground ,magenta-3 :italic t))))
 
    ;; Mode line & frames' faces



reply via email to

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