Variable: cider-stacktrace-frames-background-color

cider-stacktrace-frames-background-color is a variable defined in cider-stacktrace.el.

Value

nil

Documentation

Background color for stacktrace frames.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
;; Colors & Theme Support

(defvar cider-stacktrace-frames-background-color
  (cider-scale-background-color)
  "Background color for stacktrace frames.")