branch: externals/nano-theme
commit 73c3be10e1b5f347950a2a89a0cc566d78143c7e
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@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