Holoviews renderer Bokeh Theme

I am using the bokeh renderer and want to style the embeded plot with Theme from bokeh.themes.theme. (Example here)

Is there an Overview of attributes to change somewhere? I only find the attributes provided in the example and these are not very much.

“Theme” is just a mapping of models, their attributes, and values of those attributes. If I’m not mistaken, every attribute with value that can be encoded in YAML can be set via a theme. So the best documentation for what you can put into themes is just the API documentation.