[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/nano-modeline 1e198e5559 2/4: flat-button style, rather
From: |
ELPA Syncer |
Subject: |
[elpa] externals/nano-modeline 1e198e5559 2/4: flat-button style, rather than none |
Date: |
Tue, 9 Jan 2024 15:58:32 -0500 (EST) |
branch: externals/nano-modeline
commit 1e198e5559a3ec5b0d37a62708fcf9f731ca994b
Author: Aaron Jensen <aaronjensen@gmail.com>
Commit: Aaron Jensen <aaronjensen@gmail.com>
flat-button style, rather than none
---
nano-modeline.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nano-modeline.el b/nano-modeline.el
index 9b7476da88..6cd08fff3e 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -163,7 +163,7 @@
:family "Roboto Mono"
:box (:line-width 2
:color ,(face-foreground 'default)
- :style none)))
+ :style flat-button)))
"Active button face")
(defface nano-modeline-button-inactive-face
@@ -172,7 +172,7 @@
:family "Roboto Mono"
:box (:line-width 2
:color ,(face-foreground 'default)
- :style none)))
+ :style flat-button)))
"Inactive button face.")
(defface nano-modeline-button-highlight-face