Bulma themes with 3Pillar Global colors. These are not official themes, but derivative works.
Include directly in your HTML template -
<link rel="stylesheet" href="https://3pillarlabs.github.io/bulma-3pillar/default/bulma-3pillar.min.css">
npm install git+ssh://[email protected]:3pillarlabs/bulma-3pillar.git
To import just the theme variables, in your SASS file:
@import "./node_modules/bulma-3pillar/src/default/theme";
To import the light Bulma theme:
@import "./node_modules/bulma-3pillar/src/default/default";
https://3pillarlabs.github.io/bulma-3pillar/dark.html
Include directly in your HTML template -
<link rel="stylesheet" href="https://3pillarlabs.github.io/bulma-3pillar/dark/bulma-3pillar.min.css">
npm install git+ssh://[email protected]:3pillarlabs/bulma-3pillar.git
To import just the theme variables, in your SASS file:
@import "./node_modules/bulma-3pillar/src/dark/theme";
To import the dark Bulma theme:
@import "./node_modules/bulma-3pillar/src/dark/dark";
The source code is distributed under the MIT license.