ZD56BUSUGTPPDSHHTOC2H5RJJG4FUUUPOSM2BHRY3UA5D6OA43XQC LineKind::Added => line,// TODO replace with class// .style(|_theme| {// container::background(Background::from(ADDED_BG_COLOR))// })LineKind::Deleted => line, /* TODO replace with class* .style(|_theme| {* container::background(Background::from(DELETED_BG_COLOR))* }) */
LineKind::Added => line.class(theme::Container::DiffAddition),LineKind::Deleted => line.class(theme::Container::DiffDeletion),