Function: cider--test-adapt-to-theme
cider--test-adapt-to-theme is a byte-compiled function defined in
cider-test.el.
Signature
(cider--test-adapt-to-theme &rest _)
Documentation
When theme is changed, update cider-test-items-background-color.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defun cider--test-adapt-to-theme (&rest _)
"When theme is changed, update `cider-test-items-background-color'."
(setq cider-test-items-background-color (cider-scale-background-color)))