From 558251e200cc555df137e60326295f2bd640fd6a Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 5 Jul 2016 21:32:18 -0300 Subject: [PATCH] Fix #186 - Display glitch in light-powerline-theme --- themes/smart-mode-line-light-powerline-theme.el | 2 +- themes/smart-mode-line-powerline-theme.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)))