Variable: transient-semantic-coloring

transient-semantic-coloring is a customizable variable defined in transient.el.

Value

t

Documentation

Whether to use colors to indicate transient behavior.

If non-nil, then the key binding of each suffix is colorized to indicate whether it exits the transient state or not, and the line that is drawn below transient's menu buffer is used to indicate the behavior of non-suffix commands.

This variable was added, or its default value changed, in transient version 0.5.0.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-semantic-coloring t
  "Whether to use colors to indicate transient behavior.

If non-nil, then the key binding of each suffix is colorized to
indicate whether it exits the transient state or not, and the
line that is drawn below transient's menu buffer is used to
indicate the behavior of non-suffix commands."
  :package-version '(transient . "0.5.0")
  :group 'transient
  :type 'boolean)