For one ToolStrip
ProfessionalColorTable colorTable = new ProfessionalColorTable();
colorTable.UseSystemColors = true;
toolStrip.Renderer = new ToolStripProfessionalRenderer(colorTable);
For the entire app:
ToolStripManager.VisualStylesEnabled = false;