Search results

How to create a custom theme using variables for dashboards

Using the given variables, we can customize the BoldBI dashboards to meet your requirements. Follow the steps below to create a custom theme file.

  1. Download the default light and dark files from the Github repository and extract them.

  2. Copy all CSS files from the light folder inside the themes folder and paste them into the newly created folder. For example, create a new folder, darkviolet as follows.

darkvioletfolder

  1. Open the boldbi.application.definition.css and boldbi.core.definition.css files in the editor, and then you can customize the color code in the provided variables. For example, customize the variables as follows.

darkvioletapplication darkvioletcore

  1. Follow the steps provided in the README.md on Github repository to generate boldbi.theme.definition.min.css

readmetext

  1. Once you run the command from the README.md file, you can get the theme files from directory {src directory}/assets/themese/{theme directory name}/boldbi.theme.definition.min.css