make scroll-bar the color of fringe
This commit is contained in:
parent
e2df0903d1
commit
a3f0138ece
6
init.el
6
init.el
@ -954,13 +954,17 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
|||||||
|
|
||||||
;;; Easy switching between themes
|
;;; Easy switching between themes
|
||||||
|
|
||||||
|
(defun my-helm-theme-after ()
|
||||||
|
(powerline-reset)
|
||||||
|
(set-face-background 'scroll-bar (face-background 'fringe)))
|
||||||
|
|
||||||
(use-package helm-themes
|
(use-package helm-themes
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:bind
|
:bind
|
||||||
(("C-c T" . helm-themes))
|
(("C-c T" . helm-themes))
|
||||||
:config
|
:config
|
||||||
;; need to update powerline after changing theme
|
;; 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
|
;;; My customization for some used themes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user