A Blockbench theme based on Fluent 2.
- Colours into folders (themes/<color>/variant)
- lime
- All variants available
- purple
- All variants available
- red
- All variants available
- bb-blue
- All variants available
- lime
- Variants:
- dark
- dark-mc
- dark-hc
- light
- light-mc
- light-hc
- Extras
- High Contrast
theme/core/highContrast - Roboto Font
theme/core/robotoTypescale - Assistant Font
theme/core/assistantTypescale
- High Contrast
- Node.js
- Sass
- Live Dev Reloader Blockbench Plugin
- Only necessary if wants hot reload
Pull the necessary local development modules
npm install -g sass
npm installRun this to start the Sass build watching
sass --watch ./sass/base/main.scss main.css --style=compressed --no-source-mapThen, watch main.css file with Hot Dev Reloader plugin, using action
Watch plugin or CSS file
Run the compiler script. Theme files will be in dist directory
npm run build