eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 905fe0496ade863c6d7b332be43d9e04a089cc15
parent 3a165b192daa310687ef2b40ab665deeaec293c5
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 17 Nov 2016 07:18:37 +0100

Remove mode-line-buffer-id face

Bold works well enough for emphasis.

Diffstat:
Meighters-theme.el | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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))))