@vibes.diy/prompts 2.4.15 → 2.5.0
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/package.json +3 -3
- package/themes/colors/aether.yaml +2 -1
- package/themes/colors/archive.yaml +5 -4
- package/themes/colors/atelier.yaml +8 -7
- package/themes/colors/atlas.yaml +7 -6
- package/themes/colors/broadsheet.yaml +3 -3
- package/themes/colors/brutalist.yaml +14 -15
- package/themes/colors/capsule.yaml +7 -6
- package/themes/colors/carbon.yaml +7 -5
- package/themes/colors/chrome.yaml +6 -6
- package/themes/colors/chrono.yaml +4 -3
- package/themes/colors/codex.yaml +4 -3
- package/themes/colors/computer-angel-heaven.yaml +9 -8
- package/themes/colors/console.yaml +7 -6
- package/themes/colors/default.yaml +12 -12
- package/themes/colors/desktop.yaml +1 -1
- package/themes/colors/dial.yaml +7 -6
- package/themes/colors/dossier.yaml +4 -3
- package/themes/colors/edge.yaml +2 -1
- package/themes/colors/guild.yaml +4 -3
- package/themes/colors/hearth.yaml +6 -5
- package/themes/colors/industrial.yaml +5 -4
- package/themes/colors/matrix.yaml +5 -4
- package/themes/colors/mesh.yaml +6 -5
- package/themes/colors/neomario.yaml +6 -5
- package/themes/colors/neon.yaml +1 -1
- package/themes/colors/nexus.yaml +5 -4
- package/themes/colors/opus.yaml +6 -5
- package/themes/colors/orbit.yaml +5 -4
- package/themes/colors/palate.yaml +4 -3
- package/themes/colors/pitch.yaml +6 -5
- package/themes/colors/poster.yaml +6 -5
- package/themes/colors/proof.yaml +5 -4
- package/themes/colors/recon.yaml +7 -6
- package/themes/colors/rift.yaml +5 -4
- package/themes/colors/rune.yaml +3 -2
- package/themes/colors/scrapbook.yaml +3 -2
- package/themes/colors/sensor.yaml +7 -6
- package/themes/colors/signal.yaml +5 -5
- package/themes/colors/slab.yaml +2 -1
- package/themes/colors/specimen.yaml +3 -3
- package/themes/colors/terminal.yaml +2 -1
- package/themes/colors/vault.yaml +6 -5
- package/themes/colors/winter-sports.yaml +7 -6
- package/themes/colors/zine.yaml +6 -5
- package/themes/colorsets-bundle.js +243 -216
- package/themes/colorsets-bundle.js.map +1 -1
- package/themes/colorsets.d.ts +18 -0
- package/themes/colorsets.js +301 -12
- package/themes/colorsets.js.map +1 -1
- package/themes/index.d.ts +1 -1
- package/themes/index.js +1 -1
- package/themes/index.js.map +1 -1
package/themes/colors/rift.yaml
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
name: Rift Portal
|
|
2
2
|
colors:
|
|
3
|
-
|
|
3
|
+
background: "oklch(0.07 0.02 280)"
|
|
4
4
|
surface: "oklch(0.17 0.02 270 / 0.9)"
|
|
5
|
+
text-primary: "oklch(1.00 0.000 0)"
|
|
6
|
+
text-secondary: "oklch(0.70 0.02 260)"
|
|
7
|
+
border: "oklch(0.37 0.03 255)"
|
|
8
|
+
extras:
|
|
5
9
|
card: "oklch(0.13 0.000 0)"
|
|
6
10
|
card-inner: "oklch(0.21 0.02 255)"
|
|
7
|
-
border: "oklch(0.37 0.03 255)"
|
|
8
11
|
border-frame: "oklch(0.44 0.02 255)"
|
|
9
|
-
fg: "oklch(1.00 0.000 0)"
|
|
10
|
-
fg-muted: "oklch(0.70 0.02 260)"
|
|
11
12
|
fg-dim: "oklch(0.55 0.02 260)"
|
|
12
13
|
accent-green: "oklch(0.88 0.27 128)"
|
|
13
14
|
accent-cyan: "oklch(0.87 0.14 200)"
|
package/themes/colors/rune.yaml
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
name: Rune Interface
|
|
2
2
|
colors:
|
|
3
|
+
text-primary: "#b0c4cc"
|
|
4
|
+
text-secondary: "#4a6070"
|
|
5
|
+
extras:
|
|
3
6
|
abyss: "#020406"
|
|
4
7
|
abyss-blue: "#05101a"
|
|
5
8
|
cyan-neon: "#00ffcc"
|
|
@@ -9,5 +12,3 @@ colors:
|
|
|
9
12
|
stone: "#0d161f"
|
|
10
13
|
stone-border: "#1c2b38"
|
|
11
14
|
stone-light: "#162330"
|
|
12
|
-
text: "#b0c4cc"
|
|
13
|
-
text-muted: "#4a6070"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
name: Scrapbook
|
|
2
2
|
colors:
|
|
3
|
+
text-primary: "oklch(0.12 0.01 0)"
|
|
4
|
+
text-secondary: "oklch(0.45 0.01 0)"
|
|
5
|
+
extras:
|
|
3
6
|
desk: "oklch(0.93 0.03 130)"
|
|
4
7
|
paper: "oklch(0.97 0.01 80)"
|
|
5
|
-
ink: "oklch(0.12 0.01 0)"
|
|
6
8
|
yellow: "oklch(0.93 0.12 95)"
|
|
7
9
|
pink: "oklch(0.90 0.06 10)"
|
|
8
10
|
blue: "oklch(0.90 0.05 240)"
|
|
9
|
-
muted: "oklch(0.45 0.01 0)"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
name: Sensor Dashboard
|
|
2
2
|
colors:
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
background: "oklch(0.10 0.003 264)"
|
|
4
|
+
surface: "oklch(0.16 0.003 264)"
|
|
5
|
+
accent: "oklch(0.53 0.22 25)"
|
|
6
|
+
text-primary: "oklch(0.93 0.005 264)"
|
|
7
|
+
text-secondary: "oklch(0.63 0.008 264)"
|
|
8
|
+
border: "oklch(0.24 0.003 264)"
|
|
9
|
+
extras:
|
|
5
10
|
panel-hi: "oklch(0.19 0.003 264)"
|
|
6
|
-
stroke: "oklch(0.24 0.003 264)"
|
|
7
11
|
bar-bg: "oklch(0.20 0.005 264)"
|
|
8
|
-
muted: "oklch(0.63 0.008 264)"
|
|
9
|
-
text: "oklch(0.93 0.005 264)"
|
|
10
|
-
accent: "oklch(0.53 0.22 25)"
|
|
11
12
|
accent-weak: "oklch(0.45 0.19 25)"
|
package/themes/colors/slab.yaml
CHANGED
package/themes/colors/vault.yaml
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
name: Vault
|
|
2
2
|
colors:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
text: "oklch(0.93 0.02 80)"
|
|
6
|
-
border: "oklch(0.65 0.15 80 / 0.12)"
|
|
3
|
+
background: "oklch(0.08 0.03 280)"
|
|
4
|
+
surface: "oklch(0.12 0.03 280 / 0.7)"
|
|
7
5
|
accent: "oklch(0.72 0.15 75)"
|
|
6
|
+
text-primary: "oklch(0.93 0.02 80)"
|
|
7
|
+
text-secondary: "oklch(0.50 0.04 290)"
|
|
8
|
+
border: "oklch(0.65 0.15 80 / 0.12)"
|
|
9
|
+
extras:
|
|
8
10
|
accent-text: "oklch(0.10 0.03 280)"
|
|
9
|
-
muted: "oklch(0.50 0.04 290)"
|
|
10
11
|
purple: "oklch(0.55 0.18 300)"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
name: Winter Sports
|
|
2
2
|
colors:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
background: "oklch(0.95 0.015 230)"
|
|
4
|
+
surface: "oklch(0.99 0.003 240)"
|
|
5
|
+
primary: "oklch(0.55 0.19 250)"
|
|
6
|
+
text-primary: "oklch(0.22 0.025 250)"
|
|
7
|
+
text-secondary: "oklch(0.55 0.02 250)"
|
|
8
|
+
border: "oklch(0.88 0.012 235)"
|
|
9
|
+
extras:
|
|
7
10
|
comp-accent-text: "oklch(0.99 0 0)"
|
|
8
|
-
comp-muted: "oklch(0.55 0.02 250)"
|
|
9
|
-
color-background: "oklch(0.95 0.015 230)"
|
package/themes/colors/zine.yaml
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
name: Zine Cut
|
|
2
2
|
colors:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
surface: "oklch(0.96 0.005 100)"
|
|
4
|
+
primary: "oklch(0.05 0 0)"
|
|
5
|
+
text-primary: "oklch(0.05 0 0)"
|
|
6
|
+
text-secondary: "oklch(0.05 0 0 / 0.3)"
|
|
7
|
+
border: "oklch(0.05 0 0)"
|
|
8
|
+
extras:
|
|
7
9
|
comp-accent-text: "oklch(0.96 0.005 100)"
|
|
8
|
-
comp-muted: "oklch(0.05 0 0 / 0.3)"
|
|
9
10
|
zine-inverted-bg: "oklch(0.05 0 0)"
|
|
10
11
|
zine-inverted-text: "oklch(0.96 0.005 100)"
|