pub(crate) trait ValueKindExt { // Required method fn color(&self, user_color: Color32, theme: &SurferTheme) -> Color32; }