branch: externals/nano-theme
commit 5aea8a100413ea1c9723b019cb3ce3bbbe5a0302
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Disable ugly widgets and adjust underline position
---
 nano-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nano-theme.el b/nano-theme.el
index d60b7df..433f047 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -496,6 +496,9 @@ background color that is barely perceptible."
                        'nano-dark
                      'nano-light)))
 
+    (custom-set-variables '(widget-image-enable nil)
+                          '(x-underline-at-descent-line t))
+
     (set-frame-parameter nil 'background-mode mode)
     (setq frame-background-mode mode)
     (setq nano-theme--current mode)

Reply via email to