add theme.js — shared design tokens module referenced by App.jsx
This commit is contained in:
+1
-17
@@ -1,21 +1,5 @@
|
||||
import { useState, useRef, useCallback, useMemo } from "react";
|
||||
|
||||
// ── Design tokens ──────────────────────────────────
|
||||
const T = {
|
||||
bg: "#0A0A0C",
|
||||
panel: "#141418",
|
||||
surface: "#1C1C22",
|
||||
border: "#2A2A32",
|
||||
amber: "#E8A030",
|
||||
amberDim: "#7A5218",
|
||||
blue: "#4A8BC8",
|
||||
blueDim: "#1E4060",
|
||||
green: "#3AB87A",
|
||||
red: "#E06060",
|
||||
textPrimary: "#F0EDE6",
|
||||
textSec: "#A0A0BC",
|
||||
textDim: "#7878A0",
|
||||
};
|
||||
import { T } from "./theme.js";
|
||||
|
||||
// ── Split type metadata ────────────────────────────
|
||||
const SPLIT_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user