Convenience function to create a theme.
tippyTheme( name, box_bg = "black", box_color = "white", box_font_size = "12px", arrow_color = box_bg, content_bg = box_bg, content_color = box_color, content_font_size = box_font_size )
| name | Name of theme.  | 
    
|---|---|
| box_bg, box_color, content_bg, content_color | Background and text color respectively.  | 
    
| box_font_size, content_font_size | Size of the font.  | 
    
| arrow_color | Color of the arrow (if enabled).  |