Thank you for the suggestions.
Please post feature requests in the Feature Requests forum thread. It keeps them all together and ensures that they are not overlooked.
You can choose the color for the different texts in a gallery by using CSS as follows:
Gallery Title:
.jb-flag-large-screen-mode .jb-area-large-mode-title {
color: #ff0000;
}
Image Title:
.jb-caption .jb-caption-title {
color: #00ff00;
}
Image Caption:
.jb-cap-frame .jb-caption {
color: #0000ff;
}
For configuration beyond that which is capable using the available configuration options, please see the Theming Guide.