pub trait ColorScheme { // Required method fn color(&self, view: &StructureView<'_>, i: usize) -> Color; }