From 903b99ee42d840be2af35ac2409b8a2b6a7cd9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 11 Apr 2015 11:38:31 -0400 Subject: [PATCH] don't hardcode buffer-id i had my own customization elsewhere, removing it made it fine and nice --- solarized-definitions.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 921ec97..8b79094 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -247,11 +247,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (menu (,@fg-base0 ,@bg-base02)) (minibuffer-prompt (,@fmt-bold ,@fg-cyan)) ; Question (mode-line ; StatusLine - (,@fg-base03 ,@bg-base1 ,@fmt-revbb :box nil)) + (,@fg-base03 ,@bg-base01 ,@fmt-revbb :box nil)) (mode-line-inactive ; StatusLineNC - (,@fg-base03 ,@bg-base00 ,@fmt-revbb :box nil)) - (mode-line-buffer-id - ((t (,@fg-base03)))) + (,@fg-base03 ,@bg-base02 ,@fmt-revbb :box nil)) (region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual (secondary-selection (,@bg-base02)) (shadow (,@fg-base01))