]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el: New faces and face options.
authorJuri Linkov <juri@linkov.net>
Wed, 17 Mar 2021 17:42:27 +0000 (19:42 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 17 Mar 2021 17:42:27 +0000 (19:42 +0200)
commit0441e605a12a238abebdc9557151dcad87037d64
tree77fbb063cd7524078550b53ad3d4f5990768326f
parent6e796b52e1e61c67e5d939bfcc77d34b9d735158
* lisp/tab-bar.el: New faces and face options.

* lisp/tab-bar.el (tab-bar-tab-group-current)
(tab-bar-tab-group-inactive, tab-bar-tab-ungrouped): New deffaces.
(tab-bar-tab-face-function): New defcustom.
(tab-bar-tab-face-default): New function.
(tab-bar-tab-name-format-default): Use it.
(tab-bar-tab-group-format-default): Use tab-bar-tab-group-inactive face.
(tab-bar-tab-group-face-function): New defcustom.
(tab-bar-tab-group-face-default): New function.
(tab-bar--format-tab-group): Add new arg 'current-p'.
(tab-bar-format-tabs-groups): Prepend current group name before first tab.
Override tab-bar-tab-face-function with tab-bar-tab-group-face-function.
lisp/tab-bar.el