|
2 | 2 | // for details. All rights reserved. Use of this source code is governed by a
|
3 | 3 | // BSD-style license that can be found in the LICENSE file.
|
4 | 4 |
|
| 5 | +:root { |
| 6 | + // Used by the header and sticky elements wanting to position below it. |
| 7 | + --main-header-height: 50px; |
| 8 | +} |
| 9 | + |
5 | 10 | .light-theme {
|
6 | 11 | /*background-color body, listdropdown*/
|
7 | 12 | --main-bg-color: #fff;
|
|
13 | 18 | --main-text-color: #111111;
|
14 | 19 | /*typehead search-box*/
|
15 | 20 | --main-search-bar: #fff;
|
16 |
| - /* scrollbar-thumb */ |
17 |
| - --main-scrollbar-color: #CCC; |
18 | 21 | /* footer */
|
19 | 22 | --main-footer-background: #111111;
|
20 | 23 | /*header text color*/
|
21 | 24 | --main-h-text: black;
|
22 | 25 | /* hyperlinks*/
|
23 | 26 | --main-hyperlinks-color: #0175C2;
|
24 |
| - /*search background*/ |
25 |
| - --main-search-background: transparent; |
26 | 27 |
|
27 | 28 | --main-inset-bgColor: #f5f5f7;
|
28 | 29 | --main-inset-borderColor: #dadce0;
|
|
36 | 37 | --main-var-color: #008080;
|
37 | 38 | --main-string-color: #d14;
|
38 | 39 |
|
39 |
| - --main-number-filter: invert(0%); |
40 | 40 | --main-icon-color: black;
|
41 | 41 |
|
42 | 42 | /* alerts */
|
|
46 | 46 | --alert-warning-fgColor: #955d00;
|
47 | 47 | --alert-error-fgColor: #c43131;
|
48 | 48 |
|
| 49 | + color-scheme: light; |
| 50 | + |
49 | 51 | #light-theme-button {
|
50 | 52 | display: none;
|
51 | 53 | }
|
|
67 | 69 | --main-text-color: #fff;
|
68 | 70 | /*typehead search-box*/
|
69 | 71 | --main-search-bar: #454545;
|
70 |
| - /* scrollbar-thumb */ |
71 |
| - --main-scrollbar-color: #5f6368; |
72 | 72 | /* footer */
|
73 | 73 | --main-footer-background: #27323a;
|
74 | 74 | /* hyperlinks*/
|
75 | 75 | --main-hyperlinks-color: #00D2FA;
|
76 |
| - /*search background*/ |
77 |
| - --main-search-background: black; |
78 | 76 |
|
79 | 77 | --main-inset-bgColor: #242b32;
|
80 | 78 | --main-inset-borderColor: #676f7e;
|
|
88 | 86 | --main-var-color: #55A09B;
|
89 | 87 | --main-string-color: #FF2D64;
|
90 | 88 |
|
91 |
| - --main-number-filter: invert(100%); |
92 | 89 | --main-icon-color: white;
|
93 | 90 |
|
94 | 91 | /* alerts */
|
|
98 | 95 | --alert-warning-fgColor: #cea11f;
|
99 | 96 | --alert-error-fgColor: #ff6666;
|
100 | 97 |
|
| 98 | + color-scheme: dark; |
| 99 | + |
101 | 100 | #dark-theme-button {
|
102 | 101 | display: none;
|
103 | 102 | }
|
|
0 commit comments