22html {
33 --color-background-code : #f5f5f5 ;
44 --color-background : #fff ;
5+ --input-color : #000 ;
6+ --input-box-shadow-focus : 0 0 8px #078dd8 ;
57 --color-border-light : #eaeaea ;
68 --color-border : #ddd ;
79 --color-doc-link-background : #333 ;
2325 --color-background-input : #fff ;
2426 --color-table-header-background : #e0e0e0 ;
2527 --color-table-header : #000 ;
28+ --color-search-focus : #078dd8 ;
29+ --chart-title-color : #000 ;
30+ --chart-grid : #ddd ;
2631}
2732
2833// To add a new theme, copy the above theme into a new `html[data-theme="name"]`
3136html [data-theme = " dark" ] {
3237 --color-background-code : #2a2a2a ;
3338 --color-background : #353535 ;
39+ --input-color : #111 ;
40+ --input-box-shadow-focus : 0 0 8px 4px #078dd8 ;
3441 --color-border-light : #eaeaea ;
3542 --color-border : #4e4e4e ;
3643 --color-doc-link-background : #c0c0c0 ;
@@ -52,11 +59,16 @@ html[data-theme="dark"] {
5259 --color-background-input : #f0f0f0 ;
5360 --color-table-header-background : #e0e0e0 ;
5461 --color-table-header : #000 ;
62+ --color-search-focus : #078dd8 ;
63+ --chart-title-color : #c0c0c0 ;
64+ --chart-grid : #4e4e4e ;
5565}
5666
5767html [data-theme = " ayu" ] {
5868 --color-background-code : #191f26 ;
5969 --color-background : #0f1419 ;
70+ --input-color : #c5c5c5 ;
71+ --input-box-shadow-focus : 0 0 0 1px #148099 ,0 0 0 2px transparent ;
6072 --color-border-light : #eaeaea ;
6173 --color-border : #424c57 ;
6274 --color-doc-link-background : #d5d5d5 ;
@@ -78,4 +90,7 @@ html[data-theme="ayu"] {
7890 --color-background-input : #141920 ;
7991 --color-table-header-background : #364759 ;
8092 --color-table-header : #eee ;
93+ --color-search-focus : #148099 ;
94+ --chart-title-color : #e6e6e6 ;
95+ --chart-grid : #5c6773 ;
8196}
0 commit comments