get rid of different colored fringes

This commit is contained in:
Ivan Malison 2015-12-13 20:22:42 -05:00
parent a5b77ae0ec
commit 7e6fc5b033

View File

@ -2480,6 +2480,7 @@ items follow a style that is consistent with other prog-modes."
(defun imalison:after-load-theme (&rest args) (defun imalison:after-load-theme (&rest args)
(when (fboundp 'powerline-reset) (when (fboundp 'powerline-reset)
(powerline-reset)) (powerline-reset))
(set-face-background 'fringe (face-background 'default))
(imalison:restore-ansi-term-color-vector)) (imalison:restore-ansi-term-color-vector))
(when t (when t
@ -2519,6 +2520,7 @@ items follow a style that is consistent with other prog-modes."
;; (when (display-graphic-p) (imalison:appearance)) ;; (when (display-graphic-p) (imalison:appearance))
(add-hook 'after-init-hook 'imalison:appearance) (add-hook 'after-init-hook 'imalison:appearance)
(add-hook 'after-make-frame-functions 'imalison:appearance) (add-hook 'after-make-frame-functions 'imalison:appearance)
(remove-hook 'after-make-frame-functions 'imalison:appearance)
;; Local Variables: ;; Local Variables:
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)