Adds a custom class to the extension's interface
theme should be an HTML class, which will be added to :
theme
the overlay .bp3-dialog elements
.bp3-dialog
the on-page menu .bp3-card element
.bp3-card
the context menu .bp3-popover element
.bp3-popover
You can use it to facilitate custom theming.
Using theme: "bp3-dark" will apply Blueprint's own dark theme to the extension's interface, without needing any additional CSS rules.
theme: "bp3-dark"
Last updated 4 years ago