diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-14 09:43:54 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-14 09:43:54 -0400 |
commit | c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655 (patch) | |
tree | fbe095763124743e2eb6438727d217216f94bfed | |
parent | bd155c4067a764d35ab32f8d97c50251af517427 (diff) | |
download | configs-c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655.tar.gz configs-c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655.tar.xz configs-c470019ff5cb6b4bfeb7dd950f6b5ea4221d2655.zip |
emacs: tangomod: tweak mode-line colours
-rw-r--r-- | .emacs.d/lisp/tangomod-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/tangomod-theme.el b/.emacs.d/lisp/tangomod-theme.el index 5ec1bd1..a395578 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 ,alum-2 :foreground ,alum-6)))) + :background "#e7e7e7" :foreground ,alum-6)))) `(mode-line-inactive ((,class (:box (:line-width -1 :style released-button) - :background ,alum-4 :foreground ,alum-6)))) + :background "#e1e1e1" :foreground ,alum-6)))) ;; Escape and prompt faces `(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3)))) `(escape-glyph ((,class (:foreground ,red-3)))) |