mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
; Fix a recent change of tab-bar/line faces
* lisp/tab-line.el (tab-line-tab, tab-line-tab-inactive) (tab-line-highlight, tab-line-tab-current): * lisp/tab-bar.el (tab-bar-tab, tab-bar-tab-inactive): * lisp/faces.el (tab-line, tab-bar): Update :version of modified faces.
This commit is contained in:
parent
eb4c5f0095
commit
ec3ade22fc
3 changed files with 8 additions and 8 deletions
|
|
@ -2976,7 +2976,7 @@ Note: Other faces cannot inherit from the cursor face."
|
|||
(t
|
||||
:inverse-video t))
|
||||
"Tab bar face."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'basic-faces)
|
||||
|
||||
(defface tab-line
|
||||
|
|
@ -2995,7 +2995,7 @@ Note: Other faces cannot inherit from the cursor face."
|
|||
(t
|
||||
:inverse-video t))
|
||||
"Tab line face."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'basic-faces)
|
||||
|
||||
(defface menu
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
(t
|
||||
:inverse-video nil))
|
||||
"Tab bar face for selected tab."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-bar-faces)
|
||||
|
||||
(defface tab-bar-tab-inactive
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
(t
|
||||
:inverse-video t))
|
||||
"Tab bar face for non-selected tab."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-bar-faces)
|
||||
|
||||
(defface tab-bar-tab-group-current
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ is selected."
|
|||
:foreground "white")
|
||||
(t :inverse-video nil))
|
||||
"Tab line face for selected tab."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-line-faces)
|
||||
|
||||
(defface tab-line-tab-inactive
|
||||
|
|
@ -81,7 +81,7 @@ is selected."
|
|||
:background "grey20")
|
||||
(t :inverse-video t))
|
||||
"Tab line face for non-selected tab."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-line-faces)
|
||||
|
||||
(defface tab-line-tab-inactive-alternate
|
||||
|
|
@ -126,7 +126,7 @@ function `tab-line-tab-face-group'."
|
|||
(((class color) (min-colors 88) (background dark))
|
||||
:background "grey40"))
|
||||
"Tab line face for tab with current buffer in selected window."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-line-faces)
|
||||
|
||||
(defface tab-line-highlight
|
||||
|
|
@ -140,7 +140,7 @@ function `tab-line-tab-face-group'."
|
|||
:foreground "white")
|
||||
(t :inverse-video nil))
|
||||
"Tab line face for highlighting."
|
||||
:version "27.1"
|
||||
:version "31.1"
|
||||
:group 'tab-line-faces)
|
||||
|
||||
(defface tab-line-close-highlight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue