| 11 | |
| 12 | #[derive(Clone)] |
| 13 | pub struct ThemeColors { |
| 14 | pub primary: crate::style::Color, |
| 15 | pub background: crate::style::Color, |
| 16 | pub text: crate::style::Color, |
| 17 | } |
| 18 | |
| 19 | impl Theme { |
| 20 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected