Skip to content

Commit

Permalink
Fix Malabarba#186 - Display glitch in light-powerline-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Malabarba committed Jul 6, 2016
1 parent 65d9ed7 commit 558251e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/smart-mode-line-light-powerline-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down
4 changes: 2 additions & 2 deletions themes/smart-mode-line-powerline-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 558251e

Please sign in to comment.