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

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

[elpa] externals/nano-theme 73c3be1 09/24: Added header line customizati


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 73c3be1 09/24: Added header line customization
Date: Wed, 29 Sep 2021 08:57:48 -0400 (EDT)

branch: externals/nano-theme
commit 73c3be10e1b5f347950a2a89a0cc566d78143c7e
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Added header line customization
---
 nano-theme.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/nano-theme.el b/nano-theme.el
index f95caa5..88a6193 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -375,6 +375,15 @@ background color that is barely perceptible."
                                        :color ,nano-dark-subtle
                                        :style nil)))))
 
+   `(header-line ((,light (:foreground ,nano-light-foreground
+                           :background ,nano-light-subtle
+                           :inherit nil
+                           :box nil))
+                 (,dark  (:foreground ,nano-dark-foreground
+                          :background ,nano-dark-subtle
+                           :inherit nil
+                           :box nil))))
+
    ;; --- Structural ---------------------------------------------------------
    '(bold                        ((t (:inherit nano-strong))))
    '(italic                      ((t (:slant italic))))



reply via email to

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