@vibes.diy/prompts 2.4.3 → 2.4.4
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.
- package/chat.d.ts +1 -0
- package/llms/fireproof.md +107 -0
- package/llms/use-viewer.md +30 -0
- package/package.json +3 -3
- package/prompts.d.ts +2 -0
- package/prompts.js +27 -2
- package/prompts.js.map +1 -1
- package/settings.d.ts +1 -0
- package/themes/aether.md +0 -9
- package/themes/archive.md +0 -8
- package/themes/atelier.md +0 -10
- package/themes/atlas.md +0 -11
- package/themes/brutalist.md +16 -49
- package/themes/capsule.md +0 -12
- package/themes/carbon.md +0 -11
- package/themes/chrome.md +0 -15
- package/themes/chrono.md +0 -5
- package/themes/codex.md +0 -13
- package/themes/colors/aether.yaml +10 -0
- package/themes/colors/archive.yaml +9 -0
- package/themes/colors/atelier.yaml +11 -0
- package/themes/colors/atlas.yaml +12 -0
- package/themes/colors/broadsheet.yaml +7 -0
- package/themes/colors/brutalist.yaml +34 -0
- package/themes/colors/capsule.yaml +13 -0
- package/themes/colors/carbon.yaml +12 -0
- package/themes/colors/chrome.yaml +16 -0
- package/themes/colors/chrono.yaml +6 -0
- package/themes/colors/codex.yaml +14 -0
- package/themes/colors/computer-angel-heaven.yaml +22 -0
- package/themes/colors/console.yaml +16 -0
- package/themes/colors/default.yaml +19 -0
- package/themes/colors/desktop.yaml +18 -0
- package/themes/colors/dial.yaml +15 -0
- package/themes/colors/dossier.yaml +7 -0
- package/themes/colors/edge.yaml +9 -0
- package/themes/colors/guild.yaml +13 -0
- package/themes/colors/hearth.yaml +14 -0
- package/themes/colors/industrial.yaml +8 -0
- package/themes/colors/matrix.yaml +10 -0
- package/themes/colors/mesh.yaml +11 -0
- package/themes/colors/neomario.yaml +14 -0
- package/themes/colors/neon.yaml +13 -0
- package/themes/colors/nexus.yaml +10 -0
- package/themes/colors/opus.yaml +26 -0
- package/themes/colors/orbit.yaml +15 -0
- package/themes/colors/palate.yaml +7 -0
- package/themes/colors/pitch.yaml +9 -0
- package/themes/colors/poster.yaml +9 -0
- package/themes/colors/proof.yaml +10 -0
- package/themes/colors/recon.yaml +9 -0
- package/themes/colors/rift.yaml +15 -0
- package/themes/colors/rune.yaml +13 -0
- package/themes/colors/scrapbook.yaml +9 -0
- package/themes/colors/sensor.yaml +11 -0
- package/themes/colors/signal.yaml +8 -0
- package/themes/colors/slab.yaml +7 -0
- package/themes/colors/specimen.yaml +7 -0
- package/themes/colors/terminal.yaml +9 -0
- package/themes/colors/vault.yaml +10 -0
- package/themes/colors/winter-sports.yaml +9 -0
- package/themes/colors/zine.yaml +10 -0
- package/themes/colorsets-bundle.d.ts +3 -0
- package/themes/colorsets-bundle.js +643 -0
- package/themes/colorsets-bundle.js.map +1 -0
- package/themes/colorsets.d.ts +7 -0
- package/themes/colorsets.js +72 -0
- package/themes/colorsets.js.map +1 -0
- package/themes/computer-angel-heaven.md +0 -21
- package/themes/console.md +0 -15
- package/themes/default.md +10 -62
- package/themes/desktop.md +0 -17
- package/themes/dial.md +0 -14
- package/themes/dossier.md +0 -6
- package/themes/edge.md +0 -8
- package/themes/guild.md +0 -12
- package/themes/hearth.md +0 -13
- package/themes/index.d.ts +2 -0
- package/themes/index.js +5 -0
- package/themes/index.js.map +1 -1
- package/themes/industrial.md +0 -7
- package/themes/matrix.md +0 -9
- package/themes/mesh.md +0 -10
- package/themes/neomario.md +0 -13
- package/themes/neon.md +0 -12
- package/themes/nexus.md +0 -9
- package/themes/opus.md +0 -25
- package/themes/orbit.md +0 -14
- package/themes/palate.md +0 -6
- package/themes/pitch.md +0 -8
- package/themes/poster.md +0 -8
- package/themes/proof.md +0 -9
- package/themes/recon.md +0 -8
- package/themes/rift.md +0 -14
- package/themes/rune.md +0 -12
- package/themes/scrapbook.md +0 -8
- package/themes/sensor.md +0 -10
- package/themes/signal.md +0 -7
- package/themes/slab.md +0 -6
- package/themes/terminal.md +0 -8
- package/themes/vault.md +0 -9
- package/themes/winter-sports.md +0 -8
- package/themes/zine.md +0 -9
package/themes/scrapbook.md
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
12
4
|
body-md:
|
|
13
5
|
fontFamily: Inter
|
package/themes/sensor.md
CHANGED
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
14
4
|
body-md:
|
|
15
5
|
fontFamily: IBM Plex Mono
|
package/themes/signal.md
CHANGED
package/themes/slab.md
CHANGED
package/themes/terminal.md
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
12
4
|
body-md:
|
|
13
5
|
fontFamily: VT323
|
package/themes/vault.md
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
13
4
|
body-md:
|
|
14
5
|
fontFamily: Inter
|
package/themes/winter-sports.md
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
12
4
|
body-md:
|
|
13
5
|
fontFamily: Inter
|
package/themes/zine.md
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
---
|
|
2
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
3
|
typography:
|
|
13
4
|
body-md:
|
|
14
5
|
fontFamily: var(--f-type)
|