Variable: tab-bar-tab-face-function
tab-bar-tab-face-function is a customizable variable defined in
tab-bar.el.gz.
Value
tab-bar-tab-face-default
Documentation
Function to define a tab face.
Function gets one argument: a tab.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defcustom tab-bar-tab-face-function #'tab-bar-tab-face-default
"Function to define a tab face.
Function gets one argument: a tab."
:type 'function
:group 'tab-bar
:version "28.1")