@vibes.diy/prompts 2.2.9 → 2.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +1 -0
  3. package/index.js.map +1 -1
  4. package/json-docs.d.ts +1 -1
  5. package/llms/fireproof.md +148 -0
  6. package/llms/image-gen.d.ts +2 -0
  7. package/llms/image-gen.js +9 -0
  8. package/llms/image-gen.js.map +1 -0
  9. package/llms/image-gen.md +102 -0
  10. package/llms/index.d.ts +1 -1
  11. package/llms/index.js +3 -3
  12. package/llms/types.d.ts +2 -2
  13. package/llms/web-audio.js +0 -2
  14. package/llms/web-audio.js.map +1 -1
  15. package/llms/web-audio.md +3 -0
  16. package/package.json +3 -3
  17. package/prompts.d.ts +6 -0
  18. package/prompts.js +37 -4
  19. package/prompts.js.map +1 -1
  20. package/settings.d.ts +1 -0
  21. package/system-prompt-initial.md +2 -2
  22. package/system-prompt.md +3 -3
  23. package/themes/aether.md +41 -0
  24. package/themes/archive.md +43 -0
  25. package/themes/atelier.md +42 -0
  26. package/themes/atlas.md +42 -0
  27. package/themes/broadsheet.md +20 -0
  28. package/themes/brutalist.md +208 -0
  29. package/themes/capsule.md +47 -0
  30. package/themes/carbon.md +42 -0
  31. package/themes/chrome.md +132 -0
  32. package/themes/chrono.md +33 -0
  33. package/themes/codex.md +45 -0
  34. package/themes/computer-angel-heaven.md +57 -0
  35. package/themes/console.md +46 -0
  36. package/themes/default.md +96 -0
  37. package/themes/desktop.md +49 -0
  38. package/themes/dial.md +46 -0
  39. package/themes/dossier.md +35 -0
  40. package/themes/edge.md +39 -0
  41. package/themes/exemplars/aether/App.jsx +224 -0
  42. package/themes/exemplars/archive/App.jsx +222 -0
  43. package/themes/exemplars/atelier/App.jsx +224 -0
  44. package/themes/exemplars/atlas/App.jsx +216 -0
  45. package/themes/exemplars/broadsheet/App.jsx +216 -0
  46. package/themes/exemplars/brutalist/App.jsx +290 -0
  47. package/themes/exemplars/capsule/App.jsx +216 -0
  48. package/themes/exemplars/carbon/App.jsx +216 -0
  49. package/themes/exemplars/chrome/App.jsx +253 -0
  50. package/themes/exemplars/chrono/App.jsx +222 -0
  51. package/themes/exemplars/codex/App.jsx +224 -0
  52. package/themes/exemplars/computer-angel-heaven/App.jsx +224 -0
  53. package/themes/exemplars/console/App.jsx +216 -0
  54. package/themes/exemplars/default/App.jsx +219 -0
  55. package/themes/exemplars/desktop/App.jsx +224 -0
  56. package/themes/exemplars/dial/App.jsx +216 -0
  57. package/themes/exemplars/dossier/App.jsx +224 -0
  58. package/themes/exemplars/edge/App.jsx +216 -0
  59. package/themes/exemplars/guild/App.jsx +224 -0
  60. package/themes/exemplars/hearth/App.jsx +224 -0
  61. package/themes/exemplars/industrial/App.jsx +224 -0
  62. package/themes/exemplars/matrix/App.jsx +224 -0
  63. package/themes/exemplars/mesh/App.jsx +222 -0
  64. package/themes/exemplars/neomario/App.jsx +222 -0
  65. package/themes/exemplars/neon/App.jsx +224 -0
  66. package/themes/exemplars/nexus/App.jsx +216 -0
  67. package/themes/exemplars/opus/App.jsx +224 -0
  68. package/themes/exemplars/orbit/App.jsx +224 -0
  69. package/themes/exemplars/palate/App.jsx +224 -0
  70. package/themes/exemplars/pitch/App.jsx +222 -0
  71. package/themes/exemplars/poster/App.jsx +222 -0
  72. package/themes/exemplars/proof/App.jsx +224 -0
  73. package/themes/exemplars/recon/App.jsx +216 -0
  74. package/themes/exemplars/rift/App.jsx +224 -0
  75. package/themes/exemplars/rune/App.jsx +224 -0
  76. package/themes/exemplars/scrapbook/App.jsx +222 -0
  77. package/themes/exemplars/sensor/App.jsx +224 -0
  78. package/themes/exemplars/signal/App.jsx +222 -0
  79. package/themes/exemplars/slab/App.jsx +224 -0
  80. package/themes/exemplars/specimen/App.jsx +222 -0
  81. package/themes/exemplars/terminal/App.jsx +224 -0
  82. package/themes/exemplars/vault/App.jsx +222 -0
  83. package/themes/exemplars/winter-sports/App.jsx +224 -0
  84. package/themes/exemplars/zine/App.jsx +214 -0
  85. package/themes/guild.md +44 -0
  86. package/themes/hearth.md +45 -0
  87. package/themes/index.d.ts +11 -0
  88. package/themes/index.js +272 -0
  89. package/themes/index.js.map +1 -0
  90. package/themes/industrial.md +37 -0
  91. package/themes/matrix.md +41 -0
  92. package/themes/mesh.md +42 -0
  93. package/themes/neomario.md +47 -0
  94. package/themes/neon.md +48 -0
  95. package/themes/nexus.md +40 -0
  96. package/themes/opus.md +61 -0
  97. package/themes/orbit.md +46 -0
  98. package/themes/palate.md +35 -0
  99. package/themes/pitch.md +39 -0
  100. package/themes/poster.md +39 -0
  101. package/themes/proof.md +41 -0
  102. package/themes/recon.md +39 -0
  103. package/themes/rift.md +45 -0
  104. package/themes/rune.md +44 -0
  105. package/themes/scrapbook.md +43 -0
  106. package/themes/sensor.md +42 -0
  107. package/themes/signal.md +37 -0
  108. package/themes/slab.md +35 -0
  109. package/themes/specimen.md +21 -0
  110. package/themes/terminal.md +39 -0
  111. package/themes/vault.md +41 -0
  112. package/themes/winter-sports.md +39 -0
  113. package/themes/zine.md +40 -0
  114. package/llms/img-vibes.d.ts +0 -2
  115. package/llms/img-vibes.js +0 -9
  116. package/llms/img-vibes.js.map +0 -1
  117. package/llms/img-vibes.md +0 -167
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: Aether Brass
3
+ colors:
4
+ parchment: "#dcbfa6"
5
+ parchment-dark: "#c4a482"
6
+ ink: "#3e2723"
7
+ leather: "#2a1d15"
8
+ brass-light: "#fdf5bb"
9
+ brass-mid: "#cfa562"
10
+ brass-dark: "#745428"
11
+ amber: "#ffaa00"
12
+ typography:
13
+ body-md:
14
+ fontFamily: Special Elite
15
+ fontSize: 1rem
16
+ fontWeight: "400"
17
+ ---
18
+
19
+ ## Brand & Style
20
+
21
+ Aether Brass design system. A clean, structured theme with Cinzel Decorative and Homemade Apple and Special Elite typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
22
+
23
+ ## Colors
24
+
25
+ - **parchment** (#dcbfa6): Use for backgrounds.
26
+ - **parchment-dark** (#c4a482): Use for supporting UI elements.
27
+ - **ink** (#3e2723): Use for text content.
28
+ - **leather** (#2a1d15): Use for supporting UI elements.
29
+ - **brass-light** (#fdf5bb): Use for supporting UI elements.
30
+ - **brass-mid** (#cfa562): Use for supporting UI elements.
31
+ - **brass-dark** (#745428): Use for supporting UI elements.
32
+ - **amber** (#ffaa00): Use for supporting UI elements.
33
+
34
+ ## Typography
35
+
36
+ Load fonts from Google Fonts: Cinzel Decorative, Homemade Apple, Special Elite. Use display=optional.
37
+ Primary body font: 'Special Elite', monospace.
38
+
39
+ ## Components
40
+
41
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,43 @@
1
+ ---
2
+ name: Archive
3
+ colors:
4
+ bg: "oklch(0.95 0.01 70)"
5
+ text: "oklch(0.15 0.02 50)"
6
+ border: "oklch(0.20 0.02 50)"
7
+ accent: "oklch(0.35 0.04 50)"
8
+ accent-text: "oklch(0.95 0.01 70)"
9
+ muted: "oklch(0.55 0.02 50)"
10
+ page-bg: "oklch(0.92 0.01 65)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: Inter
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ headline:
17
+ fontFamily: Playfair Display
18
+ fontSize: 2rem
19
+ fontWeight: "700"
20
+ ---
21
+
22
+ ## Brand & Style
23
+
24
+ Archive design system. A clean, structured theme with Playfair Display and Inter typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
25
+
26
+ ## Colors
27
+
28
+ - **bg** (oklch(0.95 0.01 70)): Use for backgrounds.
29
+ - **text** (oklch(0.15 0.02 50)): Use for text content.
30
+ - **border** (oklch(0.20 0.02 50)): Use for borders and dividers.
31
+ - **accent** (oklch(0.35 0.04 50)): Use for primary actions and accents.
32
+ - **accent-text** (oklch(0.95 0.01 70)): Use for text content.
33
+ - **muted** (oklch(0.55 0.02 50)): Use for secondary/muted content.
34
+ - **page-bg** (oklch(0.92 0.01 65)): Use for backgrounds.
35
+
36
+ ## Typography
37
+
38
+ Load fonts from Google Fonts: Playfair Display, Inter. Use display=optional.
39
+ Primary body font: 'Inter', sans-serif.
40
+
41
+ ## Components
42
+
43
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: Atelier Studio
3
+ colors:
4
+ comp-bg: "oklch(0.95 0.03 70)"
5
+ comp-text: "oklch(0.25 0.04 30)"
6
+ comp-border: "oklch(0.25 0.04 30 / 0.15)"
7
+ comp-accent: "oklch(0.65 0.18 55)"
8
+ comp-accent-text: "oklch(1.00 0 0)"
9
+ comp-muted: "oklch(0.50 0.04 30)"
10
+ color-background: "oklch(0.96 0.03 70)"
11
+ comp-accent-secondary: "oklch(0.60 0.15 40)"
12
+ comp-golden: "oklch(0.72 0.15 80)"
13
+ typography:
14
+ body-md:
15
+ fontFamily: Playfair Display
16
+ fontSize: 1rem
17
+ fontWeight: "400"
18
+ ---
19
+
20
+ ## Brand & Style
21
+
22
+ Atelier Studio design system. A clean, structured theme with Italianno and Playfair Display and Space Mono typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
23
+
24
+ ## Colors
25
+
26
+ - **comp-bg** (oklch(0.95 0.03 70)): Use for backgrounds.
27
+ - **comp-text** (oklch(0.25 0.04 30)): Use for text content.
28
+ - **comp-border** (oklch(0.25 0.04 30 / 0.15)): Use for borders and dividers.
29
+ - **comp-accent** (oklch(0.65 0.18 55)): Use for primary actions and accents.
30
+ - **comp-accent-text** (oklch(1.00 0 0)): Use for text content.
31
+ - **comp-muted** (oklch(0.50 0.04 30)): Use for secondary/muted content.
32
+ - **color-background** (oklch(0.96 0.03 70)): Use for backgrounds.
33
+ - **comp-accent-secondary** (oklch(0.60 0.15 40)): Use for primary actions and accents.
34
+
35
+ ## Typography
36
+
37
+ Load fonts from Google Fonts: Italianno, Playfair Display, Space Mono. Use display=optional.
38
+ Primary body font: 'Playfair Display', serif.
39
+
40
+ ## Components
41
+
42
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: Atlas Reference
3
+ colors:
4
+ comp-bg: "oklch(1.00 0 0)"
5
+ comp-text: "oklch(0.13 0 0)"
6
+ comp-border: "oklch(0.93 0 0)"
7
+ comp-accent: "oklch(0.62 0.24 25)"
8
+ comp-accent-text: "oklch(0.13 0 0)"
9
+ comp-muted: "oklch(0.66 0 0)"
10
+ color-background: "oklch(1.00 0 0)"
11
+ atlas-brand-bg: "oklch(0.62 0.24 25)"
12
+ atlas-brand-border: "oklch(0 0 0 / 0.08)"
13
+ atlas-brand-hover: "oklch(0 0 0 / 0.05)"
14
+ typography:
15
+ body-md:
16
+ fontFamily: var(--font-sans)
17
+ fontSize: 1rem
18
+ fontWeight: "400"
19
+ ---
20
+
21
+ ## Brand & Style
22
+
23
+ Atlas Reference design system. A clean, structured theme with system typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
24
+
25
+ ## Colors
26
+
27
+ - **comp-bg** (oklch(1.00 0 0)): Use for backgrounds.
28
+ - **comp-text** (oklch(0.13 0 0)): Use for text content.
29
+ - **comp-border** (oklch(0.93 0 0)): Use for borders and dividers.
30
+ - **comp-accent** (oklch(0.62 0.24 25)): Use for primary actions and accents.
31
+ - **comp-accent-text** (oklch(0.13 0 0)): Use for text content.
32
+ - **comp-muted** (oklch(0.66 0 0)): Use for secondary/muted content.
33
+ - **color-background** (oklch(1.00 0 0)): Use for backgrounds.
34
+ - **atlas-brand-bg** (oklch(0.62 0.24 25)): Use for backgrounds.
35
+
36
+ ## Typography
37
+
38
+ Primary body font: var(--font-sans).
39
+
40
+ ## Components
41
+
42
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Broadsheet
3
+ typography:
4
+ body-md:
5
+ fontFamily: Helvetica Neue
6
+ fontSize: 1rem
7
+ fontWeight: "400"
8
+ ---
9
+
10
+ ## Brand & Style
11
+
12
+ Broadsheet design system. A clean, structured theme with system typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
13
+
14
+ ## Typography
15
+
16
+ Primary body font: 'Helvetica Neue', Helvetica, Arial, sans-serif.
17
+
18
+ ## Components
19
+
20
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,208 @@
1
+ ---
2
+ name: Neobrutalist
3
+ colors:
4
+ # Light mode (canonical) — warm off-white canvas, near-black ink, vivid signal blocks.
5
+ background: "#f5f0e0"
6
+ card-background: "#ffffff"
7
+ text: "#1a1a2e"
8
+ border: "#1a1a2e"
9
+ muted: "#6b6b80"
10
+ primary: "#DA291C"
11
+ on-primary: "#ffffff"
12
+ secondary: "#fedd00"
13
+ on-secondary: "#1a1a2e"
14
+ success: "#22c55e"
15
+ on-success: "#1a1a2e"
16
+ info: "#3b82f6"
17
+ on-info: "#ffffff"
18
+ primary-light: "rgba(218, 41, 28, 0.1)"
19
+ colorsDark:
20
+ # Dark mode — cool ink canvas, off-white strokes, same vivid signal blocks.
21
+ # Hard offset shadows flip to use the off-white border so they remain visible.
22
+ background: "oklch(0.18 0.02 280)"
23
+ card-background: "oklch(0.22 0.02 280)"
24
+ text: "oklch(0.96 0.01 80)"
25
+ border: "oklch(0.96 0.01 80)"
26
+ muted: "oklch(0.60 0.03 280)"
27
+ primary: "#DA291C"
28
+ on-primary: "#ffffff"
29
+ secondary: "#fedd00"
30
+ on-secondary: "#1a1a2e"
31
+ success: "#22c55e"
32
+ on-success: "#1a1a2e"
33
+ info: "#3b82f6"
34
+ on-info: "#ffffff"
35
+ primary-light: "rgba(218, 41, 28, 0.18)"
36
+ typography:
37
+ h1:
38
+ fontFamily: Space Grotesk
39
+ fontSize: 2rem
40
+ fontWeight: "700"
41
+ lineHeight: 2.4rem
42
+ letterSpacing: -0.02em
43
+ h2:
44
+ fontFamily: Space Grotesk
45
+ fontSize: 1.5rem
46
+ fontWeight: "700"
47
+ lineHeight: 2rem
48
+ letterSpacing: -0.02em
49
+ body-md:
50
+ fontFamily: Space Grotesk
51
+ fontSize: 0.875rem
52
+ fontWeight: "400"
53
+ lineHeight: 1.5rem
54
+ letterSpacing: 0em
55
+ label-caps:
56
+ fontFamily: Space Grotesk
57
+ fontSize: 0.65rem
58
+ fontWeight: "600"
59
+ lineHeight: 1rem
60
+ letterSpacing: 0.15em
61
+ mono:
62
+ fontFamily: JetBrains Mono
63
+ fontSize: 0.875rem
64
+ fontWeight: "500"
65
+ lineHeight: 1.5rem
66
+ letterSpacing: 0em
67
+ rounded:
68
+ sm: 4px
69
+ DEFAULT: 4px
70
+ md: 4px
71
+ lg: 4px
72
+ spacing:
73
+ unit: 8px
74
+ sm: 8px
75
+ md: 16px
76
+ lg: 24px
77
+ xl: 48px
78
+ container-max: 920px
79
+ gutter: 16px
80
+ components:
81
+ button-primary:
82
+ backgroundColor: "{colors.primary}"
83
+ textColor: "{colors.on-primary}"
84
+ typography: "{typography.label-caps}"
85
+ rounded: "{rounded.sm}"
86
+ padding: 12px
87
+ height: 40px
88
+ button-primary-hover:
89
+ backgroundColor: "{colors.primary}"
90
+ button-secondary:
91
+ backgroundColor: "{colors.secondary}"
92
+ textColor: "{colors.on-secondary}"
93
+ typography: "{typography.label-caps}"
94
+ rounded: "{rounded.sm}"
95
+ padding: 12px
96
+ height: 40px
97
+ button-ghost:
98
+ backgroundColor: "{colors.card-background}"
99
+ textColor: "{colors.text}"
100
+ typography: "{typography.label-caps}"
101
+ rounded: "{rounded.sm}"
102
+ padding: 12px
103
+ height: 40px
104
+ card:
105
+ backgroundColor: "{colors.card-background}"
106
+ textColor: "{colors.text}"
107
+ rounded: "{rounded.sm}"
108
+ padding: "{spacing.lg}"
109
+ input-field:
110
+ backgroundColor: "{colors.card-background}"
111
+ textColor: "{colors.text}"
112
+ typography: "{typography.body-md}"
113
+ rounded: "{rounded.sm}"
114
+ padding: 12px
115
+ badge-active:
116
+ backgroundColor: "{colors.success}"
117
+ textColor: "{colors.on-secondary}"
118
+ typography: "{typography.label-caps}"
119
+ rounded: "{rounded.sm}"
120
+ padding: 4px
121
+ badge-pending:
122
+ backgroundColor: "{colors.secondary}"
123
+ textColor: "{colors.on-secondary}"
124
+ typography: "{typography.label-caps}"
125
+ rounded: "{rounded.sm}"
126
+ padding: 4px
127
+ ---
128
+
129
+ ## Brand & Style
130
+
131
+ Neobrutalist Design System. A bold, retro-arcade-inspired neobrutalist theme. Hard edges, chunky borders, thick offset drop shadows, vivid primary color blocks, and uppercase display typography. The mood is playful and unapologetically loud — "level dashboard" energy: raw, graphic, readable, kinetic. Never pill-shaped, never blurred shadows, never gradients on strokes.
132
+
133
+ The theme **respects the visitor's system color scheme**: light is canonical (warm off-white canvas, near-black ink), and a dark variant auto-applies on `prefers-color-scheme: dark` (cool dark canvas, off-white ink + borders, same vivid signal colors). Apply via a `@media (prefers-color-scheme: dark)` block — never hard-code one mode only.
134
+
135
+ ## Colors
136
+
137
+ The palette is rooted in high-contrast ink on warm canvas (light) or off-white strokes on cool dark canvas (dark), with four vivid signal colors that hold across both modes.
138
+
139
+ - **Primary (#DA291C):** "Vibes Red" — primary actions, danger states, hero accents. Always white text on top.
140
+ - **Secondary (#fedd00):** "Signal Yellow" — highlights, hover fills, warning states. Always dark ink text on top.
141
+ - **Success (#22c55e):** Active/success states, status indicators, toggle-on. Dark ink text.
142
+ - **Info (#3b82f6):** Informational accents, modal title bars. White text on top.
143
+ - **Background (light: #f5f0e0 / dark: oklch(0.18 0.02 280)):** Warm off-white canvas in light, cool dark canvas in dark. Never pure white in either mode.
144
+ - **Card Background (light: #ffffff / dark: oklch(0.22 0.02 280)):** Solid surfaces for cards. Don't tint surfaces toward the signal colors.
145
+ - **Text (light: #1a1a2e / dark: oklch(0.96 0.01 80)):** Near-black ink in light, off-white in dark. Same as border — every stroke is bold.
146
+ - **Muted (light: #6b6b80 / dark: oklch(0.60 0.03 280)):** Secondary labels, metadata, captions.
147
+
148
+ The four signal colors (red/yellow/green/blue) remain identical across both modes — they're already saturated enough to read on either canvas. The shadow color flips with the border (dark in light mode, off-white in dark mode), so the chunky offset shadow stays visible.
149
+
150
+ ## Typography
151
+
152
+ Dual-font strategy: display + data.
153
+
154
+ - **Space Grotesk** is the primary typeface for all text, headings, labels, and buttons. Headings are UPPERCASE with tight tracking (-0.02em) and heavy weight (700). Section labels use 0.65rem, uppercase, letter-spacing 0.15em, muted color. Nav/button labels: 0.7-0.8rem, uppercase, letter-spacing 0.05-0.08em.
155
+ - **JetBrains Mono** is used for stats, numbers, and tabular data only. It provides a technical, monospaced contrast.
156
+ - Load from Google Fonts with `display=optional`. No other external dependencies.
157
+
158
+ ## Layout & Spacing
159
+
160
+ A single centered column layout. Max-width 920px, padding 3rem 2rem. The content sits above ambient background decorations with position relative and z-index 10.
161
+
162
+ Spacing is based on an 8px unit. Components use tight internal spacing but generous section gaps.
163
+
164
+ ## Elevation & Depth
165
+
166
+ Elevation is achieved through **hard offset shadows only**. No blur, no soft shadows, ever.
167
+
168
+ - **Default:** 4px 4px 0px var(--border) — standard card/surface elevation
169
+ - **Small:** 3px 3px 0px var(--border) — chips, badges, small elements
170
+ - **Hover lift:** 6px 6px 0px var(--border) — combined with transform: translate(-2px, -2px) for "card pops forward" effect
171
+ - **Modal:** 8px 8px 0px var(--border) — highest elevation
172
+ - **Pressed:** box-shadow: none + transform: translate(2px, 2px) — object slams back down
173
+
174
+ Every shadow is a discrete offset block. Nothing uses soft blur.
175
+
176
+ ## Shapes
177
+
178
+ Tiny corner radius everywhere: 4px. Never pill-shaped. Every primary surface (nav, cards, hero, modal, inputs, buttons) has a solid 3px border in the border color and border-radius of 4px. No gradients on strokes, no thin hairlines.
179
+
180
+ ## Components
181
+
182
+ ### Action Elements
183
+
184
+ Buttons are uppercase with letter-spacing. Primary button: red background, white text, 4x4 hard shadow. Secondary: yellow background, 3x3 shadow. Ghost: card background, no shadow, gains 3x3 on hover. All buttons lift on hover (translate -2px, -2px + larger shadow) and slam on press (translate 2px, 2px, no shadow). Transitions resolve in 0.15s.
185
+
186
+ ### Containers & Surfaces
187
+
188
+ Cards have 3px borders, 4px radius, and hard offset shadows. Keep all card backgrounds pure white. Hero cards feature a 6px horizontal accent bar at the top split into four equal color segments: red 0-25%, yellow 25-50%, green 50-75%, blue 75-100%.
189
+
190
+ ### Inputs & Selection
191
+
192
+ Inputs lift on focus with translate(-2px, -2px) + shadow. Checkboxes: 22x22, 3px border, green when checked. Toggles: 48x26, 3px border, 4px radius, yellow when on, knob translates with 0.2s cubic-bezier overshoot.
193
+
194
+ ### Tables
195
+
196
+ Full-bleed inside bordered cards. Headers: 0.6rem uppercase, 2px bottom border. Cells: 0.82rem, thin separators. Numeric columns use JetBrains Mono. Row hover fills with yellow instantly.
197
+
198
+ ## Do's and Don'ts
199
+
200
+ - DO use hard offset shadows on every elevated surface
201
+ - DO keep all hovers/presses resolving in <=0.2s
202
+ - DO use UPPERCASE for headings and labels
203
+ - DO use the four-color system consistently: red=danger/primary, yellow=highlight/warning, green=success, blue=info
204
+ - DON'T use blurred shadows ever
205
+ - DON'T use pill-shaped elements (border-radius > 4px)
206
+ - DON'T tint card surfaces — keep them white
207
+ - DON'T use gradients on borders
208
+ - DON'T ease slowly — everything snaps
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: Capsule Split
3
+ colors:
4
+ comp-bg: "oklch(0.89 0.20 110)"
5
+ comp-text: "oklch(0.00 0 0)"
6
+ comp-border: "oklch(0.00 0 0 / 0.10)"
7
+ comp-accent: "oklch(0.00 0 0)"
8
+ comp-accent-text: "oklch(1.00 0 0)"
9
+ comp-muted: "oklch(0.00 0 0 / 0.50)"
10
+ color-background: "oklch(0.00 0 0)"
11
+ capsule-frame: "oklch(1.00 0 0)"
12
+ capsule-visual-bg: "oklch(0.13 0 0)"
13
+ capsule-visual-text: "oklch(1.00 0 0)"
14
+ capsule-visual-border: "oklch(1.00 0 0 / 0.20)"
15
+ typography:
16
+ body-md:
17
+ fontFamily: var(--font-main)
18
+ fontSize: 1rem
19
+ fontWeight: "400"
20
+ rounded:
21
+ outer: 32px
22
+ inner: 24px
23
+ pill: 100px
24
+ ---
25
+
26
+ ## Brand & Style
27
+
28
+ Capsule Split design system. A clean, structured theme with system typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
29
+
30
+ ## Colors
31
+
32
+ - **comp-bg** (oklch(0.89 0.20 110)): Use for backgrounds.
33
+ - **comp-text** (oklch(0.00 0 0)): Use for text content.
34
+ - **comp-border** (oklch(0.00 0 0 / 0.10)): Use for borders and dividers.
35
+ - **comp-accent** (oklch(0.00 0 0)): Use for primary actions and accents.
36
+ - **comp-accent-text** (oklch(1.00 0 0)): Use for text content.
37
+ - **comp-muted** (oklch(0.00 0 0 / 0.50)): Use for secondary/muted content.
38
+ - **color-background** (oklch(0.00 0 0)): Use for backgrounds.
39
+ - **capsule-frame** (oklch(1.00 0 0)): Use for supporting UI elements.
40
+
41
+ ## Typography
42
+
43
+ Primary body font: var(--font-main).
44
+
45
+ ## Components
46
+
47
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: Carbon Panel
3
+ colors:
4
+ bg: "oklch(0.18 0.005 285)"
5
+ card: "oklch(0.25 0.005 285)"
6
+ border: "oklch(0.31 0.005 285)"
7
+ fg: "oklch(1.00 0.000 0)"
8
+ fg-muted: "oklch(0.87 0.01 258)"
9
+ fg-dim: "oklch(0.71 0.02 261)"
10
+ accent-amber: "oklch(0.79 0.18 75)"
11
+ accent-coral: "oklch(0.68 0.20 35)"
12
+ accent-red: "oklch(0.63 0.24 25)"
13
+ accent-green: "oklch(0.77 0.22 145)"
14
+ typography:
15
+ body-md:
16
+ fontFamily: -apple-system
17
+ fontSize: 1rem
18
+ fontWeight: "400"
19
+ ---
20
+
21
+ ## Brand & Style
22
+
23
+ Carbon Panel design system. A dark, atmospheric theme with system typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — dark by default, with a light variant that auto-applies on `@media (prefers-color-scheme: light)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
24
+
25
+ ## Colors
26
+
27
+ - **bg** (oklch(0.18 0.005 285)): Use for backgrounds.
28
+ - **card** (oklch(0.25 0.005 285)): Use for supporting UI elements.
29
+ - **border** (oklch(0.31 0.005 285)): Use for borders and dividers.
30
+ - **fg** (oklch(1.00 0.000 0)): Use for text content.
31
+ - **fg-muted** (oklch(0.87 0.01 258)): Use for text content.
32
+ - **fg-dim** (oklch(0.71 0.02 261)): Use for text content.
33
+ - **accent-amber** (oklch(0.79 0.18 75)): Use for primary actions and accents.
34
+ - **accent-coral** (oklch(0.68 0.20 35)): Use for primary actions and accents.
35
+
36
+ ## Typography
37
+
38
+ Primary body font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif.
39
+
40
+ ## Components
41
+
42
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.
@@ -0,0 +1,132 @@
1
+ ---
2
+ name: Chrome Terminal
3
+ colors:
4
+ # Dark mode (canonical) — black canvas, neon-red display.
5
+ bg: "#000000"
6
+ bg-surface: "#171717"
7
+ bg-panel: "#2a0a18"
8
+ bg-dark: "#12050e"
9
+ bg-footer: "#1a050c"
10
+ neon-red: "#ff003c"
11
+ neon-yellow: "#fcee0a"
12
+ neon-cyan: "#00f0ff"
13
+ border: "#3d1326"
14
+ border-red: "rgba(255, 0, 60, 0.5)"
15
+ text: "#ffffff"
16
+ text-dim: "#d1d1d1"
17
+ text-muted: "#a3a3a3"
18
+ colorsLight:
19
+ # Light mode — "chrome at dawn". Same fonts, same red accent role,
20
+ # darker for legibility on white. Glow text-shadow drops to a faint
21
+ # red drop, since neon glow doesn't read on a bright background.
22
+ bg: "oklch(0.97 0.005 0)"
23
+ bg-surface: "#ffffff"
24
+ bg-panel: "oklch(0.95 0.02 25)"
25
+ bg-dark: "oklch(0.93 0.04 25)"
26
+ bg-footer: "oklch(0.95 0.02 25)"
27
+ neon-red: "oklch(0.55 0.24 28)"
28
+ neon-yellow: "oklch(0.78 0.16 90)"
29
+ neon-cyan: "oklch(0.50 0.15 220)"
30
+ border: "oklch(0.45 0.10 25)"
31
+ border-red: "oklch(0.55 0.24 28 / 0.55)"
32
+ text: "oklch(0.18 0.04 25)"
33
+ text-dim: "oklch(0.32 0.04 25)"
34
+ text-muted: "oklch(0.45 0.04 25)"
35
+ typography:
36
+ body-md:
37
+ fontFamily: Rajdhani
38
+ fontSize: 1rem
39
+ fontWeight: "400"
40
+ ---
41
+
42
+ ## Brand & Style
43
+
44
+ Chrome Terminal design system — a black-canvas neon-red terminal that **respects the visitor's system color scheme**: dark by default (canonical), with a "chrome-at-dawn" light variant that auto-applies on `prefers-color-scheme: light`. Both modes share Orbitron (display), Rajdhani (body), and Share Tech Mono (mono telemetry) — only the colors and the glow weight shift.
45
+
46
+ ## Colors
47
+
48
+ The theme defines two color sets, dark (top-level `colors`) and light (`colorsLight`). Apply them via a `@media (prefers-color-scheme: light)` block (in a `<style>` tag, in CSS variables, or in Tailwind dark-mode classes — whichever the surrounding code uses). Never hard-code one mode only — components must read correctly in both.
49
+
50
+ ### Dark tokens (canonical)
51
+
52
+ - **bg** (#000000): Page background — pure black.
53
+ - **bg-surface** (#171717): Default raised surface.
54
+ - **bg-panel** (#2a0a18): Panel / card background — faint red undertone.
55
+ - **bg-dark** (#12050e): Lowered surface.
56
+ - **bg-footer** (#1a050c): Footer / status bars.
57
+ - **neon-red** (#ff003c): Primary actions, display type, alerts. Glows.
58
+ - **neon-yellow** (#fcee0a): Highlights, eyebrow labels.
59
+ - **neon-cyan** (#00f0ff): Secondary accents, links, "ok" status.
60
+ - **border** (#3d1326): Default border — dark wine.
61
+ - **border-red** (rgba(255, 0, 60, 0.5)): Glowing edge for buttons, focus rings.
62
+ - **text** (#ffffff): Primary text.
63
+ - **text-dim** (#d1d1d1): Secondary text.
64
+ - **text-muted** (#a3a3a3): Muted captions.
65
+
66
+ ### Light tokens
67
+
68
+ - **bg** (oklch(0.97 0.005 0)): Off-white page background.
69
+ - **bg-surface** (#ffffff): Pure white raised surface.
70
+ - **bg-panel** (oklch(0.95 0.02 25)): Faint warm panel.
71
+ - **bg-dark** (oklch(0.93 0.04 25)): Warm card surface.
72
+ - **bg-footer** (oklch(0.95 0.02 25)): Footer.
73
+ - **neon-red** (oklch(0.55 0.24 28)): Saturated red — darker for legibility on white.
74
+ - **neon-yellow** (oklch(0.78 0.16 90)): Warm gold for highlights.
75
+ - **neon-cyan** (oklch(0.50 0.15 220)): Deeper cyan, reads on white.
76
+ - **border** (oklch(0.45 0.10 25)): Solid border with subtle red.
77
+ - **border-red** (oklch(0.55 0.24 28 / 0.55)): Translucent red edge.
78
+ - **text** (oklch(0.18 0.04 25)): Near-black with red undertone.
79
+ - **text-dim** (oklch(0.32 0.04 25)): Secondary.
80
+ - **text-muted** (oklch(0.45 0.04 25)): Muted.
81
+
82
+ ## Typography
83
+
84
+ Load fonts from Google Fonts: Orbitron, Rajdhani, Share Tech Mono. Use `display=optional`.
85
+ Primary body font: `'Rajdhani', sans-serif`. Display: `'Orbitron', sans-serif` (uppercase, letter-spacing 0.04em). Mono telemetry: `'Share Tech Mono', monospace`.
86
+
87
+ ## Glow Effects
88
+
89
+ In dark mode, the display title carries a layered red text-shadow (`0 0 30px rgba(255,0,60,0.6), 0 0 8px rgba(255,0,60,0.9)`). In light mode, glow on bright backgrounds reads as muddy — drop the layered shadow and use a single faint drop (`0 1px 0 oklch(0.55 0.24 28 / 0.25)`) or none at all.
90
+
91
+ ## Components
92
+
93
+ Apply the color tokens consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast in **both modes**.
94
+
95
+ The recommended pattern for inline-styled components — set CSS variables once on `:root`:
96
+
97
+ ```js
98
+ const themeStyle = `
99
+ :root {
100
+ --bg: #000000;
101
+ --bg-surface: #171717;
102
+ --bg-panel: #2a0a18;
103
+ --bg-dark: #12050e;
104
+ --neon-red: #ff003c;
105
+ --neon-yellow: #fcee0a;
106
+ --neon-cyan: #00f0ff;
107
+ --border: #3d1326;
108
+ --text: #ffffff;
109
+ --text-dim: #d1d1d1;
110
+ --text-muted: #a3a3a3;
111
+ --glow: 0 0 30px rgba(255,0,60,0.6), 0 0 8px rgba(255,0,60,0.9);
112
+ }
113
+ @media (prefers-color-scheme: light) {
114
+ :root {
115
+ --bg: oklch(0.97 0.005 0);
116
+ --bg-surface: #ffffff;
117
+ --bg-panel: oklch(0.95 0.02 25);
118
+ --bg-dark: oklch(0.93 0.04 25);
119
+ --neon-red: oklch(0.55 0.24 28);
120
+ --neon-yellow: oklch(0.78 0.16 90);
121
+ --neon-cyan: oklch(0.50 0.15 220);
122
+ --border: oklch(0.45 0.10 25);
123
+ --text: oklch(0.18 0.04 25);
124
+ --text-dim: oklch(0.32 0.04 25);
125
+ --text-muted: oklch(0.45 0.04 25);
126
+ --glow: 0 1px 0 oklch(0.55 0.24 28 / 0.25);
127
+ }
128
+ }
129
+ `;
130
+ ```
131
+
132
+ Then reference `var(--bg)`, `var(--neon-red)`, `var(--glow)`, etc. in inline styles or className-driven CSS.
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: Chrono
3
+ colors:
4
+ bg: "#dde1e7"
5
+ text: "#5a6270"
6
+ text-dark: "#3a3f4a"
7
+ accent: "#6c8ee6"
8
+ typography:
9
+ body-md:
10
+ fontFamily: Inter
11
+ fontSize: 1rem
12
+ fontWeight: "400"
13
+ ---
14
+
15
+ ## Brand & Style
16
+
17
+ Chrono design system. A clean, structured theme with Space Mono and Inter typography. Use this design system\'s color tokens, spacing, and typographic choices consistently across all generated components. This theme **respects the visitor's system color scheme** — light by default, with a dark variant that auto-applies on `@media (prefers-color-scheme: dark)`. Apply both color sets via CSS variables in a `<style>` block; never hard-code one mode only.
18
+
19
+ ## Colors
20
+
21
+ - **bg** (#dde1e7): Use for backgrounds.
22
+ - **text** (#5a6270): Use for text content.
23
+ - **text-dark** (#3a3f4a): Use for text content.
24
+ - **accent** (#6c8ee6): Use for primary actions and accents.
25
+
26
+ ## Typography
27
+
28
+ Load fonts from Google Fonts: Space Mono, Inter. Use display=optional.
29
+ Primary body font: 'Inter', sans-serif.
30
+
31
+ ## Components
32
+
33
+ Apply the color tokens and typography consistently to all interactive elements (buttons, inputs, cards, modals). Ensure sufficient contrast between text and background colors for accessibility.