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

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

[nongnu] elpa/alect-themes d9583c9 044/269: Remove redundant part from m


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes d9583c9 044/269: Remove redundant part from mode-line face
Date: Thu, 21 Oct 2021 17:58:46 -0400 (EDT)

branch: elpa/alect-themes
commit d9583c9ee96860ea52af13fd97a1eb61f10c8546
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Remove redundant part from mode-line face
---
 alect-themes.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 11d7288..7a73413 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
 ;; Version: 0.2.4
-;; Last-Updated: 2013-12-23 Mon 16:34:22 (+0400)
+;; Last-Updated: 2013-12-23 Mon 16:36:44 (+0400)
 ;; Package-Requires: ((emacs "24.0"))
 ;; URL: http://github.com/alezost/alect-themes
 ;; Keywords: color theme
@@ -770,8 +770,7 @@ For INVERT, see `alect-get-color'."
        (mode-line            ((t (:foreground ,(gc 'fg+1)
                                   :background ,(gc 'bg-2)
                                   :box (:line-width 2
-                                        :style released-button)))
-                              (t :inverse-video t)))
+                                        :style released-button)))))
        (mode-line-inactive   ((t (:foreground ,(gc 'fg-2)
                                   :background ,(gc 'bg-1)
                                   :box (:line-width 2



reply via email to

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