aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tab-bar.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tab-bar.el')
-rw-r--r--lisp/tab-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index ebb0c566ad1..fac27f41ba9 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -51,11 +51,11 @@
51 :version "27.1") 51 :version "27.1")
52 52
53(defface tab-bar 53(defface tab-bar
54 '((((type x w32 ns) (class color)) 54 '((((class color) (min-colors 88))
55 :inherit variable-pitch 55 :inherit variable-pitch
56 :background "grey85" 56 :background "grey85"
57 :foreground "black") 57 :foreground "black")
58 (((type x) (class mono)) 58 (((class mono))
59 :background "grey") 59 :background "grey")
60 (t 60 (t
61 :inverse-video t)) 61 :inverse-video t))