@@ -13,13 +13,16 @@ html {
13
13
--color-menu-header-background : #e0e0e0 ;
14
14
--color-navbar-standard : #777 ;
15
15
--color-standard : #000 ;
16
+ --color-brand : #000 ;
16
17
--color-struct : #df3600 ;
17
18
--color-type : #e57300 ;
18
19
--color-url : #4d76ae ;
19
20
--color-warn-background : #ffe5cc ;
20
21
--color-warn-hover : #b25900 ;
21
22
--color-warn : #e57300 ;
22
23
--color-background-input : #fff ;
24
+ --color-table-header-background : #e0e0e0 ;
25
+ --color-table-header : #000 ;
23
26
}
24
27
25
28
// To add a new theme, copy the above theme into a new `html[data-theme="name"]`
@@ -39,13 +42,16 @@ html[data-theme="dark"] {
39
42
--color-menu-header-background : #e0e0e0 ;
40
43
--color-navbar-standard : #ddd ;
41
44
--color-standard : #c0c0c0 ;
45
+ --color-brand : #fff ;
42
46
--color-struct : #df3600 ;
43
47
--color-type : #e57300 ;
44
48
--color-url : #d2991d ;
45
49
--color-warn-background : #ffe5cc ;
46
50
--color-warn-hover : #b25900 ;
47
51
--color-warn : #e57300 ;
48
52
--color-background-input : #f0f0f0 ;
53
+ --color-table-header-background : #e0e0e0 ;
54
+ --color-table-header : #000 ;
49
55
}
50
56
51
57
html [data-theme = " ayu" ] {
@@ -62,11 +68,14 @@ html[data-theme="ayu"] {
62
68
--color-menu-header-background : #e0e0e0 ;
63
69
--color-navbar-standard : #ddd ;
64
70
--color-standard : #c5c5c5 ;
71
+ --color-brand : #fff ;
65
72
--color-struct : #df3600 ;
66
73
--color-type : #e57300 ;
67
74
--color-url : #39afd7 ;
68
75
--color-warn-background : #ffe5cc ;
69
76
--color-warn-hover : #b25900 ;
70
77
--color-warn : #e57300 ;
71
78
--color-background-input : #141920 ;
79
+ --color-table-header-background : #364759 ;
80
+ --color-table-header : #eee ;
72
81
}
0 commit comments