diff -r 499748f6e80f -r 4bf74e158f44 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Tue Dec 07 01:18:43 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Wed Dec 08 14:47:52 2010 +0100 @@ -146,7 +146,7 @@ cell.accessoryView = self.syncSwitch; } - cell.backgroundColor = [UIColor blackColor]; + cell.backgroundColor = UICOLOR_HW_ALMOSTBLACK; cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT; cell.detailTextLabel.textColor = [UIColor whiteColor]; return cell;