Make the mode line flat

This commit is contained in:
syl20bnr 2014-09-21 00:45:58 -04:00
parent 879c4bb6db
commit c908d9e9c5
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 5e45454a31257d74707e0153c4c37efb78afb8ff
Subproject commit 583d5758ce79ee61a5db156b8f7449d7e64707cb

View file

@ -256,11 +256,11 @@ which require an initialization must be listed explicitly in the list."
(propertize evil-mode-line-tag 'font-lock-face
;; Don't propertize if we're not in the selected buffer
(cond ((not (eq (current-buffer) (car (buffer-list)))) '())
((evil-insert-state-p) '(:background "green3" :foreground "black"))
((evil-emacs-state-p) '(:background "red" :foreground "black"))
((evil-motion-state-p) '(:background "purple" :foreground "black"))
((evil-visual-state-p) '(:background "gray" :foreground "black"))
((evil-normal-state-p) '(:background "orange" :foreground "black"))
((evil-insert-state-p) '(:background "green3"))
((evil-emacs-state-p) '(:background "red"))
((evil-motion-state-p) '(:background "purple"))
((evil-visual-state-p) '(:background "gray"))
((evil-normal-state-p) '(:background "orange"))
(t '()))))
(defpowerline powerline-window-number