commit 4ac37fe58c6629a6a473570a91ad7e3427eb6a74
parent cfe9ad4d0c7a05c856b9955b9a688622d204bba2
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Sat, 3 Dec 2011 19:00:54 +0200
toned down the mode-line
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/solarized-core.el b/solarized-core.el
@@ -114,14 +114,14 @@
`(lazy-highlight ((,class (:foreground ,yellow :background ,solarized-hl))))
`(menu ((,class (:foreground ,solarized-fg :background ,solarized-bg))))
- `(minibuffer-prompt ((,class (:foreground ,yellow))))
+ `(minibuffer-prompt ((,class (:foreground ,solarized-emph))))
`(mode-line
- ((,class (:foreground ,green
+ ((,class (:foreground ,solarized-fg
:background ,solarized-hl
:box (:line-width -1 :style released-button)))))
- `(mode-line-buffer-id ((,class (:foreground ,yellow :weight bold))))
+ `(mode-line-buffer-id ((,class (:foreground ,solarized-emph :weight bold))))
`(mode-line-inactive
- ((,class (:foreground ,green
+ ((,class (:foreground ,solarized-fg
:background ,solarized-bg
:box (:line-width -1 :style released-button)))))
`(region ((,class (:background ,solarized-hl))))