Remove fringe clutter and set bg for active mode-line

This commit is contained in:
Wojciech Kozlowski 2017-08-19 01:59:37 +01:00
parent 3a74cd4efe
commit 731b5c8f36

View File

@ -144,11 +144,11 @@
`(font-lock-warning-face ((t (:foreground, *warning*)))) `(font-lock-warning-face ((t (:foreground, *warning*))))
;; GUI ;; GUI
`(fringe ((t (:foreground, *normal* :background, *fringe*)))) `(fringe ((t (:foreground, *normal* :background, *bg-1*))))
`(header-line ((t (:background, *fringe* :foreground, *normal*)))) ;; info header `(header-line ((t (:background, *fringe* :foreground, *normal*)))) ;; info header
`(linum ((t (:foreground, *line-number* :background, *vertical-border*)))) `(linum ((t (:foreground, *line-number* :background, *vertical-border*))))
`(minibuffer-prompt ((t (:inherit bold :foreground, *variable*)))) `(minibuffer-prompt ((t (:inherit bold :foreground, *variable*))))
`(mode-line ((t (:background, *mode-line-bg* :foreground, *mode-line-fg*)))) `(mode-line ((t (:background, *cyan-bg* :foreground, *mode-line-fg*))))
`(mode-line-inactive ((t (:background, *mode-line-bg* :foreground, *mode-line-inactive*)))) `(mode-line-inactive ((t (:background, *mode-line-bg* :foreground, *mode-line-inactive*))))
`(cursor ((t (:background, *cursor-block*)))) `(cursor ((t (:background, *cursor-block*))))
`(text-cursor ((t (:background, *cursor-underscore*)))) `(text-cursor ((t (:background, *cursor-underscore*))))