diff --git a/yoshi-theme.el b/yoshi-theme.el
index 140ae1a..e7892c9 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -121,8 +121,9 @@
    `(markdown-header-face-5 ((t (:inherit org-level-5))))
    `(markdown-header-face-6 ((t (:inherit org-level-6))))
    `(minibuffer-prompt ((t (:foreground ,lblue))))
-   `(mode-line ((t (:background ,dwhite :foreground ,lblack :box unspecified))))
-   `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lwhite :box unspecified :inherit unspecified))))
+   `(mode-line ((t (:background ,dwhite :foreground ,lblack :box (:color ,dwhite :line-width 1 :style nil)))))
+   `(mode-line-buffer-id ((t (:foreground ,lpurple :weight bold))))
+   `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lwhite :box (:color ,dwhite :line-width 1 :style nil) :inherit unspecified))))
    `(org-agenda-calendar-sexp ((t (:foreground ,lyellow))))
    `(org-agenda-current-time ((t (:foreground ,lorange :weight bold))))
    `(org-agenda-date ((t (:foreground ,dcyan))))