diff --git a/themes/smart-mode-line-light-powerline-theme.el b/themes/smart-mode-line-light-powerline-theme.el index 973e56d..d53a7d3 100644 --- a/themes/smart-mode-line-light-powerline-theme.el +++ b/themes/smart-mode-line-light-powerline-theme.el @@ -46,7 +46,7 @@ Mimics the appearance of powerline.") (((background light)) :foreground "grey20" :background ,l0 :slant italic :box (:line-width -2 :color "white")))) `(mode-line ((t :foreground "black" :background ,l0 :box (:line-width -1 :color "white")))) - `(sml/global ((t :foreground "grey20" :inverse-video nil))) + `(sml/global ((t :foreground "grey20" :background ,l0 :inverse-video nil))) ;; Layer 0 `(sml/line-number ((t :foreground "Black" :inherit sml/global :weight bold :background ,l0))) diff --git a/themes/smart-mode-line-powerline-theme.el b/themes/smart-mode-line-powerline-theme.el index ca2b47a..4d1fb62 100644 --- a/themes/smart-mode-line-powerline-theme.el +++ b/themes/smart-mode-line-powerline-theme.el @@ -55,8 +55,8 @@ Mimics the appearance of powerline.") :slant italic :box (:line-width -3 :color "black")) (((background light)) :foreground "gray60" :background "Black" :slant italic :box (:line-width -2 :color "white")))) - `(mode-line ((t :foreground "gray60" :background "black" :box (:line-width -1 :color "Black")))) - `(sml/global ((t :foreground "gray50" :inverse-video nil))) + `(mode-line ((t :foreground "gray60" :background ,l0 :box (:line-width -1 :color "Black")))) + `(sml/global ((t :foreground "gray60" :background ,l0 :inverse-video nil))) ;; Layer 0 `(sml/line-number ((t :foreground "White" :inherit sml/global :weight bold :background ,l0)))