Grafana Boom Theme Panel was created during early Grafana days to workaround theme support for Grafana dashbaords. Given that Grafana have native themes now, It is time to deprecate the plugin.
Thank you community for the support. This plugin will be removed/archived from the grafana plugin catalog. Existing installations should continue to work. If that doesn’t work, reach out to community.grafana.com for support. You can also download old binaries from releases page.
Theme switcher with custom styles / themes for grafana dashboards.
Themes can be created with multiple building blocks like background image, base theme etc.
Property | Description |
---|---|
Base theme | Themes can be built on top of default/dark/light theme. Default is Default Theme |
Background image | Optional property. Can be blank. If specified more than once, last wins. Value should be valid image URL |
CSS url | External theme file. Should be valid CSS file URL |
Custom Style / CSS Override | CSS Styles. Should be valid css |
Panel container BG | Background color for the panels |
This grafana plugin is tested with the following grafana versions, But other versions are also expected to work.
When adding external stylesheets, make sure CORS enabled for those domains.
To make panel invisible : Modify following theme panel settings:
If any custom plugin is used, dark/light theme switch, base theme will not work for those custom plugins. Refer this github issue
Theme panel should be within view port. Otherwise, Grafana won’t render the theme. Refer this
There are multiple ways to install this plugin into your grafana instance
Download the zip file from github releases page and extract into your grafana plugin folder. Then restart Grafana.
If you are using grafana-cli, execute the following command to install the plugin
grafana-cli plugins install yesoreyeram-boomtheme-panel
or for specific versions
grafana-cli --pluginUrl https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel/releases/download/v0.2.1/yesoreyeram-boomtheme-panel-0.2.1.zip plugins install yesoreyeram-boomtheme-panel
If you use helm chart to provision grafana, use the following config to install the plugin
plugins:
- yesoreyeram-boomtheme-panel
or for any specific versions
plugins:
- https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel/releases/download/v0.2.1/yesoreyeram-boomtheme-panel-0.2.1.zip;yesoreyeram-boomtheme-panel