@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,35 @@
1
+ ---
2
+ name: Palate Notes
3
+ colors:
4
+ bg: "oklch(0.17 0.000 0)"
5
+ fg: "oklch(0.93 0.006 265)"
6
+ fg-muted: "oklch(0.71 0.02 261)"
7
+ border: "oklch(0.37 0.03 260)"
8
+ dot: "oklch(0.93 0.006 265)"
9
+ typography:
10
+ body-md:
11
+ fontFamily: Cormorant Garamond
12
+ fontSize: 1rem
13
+ fontWeight: "400"
14
+ ---
15
+
16
+ ## Brand & Style
17
+
18
+ Palate Notes design system. A dark, atmospheric theme with Cormorant Garamond 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.
19
+
20
+ ## Colors
21
+
22
+ - **bg** (oklch(0.17 0.000 0)): Use for backgrounds.
23
+ - **fg** (oklch(0.93 0.006 265)): Use for text content.
24
+ - **fg-muted** (oklch(0.71 0.02 261)): Use for text content.
25
+ - **border** (oklch(0.37 0.03 260)): Use for borders and dividers.
26
+ - **dot** (oklch(0.93 0.006 265)): Use for supporting UI elements.
27
+
28
+ ## Typography
29
+
30
+ Load fonts from Google Fonts: Cormorant Garamond. Use display=optional.
31
+ Primary body font: 'Cormorant Garamond', serif.
32
+
33
+ ## Components
34
+
35
+ 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,39 @@
1
+ ---
2
+ name: Pitch
3
+ colors:
4
+ bg: "oklch(0.22 0.05 163)"
5
+ card-bg: "oklch(0.27 0.055 163)"
6
+ text: "oklch(0.95 0.01 100)"
7
+ border: "oklch(0.39 0.065 165)"
8
+ accent: "oklch(0.86 0.18 90)"
9
+ accent-text: "oklch(0.20 0.04 163)"
10
+ muted: "oklch(0.55 0.04 165)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: Space Grotesk
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ ---
17
+
18
+ ## Brand & Style
19
+
20
+ Pitch design system. A dark, atmospheric theme with Space Grotesk 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** — 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.
21
+
22
+ ## Colors
23
+
24
+ - **bg** (oklch(0.22 0.05 163)): Use for backgrounds.
25
+ - **card-bg** (oklch(0.27 0.055 163)): Use for backgrounds.
26
+ - **text** (oklch(0.95 0.01 100)): Use for text content.
27
+ - **border** (oklch(0.39 0.065 165)): Use for borders and dividers.
28
+ - **accent** (oklch(0.86 0.18 90)): Use for primary actions and accents.
29
+ - **accent-text** (oklch(0.20 0.04 163)): Use for text content.
30
+ - **muted** (oklch(0.55 0.04 165)): Use for secondary/muted content.
31
+
32
+ ## Typography
33
+
34
+ Load fonts from Google Fonts: Space Grotesk, Space Mono. Use display=optional.
35
+ Primary body font: 'Space Grotesk', sans-serif.
36
+
37
+ ## Components
38
+
39
+ 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,39 @@
1
+ ---
2
+ name: Poster
3
+ colors:
4
+ bg: "oklch(0.11 0.01 270)"
5
+ card-bg: "oklch(0.13 0.01 270)"
6
+ text: "oklch(0.93 0.01 270)"
7
+ border: "oklch(0.22 0.01 270)"
8
+ accent: "oklch(0.65 0.18 290)"
9
+ accent-text: "oklch(0.10 0.01 270)"
10
+ muted: "oklch(0.42 0.01 270)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: Inter
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ ---
17
+
18
+ ## Brand & Style
19
+
20
+ Poster design system. A dark, atmospheric theme with Bebas Neue and Inter 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** — 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.
21
+
22
+ ## Colors
23
+
24
+ - **bg** (oklch(0.11 0.01 270)): Use for backgrounds.
25
+ - **card-bg** (oklch(0.13 0.01 270)): Use for backgrounds.
26
+ - **text** (oklch(0.93 0.01 270)): Use for text content.
27
+ - **border** (oklch(0.22 0.01 270)): Use for borders and dividers.
28
+ - **accent** (oklch(0.65 0.18 290)): Use for primary actions and accents.
29
+ - **accent-text** (oklch(0.10 0.01 270)): Use for text content.
30
+ - **muted** (oklch(0.42 0.01 270)): Use for secondary/muted content.
31
+
32
+ ## Typography
33
+
34
+ Load fonts from Google Fonts: Bebas Neue, Inter, Space Mono. Use display=optional.
35
+ Primary body font: 'Inter', sans-serif.
36
+
37
+ ## Components
38
+
39
+ 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,41 @@
1
+ ---
2
+ name: Proof Sheet
3
+ colors:
4
+ bg: "oklch(0.14 0.000 0)"
5
+ card: "oklch(0.16 0.000 0)"
6
+ border: "oklch(0.28 0.03 257)"
7
+ fg: "oklch(1.00 0.000 0)"
8
+ fg-muted: "oklch(0.71 0.02 261)"
9
+ fg-dim: "oklch(1.00 0.000 0 / 0.6)"
10
+ tag-bg: "oklch(1.00 0.000 0 / 0.1)"
11
+ card-hi: "oklch(0.21 0.03 265)"
12
+ typography:
13
+ body-md:
14
+ fontFamily: Inter
15
+ fontSize: 1rem
16
+ fontWeight: "400"
17
+ ---
18
+
19
+ ## Brand & Style
20
+
21
+ Proof Sheet design system. A dark, atmospheric theme with 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** — 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.
22
+
23
+ ## Colors
24
+
25
+ - **bg** (oklch(0.14 0.000 0)): Use for backgrounds.
26
+ - **card** (oklch(0.16 0.000 0)): Use for supporting UI elements.
27
+ - **border** (oklch(0.28 0.03 257)): Use for borders and dividers.
28
+ - **fg** (oklch(1.00 0.000 0)): Use for text content.
29
+ - **fg-muted** (oklch(0.71 0.02 261)): Use for text content.
30
+ - **fg-dim** (oklch(1.00 0.000 0 / 0.6)): Use for text content.
31
+ - **tag-bg** (oklch(1.00 0.000 0 / 0.1)): Use for backgrounds.
32
+ - **card-hi** (oklch(0.21 0.03 265)): Use for supporting UI elements.
33
+
34
+ ## Typography
35
+
36
+ Load fonts from Google Fonts: Inter. Use display=optional.
37
+ Primary body font: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif.
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,39 @@
1
+ ---
2
+ name: Recon Grid
3
+ colors:
4
+ bg: "oklch(0.00 0.000 0)"
5
+ card: "oklch(0.00 0.000 0 / 0.8)"
6
+ panel: "oklch(0.21 0.03 265 / 0.8)"
7
+ border: "oklch(0.28 0.03 257)"
8
+ fg: "oklch(0.97 0.003 265)"
9
+ fg-dim: "oklch(0.55 0.03 264)"
10
+ accent: "oklch(0.64 0.24 25)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: ui-monospace
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ ---
17
+
18
+ ## Brand & Style
19
+
20
+ Recon Grid 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.
21
+
22
+ ## Colors
23
+
24
+ - **bg** (oklch(0.00 0.000 0)): Use for backgrounds.
25
+ - **card** (oklch(0.00 0.000 0 / 0.8)): Use for supporting UI elements.
26
+ - **panel** (oklch(0.21 0.03 265 / 0.8)): Use for supporting UI elements.
27
+ - **border** (oklch(0.28 0.03 257)): Use for borders and dividers.
28
+ - **fg** (oklch(0.97 0.003 265)): Use for text content.
29
+ - **fg-dim** (oklch(0.55 0.03 264)): Use for text content.
30
+ - **accent** (oklch(0.64 0.24 25)): Use for primary actions and accents.
31
+
32
+ ## Typography
33
+
34
+ Primary body font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
35
+ 'Liberation Mono', 'Courier New', monospace.
36
+
37
+ ## Components
38
+
39
+ 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.
package/themes/rift.md ADDED
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: Rift Portal
3
+ colors:
4
+ bg: "oklch(0.07 0.02 280)"
5
+ surface: "oklch(0.17 0.02 270 / 0.9)"
6
+ card: "oklch(0.13 0.000 0)"
7
+ card-inner: "oklch(0.21 0.02 255)"
8
+ border: "oklch(0.37 0.03 255)"
9
+ border-frame: "oklch(0.44 0.02 255)"
10
+ fg: "oklch(1.00 0.000 0)"
11
+ fg-muted: "oklch(0.70 0.02 260)"
12
+ fg-dim: "oklch(0.55 0.02 260)"
13
+ accent-green: "oklch(0.88 0.27 128)"
14
+ accent-cyan: "oklch(0.87 0.14 200)"
15
+ accent-pink: "oklch(0.58 0.32 320)"
16
+ accent-yellow: "oklch(0.87 0.18 90)"
17
+ typography:
18
+ body-md:
19
+ fontFamily: Orbitron
20
+ fontSize: 1rem
21
+ fontWeight: "400"
22
+ ---
23
+
24
+ ## Brand & Style
25
+
26
+ Rift Portal 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.
27
+
28
+ ## Colors
29
+
30
+ - **bg** (oklch(0.07 0.02 280)): Use for backgrounds.
31
+ - **surface** (oklch(0.17 0.02 270 / 0.9)): Use for supporting UI elements.
32
+ - **card** (oklch(0.13 0.000 0)): Use for supporting UI elements.
33
+ - **card-inner** (oklch(0.21 0.02 255)): Use for supporting UI elements.
34
+ - **border** (oklch(0.37 0.03 255)): Use for borders and dividers.
35
+ - **border-frame** (oklch(0.44 0.02 255)): Use for borders and dividers.
36
+ - **fg** (oklch(1.00 0.000 0)): Use for text content.
37
+ - **fg-muted** (oklch(0.70 0.02 260)): Use for text content.
38
+
39
+ ## Typography
40
+
41
+ Primary body font: 'Orbitron', sans-serif.
42
+
43
+ ## Components
44
+
45
+ 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.
package/themes/rune.md ADDED
@@ -0,0 +1,44 @@
1
+ ---
2
+ name: Rune Interface
3
+ colors:
4
+ abyss: "#020406"
5
+ abyss-blue: "#05101a"
6
+ cyan-neon: "#00ffcc"
7
+ cyan-dim: "#005f52"
8
+ cyan-text: "#ccfffa"
9
+ purple-magic: "#9d4eff"
10
+ stone: "#0d161f"
11
+ stone-border: "#1c2b38"
12
+ stone-light: "#162330"
13
+ text: "#b0c4cc"
14
+ text-muted: "#4a6070"
15
+ typography:
16
+ body-md:
17
+ fontFamily: Cormorant Garamond
18
+ fontSize: 1rem
19
+ fontWeight: "400"
20
+ ---
21
+
22
+ ## Brand & Style
23
+
24
+ Rune Interface design system. A clean, structured theme with Cinzel and Cormorant Garamond 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
+ - **abyss** (#020406): Use for supporting UI elements.
29
+ - **abyss-blue** (#05101a): Use for supporting UI elements.
30
+ - **cyan-neon** (#00ffcc): Use for supporting UI elements.
31
+ - **cyan-dim** (#005f52): Use for secondary/muted content.
32
+ - **cyan-text** (#ccfffa): Use for text content.
33
+ - **purple-magic** (#9d4eff): Use for supporting UI elements.
34
+ - **stone** (#0d161f): Use for supporting UI elements.
35
+ - **stone-border** (#1c2b38): Use for borders and dividers.
36
+
37
+ ## Typography
38
+
39
+ Load fonts from Google Fonts: Cinzel, Cormorant Garamond. Use display=optional.
40
+ Primary body font: 'Cormorant Garamond', Georgia, serif.
41
+
42
+ ## Components
43
+
44
+ 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: Scrapbook
3
+ colors:
4
+ desk: "oklch(0.93 0.03 130)"
5
+ paper: "oklch(0.97 0.01 80)"
6
+ ink: "oklch(0.12 0.01 0)"
7
+ yellow: "oklch(0.93 0.12 95)"
8
+ pink: "oklch(0.90 0.06 10)"
9
+ blue: "oklch(0.90 0.05 240)"
10
+ muted: "oklch(0.45 0.01 0)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: Inter
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ headline:
17
+ fontFamily: Caveat
18
+ fontSize: 2rem
19
+ fontWeight: "700"
20
+ ---
21
+
22
+ ## Brand & Style
23
+
24
+ Scrapbook design system. A clean, structured theme with Caveat 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
+ - **desk** (oklch(0.93 0.03 130)): Use for supporting UI elements.
29
+ - **paper** (oklch(0.97 0.01 80)): Use for supporting UI elements.
30
+ - **ink** (oklch(0.12 0.01 0)): Use for text content.
31
+ - **yellow** (oklch(0.93 0.12 95)): Use for supporting UI elements.
32
+ - **pink** (oklch(0.90 0.06 10)): Use for text content.
33
+ - **blue** (oklch(0.90 0.05 240)): Use for supporting UI elements.
34
+ - **muted** (oklch(0.45 0.01 0)): Use for secondary/muted content.
35
+
36
+ ## Typography
37
+
38
+ Load fonts from Google Fonts: Caveat, 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: Sensor Dashboard
3
+ colors:
4
+ bg: "oklch(0.10 0.003 264)"
5
+ panel: "oklch(0.16 0.003 264)"
6
+ panel-hi: "oklch(0.19 0.003 264)"
7
+ stroke: "oklch(0.24 0.003 264)"
8
+ bar-bg: "oklch(0.20 0.005 264)"
9
+ muted: "oklch(0.63 0.008 264)"
10
+ text: "oklch(0.93 0.005 264)"
11
+ accent: "oklch(0.53 0.22 25)"
12
+ accent-weak: "oklch(0.45 0.19 25)"
13
+ typography:
14
+ body-md:
15
+ fontFamily: IBM Plex Mono
16
+ fontSize: 1rem
17
+ fontWeight: "400"
18
+ ---
19
+
20
+ ## Brand & Style
21
+
22
+ Sensor Dashboard design system. A dark, atmospheric theme with IBM Plex Mono and Rajdhani 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.
23
+
24
+ ## Colors
25
+
26
+ - **bg** (oklch(0.10 0.003 264)): Use for backgrounds.
27
+ - **panel** (oklch(0.16 0.003 264)): Use for supporting UI elements.
28
+ - **panel-hi** (oklch(0.19 0.003 264)): Use for supporting UI elements.
29
+ - **stroke** (oklch(0.24 0.003 264)): Use for borders and dividers.
30
+ - **bar-bg** (oklch(0.20 0.005 264)): Use for backgrounds.
31
+ - **muted** (oklch(0.63 0.008 264)): Use for secondary/muted content.
32
+ - **text** (oklch(0.93 0.005 264)): Use for text content.
33
+ - **accent** (oklch(0.53 0.22 25)): Use for primary actions and accents.
34
+
35
+ ## Typography
36
+
37
+ Load fonts from Google Fonts: IBM Plex Mono, Rajdhani. Use display=optional.
38
+ Primary body font: 'IBM Plex Mono', ui-monospace, monospace.
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,37 @@
1
+ ---
2
+ name: Signal
3
+ colors:
4
+ bg: "#030303"
5
+ card-bg: "#0a0a0a"
6
+ text: "#eaeaea"
7
+ border: "#1a1a1a"
8
+ accent: "#ffffff"
9
+ muted: "#666"
10
+ typography:
11
+ body-md:
12
+ fontFamily: Inter
13
+ fontSize: 1rem
14
+ fontWeight: "400"
15
+ ---
16
+
17
+ ## Brand & Style
18
+
19
+ Signal design system. A dark, atmospheric 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** — 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.
20
+
21
+ ## Colors
22
+
23
+ - **bg** (#030303): Use for backgrounds.
24
+ - **card-bg** (#0a0a0a): Use for backgrounds.
25
+ - **text** (#eaeaea): Use for text content.
26
+ - **border** (#1a1a1a): Use for borders and dividers.
27
+ - **accent** (#ffffff): Use for primary actions and accents.
28
+ - **muted** (#666): Use for secondary/muted content.
29
+
30
+ ## Typography
31
+
32
+ Load fonts from Google Fonts: Space Mono, Inter. Use display=optional.
33
+ Primary body font: 'Inter', sans-serif.
34
+
35
+ ## Components
36
+
37
+ 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.
package/themes/slab.md ADDED
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: Slab Concrete
3
+ colors:
4
+ concrete: "oklch(0.88 0.000 0)"
5
+ acid: "oklch(0.94 0.23 110)"
6
+ black: "oklch(0.10 0.000 0)"
7
+ ink: "oklch(0.00 0.000 0)"
8
+ list-hover: "oklch(1.00 0.000 0 / 0.4)"
9
+ typography:
10
+ body-md:
11
+ fontFamily: Inter
12
+ fontSize: 1rem
13
+ fontWeight: "400"
14
+ ---
15
+
16
+ ## Brand & Style
17
+
18
+ Slab Concrete design system. A clean, structured theme with Inter and JetBrains 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.
19
+
20
+ ## Colors
21
+
22
+ - **concrete** (oklch(0.88 0.000 0)): Use for supporting UI elements.
23
+ - **acid** (oklch(0.94 0.23 110)): Use for supporting UI elements.
24
+ - **black** (oklch(0.10 0.000 0)): Use for supporting UI elements.
25
+ - **ink** (oklch(0.00 0.000 0)): Use for text content.
26
+ - **list-hover** (oklch(1.00 0.000 0 / 0.4)): Use for supporting UI elements.
27
+
28
+ ## Typography
29
+
30
+ Load fonts from Google Fonts: Inter, JetBrains Mono. Use display=optional.
31
+ Primary body font: 'Inter', sans-serif.
32
+
33
+ ## Components
34
+
35
+ 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,21 @@
1
+ ---
2
+ name: Specimen
3
+ typography:
4
+ body-md:
5
+ fontFamily: Inter
6
+ fontSize: 1rem
7
+ fontWeight: "400"
8
+ ---
9
+
10
+ ## Brand & Style
11
+
12
+ Specimen design system. A clean, structured theme with Inter 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.
13
+
14
+ ## Typography
15
+
16
+ Load fonts from Google Fonts: Inter, Space Mono. Use display=optional.
17
+ Primary body font: 'Inter', sans-serif.
18
+
19
+ ## Components
20
+
21
+ 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,39 @@
1
+ ---
2
+ name: Terminal CRT
3
+ colors:
4
+ bg: "oklch(0.16 0.000 0)"
5
+ terminal: "oklch(0.00 0.000 0 / 0.85)"
6
+ green: "oklch(0.87 0.30 142)"
7
+ green-dim: "oklch(0.87 0.30 142 / 0.4)"
8
+ green-border: "oklch(0.87 0.30 142 / 0.3)"
9
+ green-faint: "oklch(0.87 0.30 142 / 0.1)"
10
+ white: "oklch(1.00 0.000 0)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: VT323
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ ---
17
+
18
+ ## Brand & Style
19
+
20
+ Terminal CRT design system. A dark, atmospheric theme with VT323 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.
21
+
22
+ ## Colors
23
+
24
+ - **bg** (oklch(0.16 0.000 0)): Use for backgrounds.
25
+ - **terminal** (oklch(0.00 0.000 0 / 0.85)): Use for supporting UI elements.
26
+ - **green** (oklch(0.87 0.30 142)): Use for supporting UI elements.
27
+ - **green-dim** (oklch(0.87 0.30 142 / 0.4)): Use for secondary/muted content.
28
+ - **green-border** (oklch(0.87 0.30 142 / 0.3)): Use for borders and dividers.
29
+ - **green-faint** (oklch(0.87 0.30 142 / 0.1)): Use for supporting UI elements.
30
+ - **white** (oklch(1.00 0.000 0)): Use for supporting UI elements.
31
+
32
+ ## Typography
33
+
34
+ Load fonts from Google Fonts: VT323. Use display=optional.
35
+ Primary body font: 'VT323', monospace.
36
+
37
+ ## Components
38
+
39
+ 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,41 @@
1
+ ---
2
+ name: Vault
3
+ colors:
4
+ bg: "oklch(0.08 0.03 280)"
5
+ card-bg: "oklch(0.12 0.03 280 / 0.7)"
6
+ text: "oklch(0.93 0.02 80)"
7
+ border: "oklch(0.65 0.15 80 / 0.12)"
8
+ accent: "oklch(0.72 0.15 75)"
9
+ accent-text: "oklch(0.10 0.03 280)"
10
+ muted: "oklch(0.50 0.04 290)"
11
+ purple: "oklch(0.55 0.18 300)"
12
+ typography:
13
+ body-md:
14
+ fontFamily: Inter
15
+ fontSize: 1rem
16
+ fontWeight: "400"
17
+ ---
18
+
19
+ ## Brand & Style
20
+
21
+ Vault design system. A dark, atmospheric 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** — 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.
22
+
23
+ ## Colors
24
+
25
+ - **bg** (oklch(0.08 0.03 280)): Use for backgrounds.
26
+ - **card-bg** (oklch(0.12 0.03 280 / 0.7)): Use for backgrounds.
27
+ - **text** (oklch(0.93 0.02 80)): Use for text content.
28
+ - **border** (oklch(0.65 0.15 80 / 0.12)): Use for borders and dividers.
29
+ - **accent** (oklch(0.72 0.15 75)): Use for primary actions and accents.
30
+ - **accent-text** (oklch(0.10 0.03 280)): Use for text content.
31
+ - **muted** (oklch(0.50 0.04 290)): Use for secondary/muted content.
32
+ - **purple** (oklch(0.55 0.18 300)): Use for supporting UI elements.
33
+
34
+ ## Typography
35
+
36
+ Load fonts from Google Fonts: Space Mono, Inter. Use display=optional.
37
+ Primary body font: 'Inter', sans-serif.
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,39 @@
1
+ ---
2
+ name: Winter Sports
3
+ colors:
4
+ comp-bg: "oklch(0.99 0.003 240)"
5
+ comp-text: "oklch(0.22 0.025 250)"
6
+ comp-border: "oklch(0.88 0.012 235)"
7
+ comp-accent: "oklch(0.55 0.19 250)"
8
+ comp-accent-text: "oklch(0.99 0 0)"
9
+ comp-muted: "oklch(0.55 0.02 250)"
10
+ color-background: "oklch(0.95 0.015 230)"
11
+ typography:
12
+ body-md:
13
+ fontFamily: Inter
14
+ fontSize: 1rem
15
+ fontWeight: "400"
16
+ ---
17
+
18
+ ## Brand & Style
19
+
20
+ Winter Sports design system. A clean, structured theme with Inter and Nunito and Space Grotesk 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.
21
+
22
+ ## Colors
23
+
24
+ - **comp-bg** (oklch(0.99 0.003 240)): Use for backgrounds.
25
+ - **comp-text** (oklch(0.22 0.025 250)): Use for text content.
26
+ - **comp-border** (oklch(0.88 0.012 235)): Use for borders and dividers.
27
+ - **comp-accent** (oklch(0.55 0.19 250)): Use for primary actions and accents.
28
+ - **comp-accent-text** (oklch(0.99 0 0)): Use for text content.
29
+ - **comp-muted** (oklch(0.55 0.02 250)): Use for secondary/muted content.
30
+ - **color-background** (oklch(0.95 0.015 230)): Use for backgrounds.
31
+
32
+ ## Typography
33
+
34
+ Load fonts from Google Fonts: Inter, Nunito, Space Grotesk. Use display=optional.
35
+ Primary body font: 'Inter', sans-serif.
36
+
37
+ ## Components
38
+
39
+ 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.
package/themes/zine.md ADDED
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: Zine Cut
3
+ colors:
4
+ comp-bg: "oklch(0.96 0.005 100)"
5
+ comp-text: "oklch(0.05 0 0)"
6
+ comp-border: "oklch(0.05 0 0)"
7
+ comp-accent: "oklch(0.05 0 0)"
8
+ comp-accent-text: "oklch(0.96 0.005 100)"
9
+ comp-muted: "oklch(0.05 0 0 / 0.3)"
10
+ zine-inverted-bg: "oklch(0.05 0 0)"
11
+ zine-inverted-text: "oklch(0.96 0.005 100)"
12
+ typography:
13
+ body-md:
14
+ fontFamily: var(--f-type)
15
+ fontSize: 1rem
16
+ fontWeight: "400"
17
+ ---
18
+
19
+ ## Brand & Style
20
+
21
+ Zine Cut 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.
22
+
23
+ ## Colors
24
+
25
+ - **comp-bg** (oklch(0.96 0.005 100)): Use for backgrounds.
26
+ - **comp-text** (oklch(0.05 0 0)): Use for text content.
27
+ - **comp-border** (oklch(0.05 0 0)): Use for borders and dividers.
28
+ - **comp-accent** (oklch(0.05 0 0)): Use for primary actions and accents.
29
+ - **comp-accent-text** (oklch(0.96 0.005 100)): Use for text content.
30
+ - **comp-muted** (oklch(0.05 0 0 / 0.3)): Use for secondary/muted content.
31
+ - **zine-inverted-bg** (oklch(0.05 0 0)): Use for backgrounds.
32
+ - **zine-inverted-text** (oklch(0.96 0.005 100)): Use for text content.
33
+
34
+ ## Typography
35
+
36
+ Primary body font: var(--f-type).
37
+
38
+ ## Components
39
+
40
+ 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.
@@ -1,2 +0,0 @@
1
- import type { LlmConfig } from "./types.js";
2
- export declare const imgVibesConfig: LlmConfig;
package/llms/img-vibes.js DELETED
@@ -1,9 +0,0 @@
1
- export const imgVibesConfig = {
2
- name: "img-vibes",
3
- label: "Image Generation",
4
- module: "OpenAi",
5
- description: "Generate and edit images",
6
- importModule: "img-vibes",
7
- importName: "ImgVibes",
8
- };
9
- //# sourceMappingURL=img-vibes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"img-vibes.js","sourceRoot":"","sources":["../../jsr/llms/img-vibes.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,cAAc,GAAc;IACvC,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,UAAU;CACvB,CAAC"}