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

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

[nongnu] elpa/moe-theme 75dab3ce6e 116/352: header-line in list-package.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 75dab3ce6e 116/352: header-line in list-package.
Date: Fri, 7 Jan 2022 03:59:12 -0500 (EST)

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

    header-line in list-package.
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 2e7f96b737..4a63bbe4cd 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -50,6 +50,7 @@ Moe, moe, kyun!")
    `(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-1))))
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,black-6))))
+   `(header-line ((,class (:background ,blue-1 :foreground ,black-4 :underline 
t))))
 
    ;; Mode line & frames' faces
    `(mode-line ((,class
diff --git a/moe-light-theme.el b/moe-light-theme.el
index f1f62c45f3..69b2d9b88f 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -50,6 +50,8 @@ 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))))
+
    ;; Mode line & frames' faces
    `(mode-line ((,class
                 (:box (:line-width -1 :style nil)



reply via email to

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