The theme property (string) specifies the CSS theme name.
The default CSS theme ("bubble_default") is built-in and it doesn't require additional CSS files to be included.
"bubble_default"
var bubble = new DayPilot.Bubble({
theme: "my_bubble_theme",
// ...
});