Variable: treemacs-window-background-color

treemacs-window-background-color is a customizable variable defined in treemacs-customization.el.

This variable is obsolete since v3.2; treemacs-window-background-face & treemacs-hl-line-face

Value

nil

Documentation

This variable is obsolete and no longer in use.

Instead you can modify treemacs-window-background-face and treemacs-hl-line-face.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-window-background-color nil
  "This variable is obsolete and no longer in use.
Instead you can modify `treemacs-window-background-face' and
`treemacs-hl-line-face'."
  :type '(cons color color)
  :group 'treemacs-window)