@hmiller: There is no color options for those two in the customizer, if you want to change the default color, you can use Custom CSS. If you want, we can help you further.
I tested the theme with Jetpack Extra Sidebar option, and everything is working fine. Featured Content and Featured Slider are displaying fine. If you have other plugins, try disabling it and check if it resolves the issue.
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* Remove lines between links on the sidebar */
.widget ul li {
border-bottom: none;
}
/* Change background Color of the sidebar */
#secondary {
background-color: #bbb;
}
Let me know if any problem. Please post in your site url.
Regards,
Mahesh