branch: externals/nano-modeline
commit 62b03b48d47655c12120a1d8150fcd1938ec4910
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
Cosmetic changes
---
nano-modeline.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/nano-modeline.el b/nano-modeline.el
index fd627545e7..1ac74bf9d6 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -144,7 +144,7 @@
(const :tag "Bottom" nano-modeline-footer))
:group 'nano-modeline)
-(defcustom nano-modeline-window-dedicated-symbol '("● " . "")
+(defcustom nano-modeline-window-dedicated-symbol '(" " . "")
"Pairs of strings showing a window is dedicated or not dedicated"
:type '(cons (string :tag "Window is dedicated" )
(string :tag "Window is not dedicated"))
@@ -171,6 +171,7 @@
`((t :foreground ,(face-foreground 'default)
:background ,(face-background 'default)
:family "Roboto Mono"
+ :weight regular
:box (:line-width 2
:color ,(face-foreground 'default)
:style flat-button)))
@@ -180,6 +181,7 @@
`((t :foreground ,(face-foreground (if (facep 'nano-faded) 'nano-faded
'default))
:background ,(face-background 'header-line nil t)
:family "Roboto Mono"
+ :weight regular
:box (:line-width 2
:color ,(face-foreground 'default)
:style flat-button)))