Files
BridgeSwarm/assets/brand/brand-tokens.json
T
Raven Scott 480f98b595
CI / Build & Test (push) Has been cancelled
Updates
2026-07-27 00:06:23 -04:00

52 lines
1.3 KiB
JSON

{
"name": "BridgeSwarm",
"version": "1.0.0",
"description": "P2P Hyperswarm in the browser via native messaging host",
"colors": {
"background": {
"primary": "#0c0c10",
"secondary": "#141418",
"tertiary": "#1a1a20",
"elevated": "#1a1a20",
"hover": "#22222a"
},
"accent": {
"primary": "#2dd4bf",
"secondary": "#14b8a6",
"success": "#34d399",
"warning": "#fbbf24",
"danger": "#fb7185",
"info": "#60a5fa"
},
"text": {
"primary": "#ececf1",
"secondary": "#c8c8d4",
"muted": "#8b8b9a",
"faint": "#5c5c6c"
},
"logo": {
"node": "#2dd4bf",
"nodeAlt": "#38bdf8",
"bridge": "#2dd4bf",
"plate": "#0c0c10"
},
"border": "rgba(255,255,255,0.1)"
},
"typography": {
"fontFamily": "\"Avenir Next\", \"Segoe UI\", \"Helvetica Neue\", sans-serif",
"monoFamily": "\"Cascadia Code\", \"SF Mono\", Consolas, monospace",
"baseSize": "14px",
"lineHeight": 1.5
},
"radius": {
"default": "10px",
"small": "7px"
},
"logoUsage": {
"minSize": "16px",
"clearSpace": "0.5x logo height",
"preferredBg": "dark #0c0c10 or pure white",
"source": "logo/bridgeswarm-icon-master.png \u2014 resize with LANCZOS only"
}
}