gabriel / musehub public
_primitives.scss
51 lines 1.5 KB
Raw
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor ⚠ breaking 1 day ago
1 // ─────────────────────────────────────────────────────────────────────────────
2 // Component: Primitives
3 // File: src/scss/theme/_primitives.scss
4 //
5 // Raw named color values. No semantic meaning — these are the atoms that
6 // _tokens.scss composes into design decisions.
7 //
8 // Notes: Never reference these directly in component or page files.
9 // Always go through a token.
10 // ─────────────────────────────────────────────────────────────────────────────
11
12 // Void scale
13 $void-900: #07070f;
14 $void-800: #0d1117;
15 $void-700: #161b22;
16 $void-600: #1c1c2e;
17 $void-500: #21213a;
18 $void-400: #2a2a42;
19
20 // Spectral spectrum (cold → hot)
21 $spectral-blue: #60a5fa;
22 $spectral-indigo: #818cf8;
23 $spectral-violet: #a78bfa;
24 $spectral-lavender: #c084fc;
25 $spectral-fuchsia: #e879f9;
26
27 // Intensity palette (canvas / heatmap)
28 $intensity-0: #0d0d1a;
29 $intensity-1: #1e1b4b;
30 $intensity-2: #4c1d95;
31 $intensity-3: #7c3aed;
32 $intensity-4: #a855f7;
33
34 // Semantic colors
35 $green: #3fb950;
36 $amber: #d29922;
37 $red: #f87171;
38 $red-hot: #ff2244;
39 $orange: #f0883e;
40 $teal: #2dd4bf;
41 $slate: #64748b;
42
43 // Text
44 $text-brightest: #e2e8f0;
45 $text-mid: #94a3b8;
46 $text-dim: #4a5568;
47 $text-ghost: #2d3748;
48
49 // Pure
50 $white: #ffffff;
51 $black: #000000;
File History 1 commit
sha256:3ff9c9863a9891bdcde71b4a43228f66d0493e38b7cc1d09fe9eb7de774046b2 feat: add repair-commit wire endpoint (API parity with repa… Opus 4.8 minor 1 day ago