diff --git a/solarized-dark-theme.el b/solarized-dark-theme.el index ca91f6f..9538adb 100644 --- a/solarized-dark-theme.el +++ b/solarized-dark-theme.el @@ -58,7 +58,7 @@ `(minibuffer-prompt ((t (:background ,base3 :foreground ,blue :weight bold)))) `(mode-line ((t (:background ,base1 :foreground ,base02)))) - `(mode-line-buffer-id ((t (:foreground ,base1)))) + `(mode-line-buffer-id ((t (:foreground ,base03 :weight bold)))) `(mode-line-inactive ((t (:background ,base2 :foreground ,base01)))) `(region ((t (:background ,base2 :foreground ,base01)))) `(secondary-selection ((t (:background ,base02)))) diff --git a/solarized-light-theme.el b/solarized-light-theme.el index b22c31f..f41d06e 100644 --- a/solarized-light-theme.el +++ b/solarized-light-theme.el @@ -58,7 +58,7 @@ `(minibuffer-prompt ((t (:background ,base3 :foreground ,blue :weight bold)))) `(mode-line ((t (:background ,base1 :foreground ,base02)))) - `(mode-line-buffer-id ((t (:foreground ,base1)))) + `(mode-line-buffer-id ((t (:foreground ,base03 :weight bold)))) `(mode-line-inactive ((t (:background ,base2 :foreground ,base01)))) `(region ((t (:background ,base2 :foreground ,base01)))) `(secondary-selection ((t (:background ,base02))))