From 7b3e888fee775155679f11c0f9f68466327fc6d2 Mon Sep 17 00:00:00 2001 From: main Date: Wed, 25 Feb 2026 22:50:02 -0500 Subject: Seed frame/font baseline artifacts --- tokens/starsector-dark.frame-font.tokens.json | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tokens/starsector-dark.frame-font.tokens.json (limited to 'tokens') diff --git a/tokens/starsector-dark.frame-font.tokens.json b/tokens/starsector-dark.frame-font.tokens.json new file mode 100644 index 0000000..19f9efa --- /dev/null +++ b/tokens/starsector-dark.frame-font.tokens.json @@ -0,0 +1,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)" + } + } +} -- cgit v1.2.3