Is it possible to modify the color of the background and foreground in the title of a graph?
Using a dark them in JupyterLab, which is what all the cool kids seem to be using these days, results in some serious visibility issues.

Since it looks like vpython is using webgl, is there a way to pass html along to do either of the following:
- Make the title background block transparent and the text color something visible against that background?
- Make the background transparency of the plots themselves go away? For example, if the plot background was white, I'd be able to live with the title being on a white background.
- Since the background of the X/Y labels are transparent I have to play games with the foreground color.
Simplest solution: Don't use a dark theme
Harder solution: Change the theme to give me a white background in the outputs
I'm looking for something in the middle of those two potential solutions.