1+ {
2+ "preview" : {
3+ "chromeBorder" : " border-gray-700" ,
4+ "bgBody" : " bg-gray-900" ,
5+ "bgSidebar" : " bg-gray-800/50" ,
6+ "icon" : " text-gray-400" ,
7+ "heading" : " text-indigo-200"
8+ },
9+ "vars" : {
10+ "colorScheme" : " dark" ,
11+ "--background" : " #111827" ,
12+ "--border" : " #1f2937" ,
13+ "--input" : " #1f2937" ,
14+ "--ring" : " #d1d5db" ,
15+ "--scrollbar-track-bg" : " #1f2937" ,
16+ "--scrollbar-thumb-bg" : " #4b5563" ,
17+ "--primary-bg" : " #1f2937" ,
18+ "--secondary-bg" : " #1f2937" ,
19+ "--secondary-border" : " #374151"
20+ },
21+ "styles" : {
22+ "chromeBorder" : " border-gray-700" ,
23+ "heading" : " text-gray-200" ,
24+ "muted" : " text-gray-400" ,
25+ "mutedActive" : " text-gray-300" ,
26+ "mutedHover" : " hover:text-gray-200" ,
27+ "highlighted" : " text-blue-400" ,
28+ "link" : " text-blue-600 hover:text-blue-400" ,
29+ "linkHover" : " hover:text-blue-400 group-hover:text-blue-400" ,
30+ "bgBody" : " bg-gray-900" ,
31+ "bgSidebar" : " bg-gray-800/50" ,
32+ "bgChat" : " bg-gray-800" ,
33+ "bgPage" : " bg-gray-900" ,
34+ "bgSuccess" : " bg-green-900 text-green-200" ,
35+ "bgWarning" : " bg-orange-900 text-orange-200" ,
36+ "bgInput" : " bg-gray-950" ,
37+ "bgSelect" : " bg-gray-950" ,
38+ "textInput" : " text-gray-100 placeholder-gray-500" ,
39+ "borderInput" : " border-gray-600 focus:border-blue-500 focus:ring-blue-500" ,
40+ "labelInput" : " text-gray-300" ,
41+ "helpInput" : " text-gray-400" ,
42+ "draggingInput" : " border-blue-500 bg-blue-900/30 ring-1 ring-blue-500" ,
43+ "dropdownButton" : " border border-gray-600 bg-gray-900 hover:bg-gray-800 text-gray-300 focus:outline-none" ,
44+ "bgPopover" : " bg-gray-800 border border-gray-700" ,
45+ "popoverButton" : " hover:bg-gray-700" ,
46+ "popoverButtonActive" : " bg-blue-900/30" ,
47+ "codeTag" : " text-gray-300 bg-gray-700" ,
48+ "codeTagStrong" : " border border-blue-800 text-gray-300 bg-blue-900/30" ,
49+ "tagButtonGroup" : " rounded-xl bg-white/5 border border-gray-700" ,
50+ "tagButton" : " cursor-pointer border border-transparent text-gray-300" ,
51+ "tagButtonActive" : " border border-blue-800 text-blue-300 bg-blue-900/50" ,
52+ "tagButtonStrongActive" : " bg-green-900/40 text-green-300 border-green-800" ,
53+ "tagLabel" : " text-gray-300 border border-gray-600" ,
54+ "tagLabelHover" : " hover:bg-gray-800 hover:text-gray-100 hover:border-gray-500" ,
55+ "panel" : " border-gray-700 bg-gray-800" ,
56+ "card" : " rounded-lg bg-gray-800 border border-gray-700" ,
57+ "infoCard" : " rounded-lg bg-gray-800 border border-gray-700" ,
58+ "cardTitle" : " border-b border-gray-700 bg-gray-800/50" ,
59+ "cardActive" : " rounded-lg shadow-sm bg-gray-800 border border-blue-800" ,
60+ "cardActiveTitleBar" : " border-b border-blue-800 bg-blue-900/30" ,
61+ "textBlock" : " text-gray-100" ,
62+ "primaryButton" : " border border-transparent shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-blue-500 disabled:opacity-50 disabled:cursor-not-allowed rounded-md" ,
63+ "secondaryButton" : " text-gray-300 bg-gray-800 border border-gray-600 hover:bg-gray-700 rounded-md" ,
64+ "textLink" : " underline hover:text-gray-100" ,
65+ "bgIcon" : " bg-gray-400" ,
66+ "icon" : " text-gray-400" ,
67+ "iconHover" : " hover:text-gray-300" ,
68+ "iconActive" : " bg-gray-700" ,
69+ "iconPartial" : " text-indigo-300!" ,
70+ "iconFull" : " text-green-300!" ,
71+ "mutedIcon" : " text-gray-400" ,
72+ "mutedIconHover" : " hover:text-gray-200" ,
73+ "chatButton" : " border border-gray-600 text-gray-400 bg-gray-800 hover:bg-gray-700 disabled:text-gray-400 disabled:cursor-not-allowed disabled:border-gray-700 transition-colors" ,
74+ "voiceButtonDefault" : " bg-gray-800 text-gray-400 hover:text-gray-200" ,
75+ "voiceButtonRecording" : " border border-red-600 bg-red-900/30 text-red-400 animate-pulse" ,
76+ "voiceButtonProcessing" : " bg-blue-900/30 text-blue-400 animate-spin" ,
77+ "threadItemActiveBorder" : " border-blue-600" ,
78+ "threadItemActive" : " bg-blue-900 border-blue-700" ,
79+ "threadItem" : " border-transparent hover:bg-gray-800" ,
80+ "tabButton" : " text-gray-400 hover:text-white hover:bg-white" ,
81+ "messageUser" : " bg-blue-900 text-gray-100 border border-blue-700" ,
82+ "messageAssistant" : " bg-gray-800 text-gray-100 border border-gray-700"
83+ }
84+ }
0 commit comments