yascroll: inherit color from airline

This commit is contained in:
MitchMarq42 2022-10-09 11:56:51 -08:00
parent c6493cc609
commit 5ecaaabff3

View File

@ -435,9 +435,10 @@ targets."
;; :if (not (display-graphic-p)) ;; :if (not (display-graphic-p))
:custom (yascroll:delay-to-hide nil) :custom (yascroll:delay-to-hide nil)
:custom-face :custom-face
(yascroll:thumb-text-area ((t (:background "ForestGreen")))) (yascroll:thumb-text-area
((t (:inherit airline-emacs-outer))))
(yascroll:thumb-fringe (yascroll:thumb-fringe
((t (:background "ForestGreen" :foreground "ForestGreen")))) ((t (:inherit airline-emacs-outer))))
:config (global-yascroll-bar-mode 1)) :config (global-yascroll-bar-mode 1))
;; parentheses settingses ;; parentheses settingses