diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-11-17 07:18:37 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-11-17 07:18:37 +0100 |
| commit | 905fe0496ade863c6d7b332be43d9e04a089cc15 (patch) | |
| tree | dc8ee0ac275b92d0758a22ab9a1e8a37aaa7abea /eighters-theme.el | |
| parent | 3a165b192daa310687ef2b40ab665deeaec293c5 (diff) | |
| download | eighters-theme-905fe0496ade863c6d7b332be43d9e04a089cc15.tar.xz | |
Remove mode-line-buffer-id face
Bold works well enough for emphasis.
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 1 |
1 files changed, 0 insertions, 1 deletions
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)))) |
