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

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

[elpa] externals/nano-modeline 5025cf0500 3/4: Merge pull request #70 fr


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 5025cf0500 3/4: Merge pull request #70 from aaronjensen/flat-button-style
Date: Tue, 9 Jan 2024 15:58:32 -0500 (EST)

branch: externals/nano-modeline
commit 5025cf0500f2937989497dac53791884aa45b226
Merge: 631387df3f 1e198e5559
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: GitHub <noreply@github.com>

    Merge pull request #70 from aaronjensen/flat-button-style
    
    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



reply via email to

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