2
2
html {
3
3
--color-background-code : #f5f5f5 ;
4
4
--color-background : #fff ;
5
+ --input-color : #000 ;
6
+ --input-box-shadow-focus : 0 0 8px #078dd8 ;
5
7
--color-border-light : #eaeaea ;
6
8
--color-border : #ddd ;
7
9
--color-doc-link-background : #333 ;
23
25
--color-background-input : #fff ;
24
26
--color-table-header-background : #e0e0e0 ;
25
27
--color-table-header : #000 ;
28
+ --color-search-focus : #078dd8 ;
29
+ --chart-title-color : #000 ;
30
+ --chart-grid : #ddd ;
26
31
}
27
32
28
33
// To add a new theme, copy the above theme into a new `html[data-theme="name"]`
31
36
html [data-theme = " dark" ] {
32
37
--color-background-code : #2a2a2a ;
33
38
--color-background : #353535 ;
39
+ --input-color : #111 ;
40
+ --input-box-shadow-focus : 0 0 8px 4px #078dd8 ;
34
41
--color-border-light : #eaeaea ;
35
42
--color-border : #4e4e4e ;
36
43
--color-doc-link-background : #c0c0c0 ;
@@ -52,11 +59,16 @@ html[data-theme="dark"] {
52
59
--color-background-input : #f0f0f0 ;
53
60
--color-table-header-background : #e0e0e0 ;
54
61
--color-table-header : #000 ;
62
+ --color-search-focus : #078dd8 ;
63
+ --chart-title-color : #c0c0c0 ;
64
+ --chart-grid : #4e4e4e ;
55
65
}
56
66
57
67
html [data-theme = " ayu" ] {
58
68
--color-background-code : #191f26 ;
59
69
--color-background : #0f1419 ;
70
+ --input-color : #c5c5c5 ;
71
+ --input-box-shadow-focus : 0 0 0 1px #148099 ,0 0 0 2px transparent ;
60
72
--color-border-light : #eaeaea ;
61
73
--color-border : #424c57 ;
62
74
--color-doc-link-background : #d5d5d5 ;
@@ -78,4 +90,7 @@ html[data-theme="ayu"] {
78
90
--color-background-input : #141920 ;
79
91
--color-table-header-background : #364759 ;
80
92
--color-table-header : #eee ;
93
+ --color-search-focus : #148099 ;
94
+ --chart-title-color : #e6e6e6 ;
95
+ --chart-grid : #5c6773 ;
81
96
}
0 commit comments