We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8315084 commit ef5fba9Copy full SHA for ef5fba9
lisp/tab-bar.el
@@ -51,11 +51,11 @@
51
:version "27.1")
52
53
(defface tab-bar
54
- '((((type x w32 ns) (class color))
+ '((((class color) (min-colors 88))
55
:inherit variable-pitch
56
:background "grey85"
57
:foreground "black")
58
- (((type x) (class mono))
+ (((class mono))
59
:background "grey")
60
(t
61
:inverse-video t))
lisp/tab-line.el
@@ -42,12 +42,12 @@
42
43
44
(defface tab-line
45
46
47
:height 0.9
48
49
50
0 commit comments