swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/tokens/starsector-dark.frame-font.tokens.json
diff options
context:
space:
mode:
Diffstat (limited to 'tokens/starsector-dark.frame-font.tokens.json')
-rw-r--r--tokens/starsector-dark.frame-font.tokens.json47
1 files changed, 47 insertions, 0 deletions
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)"
+ }
+ }
+}