branch: elpa/alect-themes
commit d9583c9ee96860ea52af13fd97a1eb61f10c8546
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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 <[email protected]>
 ;; 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