branch: elpa/material-theme
commit 41d8c567d6370f39e4088ca7b54a5b5dab92ea67
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Make modeline id bold.
---
material-light-theme.el | 2 +-
material-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index bc36aae..5690a83 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -224,7 +224,7 @@
`(gui-element ((,class (:background ,current-line :foreground
,foreground))))
`(mode-line ((,class (:foreground ,foreground :background ,far-background
:box (:line-width 2 :color
,current-line)))))
- `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil))))
+ `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil
:weight bold))))
`(mode-line-inactive ((,class (:inherit mode-line
:foreground ,subtle
:background ,current-line
diff --git a/material-theme.el b/material-theme.el
index 2325a73..a052383 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -220,7 +220,7 @@
`(highlight ((,class (:inverse-video nil :background ,current-line))))
`(gui-element ((,class (:background ,current-line :foreground
,foreground))))
`(mode-line ((,class (:foreground ,foreground :background
,far-background))))
- `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil))))
+ `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil
:weight bold))))
`(mode-line-inactive ((,class (:inherit mode-line
:foreground ,subtle
:background ,far-background :weight
normal