From 905fe0496ade863c6d7b332be43d9e04a089cc15 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 17 Nov 2016 07:18:37 +0100 Subject: Remove mode-line-buffer-id face Bold works well enough for emphasis. --- eighters-theme.el | 1 - 1 file changed, 1 deletion(-) diff --git a/eighters-theme.el b/eighters-theme.el index e0f5a5b..8fdf911 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -28,7 +28,6 @@ '(lazy-highlight ((t (:foreground "darkturquoise" :background "darkcyan")))) '(match ((t (:background "royalblue3")))) '(mode-line ((t (:background "grey11" :foreground "white smoke" :box (:line-width -1 :style released-button))))) - '(mode-line-buffer-id ((t (:foreground "gold" :weight bold)))) '(compilation-mode-line-exit ((t (:background "green" :foreground "black" :weight bold)))) '(compilation-mode-line-fail ((t (:background "red" :foreground "black" :weight bold)))) '(compilation-mode-line-run ((t (:background "gold" :foreground "black" :weight bold)))) -- cgit v1.2.3