Only through custom CSS code (Settings / Tiger / Advanced / Custom code / CSS):
.lightbox .lightbox-caption {
background-color: pink;
}
.lightbox .lightbox-caption:hover {
background-color: red;
}
.lightbox .controls {
background-color: pink;
}
.lightbox .controls:hover {
background-color: red;
}
(Replace the colors with your own colors.)