1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{
"meta": {
"name": "Starsector Dark Frame + Font Baseline",
"source": "Derived from /home/main/swarm-ui Starsector dark theme",
"scope": [
"frame design",
"surface palette",
"font families"
],
"excluded": [
"button styling",
"key highlight states",
"semantic status colors"
]
},
"font": {
"family": {
"ui": "\"Remnant UI\", system-ui, -apple-system, \"Segoe UI\", sans-serif",
"mono": "\"Remnant Mono\", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", monospace"
},
"assets": {
"ui_400": "../assets/fonts/oxanium-400.woff2",
"ui_600": "../assets/fonts/oxanium-600.woff2",
"mono_400": "../assets/fonts/share-tech-mono-400.woff2"
}
},
"frame": {
"radius": "0px",
"stroke_width": "1px",
"palette": {
"page_bg": "#04080d",
"surface_bg": "rgba(6,10,16,0.64)",
"surface_bg_elevated": "#0f2430",
"edge": "rgba(0,104,128,0.62)",
"edge_strong": "rgba(68,152,176,0.86)",
"edge_inset": "rgba(0,0,0,0.86)"
},
"glow": {
"soft": "0 0 18px rgba(28,152,252,0.16)",
"strong": "0 0 30px rgba(28,152,252,0.24)"
},
"shadow": {
"surface": "0 0 0 1px rgba(0,0,0,0.86) inset",
"header": "0 0 0 1px rgba(0,0,0,0.86) inset, 0 0 18px rgba(28,152,252,0.16)"
}
}
}
|