MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / Theme

Class Theme

src/theme/mod.rs:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Clone)]
6pub struct Theme {
7 pub is_dark: bool,
8 pub colors: ThemeColors,
9 styles: HashMap<String, Style>,
10}
11
12#[derive(Clone)]
13pub struct ThemeColors {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected