summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-29 11:50:37 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-29 11:50:37 -0400
commit99eb633906cf72b4f48159eec7e6998c4511c0c0 (patch)
tree4aa501b02eb916bc0fb7d041cb25001c9e3d77b2 /.emacs.d/lisp
parentd4afaf1b403152c401cac88530d4a6447aff3424 (diff)
downloadconfigs-99eb633906cf72b4f48159eec7e6998c4511c0c0.tar.gz
configs-99eb633906cf72b4f48159eec7e6998c4511c0c0.tar.xz
configs-99eb633906cf72b4f48159eec7e6998c4511c0c0.zip
Revert "emacs: tangomod: tweak mode-line colours"
This reverts commit c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655.
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/tangomod-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/tangomod-theme.el b/.emacs.d/lisp/tangomod-theme.el
index a395578..5ec1bd1 100644
--- a/.emacs.d/lisp/tangomod-theme.el
+++ b/.emacs.d/lisp/tangomod-theme.el
@@ -64,9 +64,9 @@ Semantic, and Ansi-Color faces are included.")
`(show-paren-match ((,class (:background ,blue-1))))
;; Mode line faces
`(mode-line ((,class (:box (:line-width -1 :style released-button)
- :background "#e7e7e7" :foreground ,alum-6))))
+ :background ,alum-2 :foreground ,alum-6))))
`(mode-line-inactive ((,class (:box (:line-width -1 :style released-button)
- :background "#e1e1e1" :foreground ,alum-6))))
+ :background ,alum-4 :foreground ,alum-6))))
;; Escape and prompt faces
`(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3))))
`(escape-glyph ((,class (:foreground ,red-3))))