make scroll-bar the color of fringe

This commit is contained in:
Łukasz Pankowski 2018-11-29 23:15:20 +01:00
parent e2df0903d1
commit a3f0138ece

View File

@ -954,13 +954,17 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;;; Easy switching between themes
(defun my-helm-theme-after ()
(powerline-reset)
(set-face-background 'scroll-bar (face-background 'fringe)))
(use-package helm-themes
:ensure nil
:bind
(("C-c T" . helm-themes))
:config
;; need to update powerline after changing theme
(advice-add 'helm-themes :after #'powerline-reset))
(advice-add 'helm-themes :after #'my-helm-theme-after))
;;; My customization for some used themes