Skip to content

Commit 326b075

Browse files
committed
Do not hide buffer name in inactive window
1 parent 4c990bb commit 326b075

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

eink-theme.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
`(minibuffer-prompt ((t (:foreground ,fg :weight bold))))
8888
`(mode-line ((t (:background ,bg-light :foreground ,fg :height 0.8))))
8989
`(mode-line-buffer ((t (:foreground ,fg :weight bold))))
90-
`(mode-line-inactive ((t (:background ,bg-light :foreground ,bg-light :height 0.8))))
90+
`(mode-line-inactive ((t (:background ,bg-light :foreground ,fg :height 0.8))))
9191
`(mode-line-minor-mode ((t (:weight ultra-light))))
9292
`(modeline ((t (:background ,bg :foreground ,fg :height 0.8))))
9393
`(region ((t (:background "#eeeee8" :foreground ,fg))))
@@ -220,6 +220,9 @@
220220
;; web-mode
221221
`(web-mode-current-element-highlight-face ((t (:inherit normal :weight bold :foreground ,fg))))
222222

223+
;; mmm-mode
224+
`(mmm-default-submode-face ((t (:inherit normal :background "#ffffef"))))
225+
223226
;; misc
224227
`(idle-highlight ((t (:background ,bg-highlight))))
225228
`(yas-field-highlight-face ((t (:background "#eeeee8" :foreground ,fg))))

0 commit comments

Comments
 (0)