From 4ac37fe58c6629a6a473570a91ad7e3427eb6a74 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 3 Dec 2011 19:00:54 +0200 Subject: [PATCH] toned down the mode-line --- solarized-core.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solarized-core.el b/solarized-core.el index 73a1f28..5e23525 100644 --- 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))))