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

Class ThemeColors

src/theme/mod.rs:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Clone)]
13pub struct ThemeColors {
14 pub primary: crate::style::Color,
15 pub background: crate::style::Color,
16 pub text: crate::style::Color,
17}
18
19impl Theme {
20 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected