]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/static/css/themes/ayu.css
Auto merge of #106121 - RalfJung:miri, r=RalfJung
[rust.git] / src / librustdoc / html / static / css / themes / ayu.css
1 /*
2 Based off of the Ayu theme
3 Original by Dempfi (https://github.com/dempfi/ayu)
4 */
5
6 :root {
7         --main-background-color: #0f1419;
8         --main-color: #c5c5c5;
9         --settings-input-color: #ffb454;
10         --settings-button-color: #fff;
11         --settings-button-border-focus: #e0e0e0;
12         --sidebar-background-color: #14191f;
13         --sidebar-background-color-hover: rgba(70, 70, 70, 0.33);
14         --code-block-background-color: #191f26;
15         --scrollbar-track-background-color: transparent;
16         --scrollbar-thumb-background-color: #5c6773;
17         --scrollbar-color: #5c6773 #24292f;
18         --headings-border-bottom-color: #5c6773;
19         --border-color: #5c6773;
20         --button-background-color: #141920;
21         --right-side-color: grey;
22         --code-attribute-color: #999;
23         --toggles-color: #999;
24         --toggle-filter: invert(100%);
25         --search-input-focused-border-color: #5c6773; /* Same as `--border-color`. */
26         --copy-path-button-color: #fff;
27         --copy-path-img-filter: invert(70%);
28         --copy-path-img-hover-filter: invert(100%);
29         --codeblock-error-hover-color: rgb(255, 0, 0);
30         --codeblock-error-color: rgba(255, 0, 0, .5);
31         --codeblock-ignore-hover-color: rgb(255, 142, 0);
32         --codeblock-ignore-color: rgba(255, 142, 0, .6);
33         --type-link-color: #ffa0a5;
34         --trait-link-color: #39afd7;
35         --assoc-item-link-color: #39afd7;
36         --function-link-color: #fdd687;
37         --macro-link-color: #a37acc;
38         --keyword-link-color: #39afd7;
39         --mod-link-color: #39afd7;
40         --link-color: #39afd7;
41         --sidebar-link-color: #53b1db;
42         --sidebar-current-link-background-color: transparent;
43         --search-result-link-focus-background-color: #3c3c3c;
44         --search-result-border-color: #aaa3;
45         --search-color: #fff;
46         --search-results-alias-color: #c5c5c5;
47         --search-results-grey-color: #999;
48         --search-tab-title-count-color: #888;
49         --stab-background-color: #314559;
50         --stab-code-color: #e6e1cf;
51         --code-highlight-kw-color: #ff7733;
52         --code-highlight-kw-2-color: #ff7733;
53         --code-highlight-lifetime-color: #ff7733;
54         --code-highlight-prelude-color: #69f2df;
55         --code-highlight-prelude-val-color: #ff7733;
56         --code-highlight-number-color: #b8cc52;
57         --code-highlight-string-color: #b8cc52;
58         --code-highlight-literal-color: #ff7733;
59         --code-highlight-attribute-color: #e6e1cf;
60         --code-highlight-self-color: #36a3d9;
61         --code-highlight-macro-color: #a37acc;
62         --code-highlight-question-mark-color: #ff9011;
63         --code-highlight-comment-color: #788797;
64         --code-highlight-doc-comment-color: #a1ac88;
65         --src-line-numbers-span-color: #5c6773;
66         --src-line-number-highlighted-background-color: rgba(255, 236, 164, 0.06);
67         --test-arrow-color: #788797;
68         --test-arrow-background-color: rgba(57, 175, 215, 0.09);
69         --test-arrow-hover-color: #c5c5c5;
70         --test-arrow-hover-background-color: rgba(57, 175, 215, 0.368);
71         --target-background-color: rgba(255, 236, 164, 0.06);
72         --target-border-color: rgba(255, 180, 76, 0.85);
73         --tooltip-background-color: #314559;
74         --tooltip-color: #c5c5c5;
75         --kbd-color: #c5c5c5;
76         --kbd-background: #314559;
77         --kbd-box-shadow-color: #5c6773;
78         --rust-logo-filter: drop-shadow(1px 0 0px #fff)
79                 drop-shadow(0 1px 0 #fff)
80                 drop-shadow(-1px 0 0 #fff)
81                 drop-shadow(0 -1px 0 #fff);
82         /* match border-color; uses https://codepen.io/sosuke/pen/Pjoqqp */
83         --crate-search-div-filter: invert(41%) sepia(12%) saturate(487%) hue-rotate(171deg)
84                 brightness(94%) contrast(94%);
85         --crate-search-div-hover-filter: invert(98%) sepia(12%) saturate(81%) hue-rotate(343deg)
86                 brightness(113%) contrast(76%);
87         --crate-search-hover-border: #e0e0e0;
88         --source-sidebar-background-selected: #14191f;
89         --source-sidebar-background-hover: #14191f;
90         --table-alt-row-background-color: #191f26;
91         --codeblock-link-background: #333;
92         --scrape-example-toggle-line-background: #999;
93         --scrape-example-toggle-line-hover-background: #c5c5c5;
94 }
95
96 h1, h2, h3, h4 {
97         color: white;
98 }
99 h1 a {
100         color: #fff;
101 }
102 h4 {
103         border: none;
104 }
105
106 .docblock code {
107         color: #ffb454;
108 }
109 .code-header {
110         color: #e6e1cf;
111 }
112 .docblock pre > code, pre > code {
113         color: #e6e1cf;
114 }
115 .item-info code {
116         color: #e6e1cf;
117 }
118 .docblock a > code {
119         color: #39AFD7 !important;
120 }
121 pre, .rustdoc.source .example-wrap {
122         color: #e6e1cf;
123 }
124
125 .sidebar .current,
126 .sidebar a:hover {
127         color: #ffb44c;
128 }
129
130 .sidebar-elems .location {
131         color: #ff7733;
132 }
133
134 .src-line-numbers .line-highlighted {
135         color: #708090;
136         padding-right: 7px;
137         border-right: 1px solid #ffb44c;
138 }
139
140 .search-results a:hover {
141         color: #fff !important;
142         background-color: #3c3c3c;
143 }
144
145 .search-results a:focus {
146         color: #fff !important;
147         background-color: #3c3c3c;
148 }
149 .search-results a {
150         color: #0096cf;
151 }
152 .search-results a div.desc {
153         color: #c5c5c5;
154 }
155
156 .sidebar h2 a,
157 .sidebar h3 a {
158         color: white;
159 }
160
161 .result-name .primitive > i, .result-name .keyword > i {
162         color: #788797;
163 }
164
165 #titles > button.selected {
166         background-color: #141920 !important;
167         border-bottom: 1px solid #ffb44c !important;
168         border-top: none;
169 }
170
171 #titles > button:not(.selected) {
172         background-color: transparent !important;
173         border: none;
174 }
175
176 #titles > button:hover {
177         border-bottom: 1px solid rgba(242, 151, 24, 0.3);
178 }
179
180 /* rules that this theme does not need to set, here to satisfy the rule checker */
181 /* note that a lot of these are partially set in some way (meaning they are set
182 individually rather than as a group) */
183 /* FIXME: these rules should be at the bottom of the file but currently must be
184 above the `@media (max-width: 700px)` rules due to a bug in the css checker */
185 /* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
186 pre.rust .lifetime {}
187 pre.rust .kw {}
188 #titles > button:hover, #titles > button.selected {}
189 pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val, pre.rust .attribute {}
190 pre.rust .kw-2, pre.rust .prelude-ty {}
191
192 #settings-menu > a img {
193         filter: invert(100);
194 }
195
196 #source-sidebar > .title {
197         color: #fff;
198 }
199 #source-sidebar div.files > a:hover, details.dir-entry summary:hover,
200 #source-sidebar div.files > a:focus, details.dir-entry summary:focus,
201 #source-sidebar div.files > a.selected {
202         color: #ffb44c;
203 }
204
205 .scraped-example-list .scrape-help {
206         border-color: #aaa;
207         color: #eee;
208 }
209 .scraped-example-list .scrape-help:hover {
210         border-color: white;
211         color: white;
212 }
213 .scraped-example .example-wrap .rust span.highlight {
214         background: rgb(91, 59, 1);
215 }
216 .scraped-example .example-wrap .rust span.highlight.focus {
217         background: rgb(124, 75, 15);
218 }
219 .scraped-example:not(.expanded) .code-wrapper::before {
220         background: linear-gradient(to bottom, rgba(15, 20, 25, 1), rgba(15, 20, 25, 0));
221 }
222 .scraped-example:not(.expanded) .code-wrapper::after {
223         background: linear-gradient(to top, rgba(15, 20, 25, 1), rgba(15, 20, 25, 0));
224 }