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