Parent
[>]
1//! Built-in color themes. 2 3use ValueEnum; 4 5pub const BASE_CSS: &str = include_str!; 6pub const MARKDOWN_CSS: &str = include_str!; 7 8/// A built-in color theme. `Auto` and `SolarizedAuto` follow the OS 9/// light/dark preference via `prefers-color-scheme`. 10 11 21 22