// THEME BUILDER

Build your own theme

Add one palette file and one manifest entry. Do not rewrite components.

11-your-theme.cssCSS
[data-palette="your-theme"] {
  --palette-bg: #07090f;
  --palette-surface: #101522;
  --palette-primary: #7cf7ff;
  --palette-success: #8cff5a;
  --palette-signal: #ffd166;
  --palette-danger: #ff4f6d;
}