theme.AddListTheme("refer")
theme.List("refer").AddItemTheme("green")
theme.List("refer").Item("green").BackColor = ABM.COLOR_GREEN
theme.List("refer").Item("green").BackColorIntensity = ABM.INTENSITY_LIGHTEN4
theme.List("refer").AddItemTheme("yellow")
theme.List("refer").Item("yellow").BackColor = ABM.COLOR_YELLOW
theme.List("refer").Item("yellow").BackColorIntensity = ABM.INTENSITY_LIGHTEN4
list3.AddItemWithTheme(id, BuildSimpleListItem(...), "green")