max / makeover
| 1 | //! Print the switchable sheet: every shipped theme keyed by `data-theme`. |
| 2 | //! |
| 3 | //! `cargo run --example all_themes_sheet | head -40` is the quickest look at |
| 4 | //! what a consumer links, and `| wc -c` is what it costs them. |
| 5 | |
| 6 | |
| 7 | let dirs = vec! |
| 8 | bundled_themes_dir.expect, |
| 9 | false, |
| 10 | ]; |
| 11 | let defaults = |
| 12 | new.high_contrast; |
| 13 | print!; |
| 14 | |
| 15 |