Variable: consult-themes

consult-themes is a customizable variable defined in consult.el.

Value

nil

Documentation

List of themes (symbols or regexps) to be presented for selection.

nil shows all custom-available-themes.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-themes nil
  "List of themes (symbols or regexps) to be presented for selection.
nil shows all `custom-available-themes'."
  :type '(repeat (choice symbol regexp)))