This is the relevant CSS from the theme’s stylesheet for the slide panel colours:
#jPanelMenu-menu {
background: #333;
color: #ddd;
}
#jPanelMenu-menu .widget-title {
color: #999;
}
.side-panel-toggle {
background: url(images/sprite-master.png) 10px -472px no-repeat #333;
}
.side-panel-toggle p {
color: #C1C1C1;
}
.side-panel-wrapper li {
color: #fff;
border-bottom: 1px solid #444;
}
.side-panel-wrapper li a {
color: #fff;
}
Change as you see fit.