branch: elpa/moe-theme
commit 75dab3ce6e9585b6e6c8f0ddc63d49cbe37136f0
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    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