feat(studio): add flat-inspector tokens and STUDIO_FLAT_INSPECTOR_ENABLED flag

This commit is contained in:
Vance Ingalls
2026-07-14 00:59:06 -07:00
parent 6933e8acda
commit 3dc11c7137
4 changed files with 29 additions and 0 deletions
@@ -17,6 +17,8 @@ const studioPreset = {
hover: "#27272A",
border: "#1E1E1E",
"border-input": "#27272A",
hairline: "#1A1A1C",
"text-0": "#FAFAFA",
"text-1": "#E4E4E7",
"text-2": "#A1A1AA",
"text-3": "#71717A",
@@ -24,6 +26,8 @@ const studioPreset = {
"text-5": "#3F3F46",
accent: "#3CE6AC",
danger: "#EF4444",
media: "#00E3FF",
container: "#F5A623",
},
},
},