Skip to content

Theme builder

Turn one knob and watch the library retune. These are the Tier 1 tokens: everything else is derived from them.

Light

Acme Studio

Billing · Europe

Payment details

As it appears on the invoice.
Enter a valid 11-digit VAT number.

Recent orders

4 open
  • INV-2043NorthwindPaid€1,240
  • INV-2044GlobexOverdue€860
  • INV-2045InitechDraft€2,110

Dark

Acme Studio

Billing · Europe

Payment details

As it appears on the invoice.
Enter a valid 11-digit VAT number.

Recent orders

4 open
  • INV-2043NorthwindPaid€1,240
  • INV-2044GlobexOverdue€860
  • INV-2045InitechDraft€2,110

The theme CSS

Paste this block after importing the library styles. A theme lives in CSS variables, not in the plugin config — changing it needs no rebuild.

:root {
	--bb-primary: #000000;
	--bb-primary-fg: #ffffff;
	--bb-danger: #d93b30;
	--bb-warn: #f08358;
	--bb-text-warn: #b45309;
	--bb-panel: #ffffff;
	--bb-text: #000000;
	--bb-border: #d4d4d8;
	--bb-ring-opacity: 15%;
	--bb-radius: 8px;
	--bb-control-h: 32px;
	--bb-border-w: 1px;
}

.dark {
	--bb-primary: #ffffff;
	--bb-primary-fg: #000000;
	--bb-danger: #fb7185;
	--bb-warn: #f59e0b;
	--bb-text-warn: #f59e0b;
	--bb-panel: #313638;
	--bb-text: #ffffff;
	--bb-border: #52525b;
	--bb-ring-opacity: 40%;
}