@vibes.diy/prompts 2.5.5-dev.1 → 2.5.6

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 (49) hide show
  1. package/package.json +3 -3
  2. package/themes/colors/aether.yaml +21 -1
  3. package/themes/colors/archive.yaml +19 -4
  4. package/themes/colors/atelier.yaml +21 -5
  5. package/themes/colors/atlas.yaml +20 -4
  6. package/themes/colors/broadsheet.yaml +22 -5
  7. package/themes/colors/brutalist.yaml +18 -7
  8. package/themes/colors/capsule.yaml +21 -5
  9. package/themes/colors/carbon.yaml +9 -4
  10. package/themes/colors/chrome.yaml +11 -2
  11. package/themes/colors/chrono.yaml +19 -1
  12. package/themes/colors/codex.yaml +10 -2
  13. package/themes/colors/computer-angel-heaven.yaml +21 -4
  14. package/themes/colors/console.yaml +21 -5
  15. package/themes/colors/default.yaml +9 -2
  16. package/themes/colors/desktop.yaml +22 -0
  17. package/themes/colors/dial.yaml +11 -5
  18. package/themes/colors/dossier.yaml +10 -3
  19. package/themes/colors/edge.yaml +21 -1
  20. package/themes/colors/guild.yaml +10 -2
  21. package/themes/colors/hearth.yaml +21 -3
  22. package/themes/colors/industrial.yaml +19 -4
  23. package/themes/colors/matrix.yaml +10 -3
  24. package/themes/colors/mesh.yaml +20 -4
  25. package/themes/colors/neomario.yaml +20 -4
  26. package/themes/colors/neon.yaml +22 -0
  27. package/themes/colors/nexus.yaml +10 -3
  28. package/themes/colors/opus.yaml +10 -4
  29. package/themes/colors/orbit.yaml +21 -4
  30. package/themes/colors/palate.yaml +10 -3
  31. package/themes/colors/pitch.yaml +9 -5
  32. package/themes/colors/poster.yaml +9 -5
  33. package/themes/colors/proof.yaml +10 -4
  34. package/themes/colors/recon.yaml +9 -4
  35. package/themes/colors/rift.yaml +10 -4
  36. package/themes/colors/rune.yaml +21 -2
  37. package/themes/colors/scrapbook.yaml +21 -2
  38. package/themes/colors/sensor.yaml +9 -4
  39. package/themes/colors/signal.yaml +10 -4
  40. package/themes/colors/slab.yaml +21 -1
  41. package/themes/colors/specimen.yaml +22 -5
  42. package/themes/colors/terminal.yaml +10 -0
  43. package/themes/colors/vault.yaml +9 -5
  44. package/themes/colors/winter-sports.yaml +21 -5
  45. package/themes/colors/zine.yaml +21 -4
  46. package/themes/colorsets-bundle.js +673 -139
  47. package/themes/colorsets-bundle.js.map +1 -1
  48. package/themes/colorsets.js +50 -32
  49. package/themes/colorsets.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/prompts",
3
- "version": "2.5.5-dev.1",
3
+ "version": "2.5.6",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "description": "",
@@ -30,8 +30,8 @@
30
30
  "@fireproof/core-types-base": "~0.24.19",
31
31
  "@fireproof/core-types-protocols-cloud": "~0.24.19",
32
32
  "@fireproof/use-fireproof": "~0.24.19",
33
- "@vibes.diy/call-ai-v2": "^2.5.5-dev.1",
34
- "@vibes.diy/use-vibes-types": "^2.5.5-dev.1",
33
+ "@vibes.diy/call-ai-v2": "^2.5.6",
34
+ "@vibes.diy/use-vibes-types": "^2.5.6",
35
35
  "arktype": "~2.2.0",
36
36
  "json-schema-faker": "~0.6.2"
37
37
  },
@@ -1,6 +1,18 @@
1
1
  name: Aether Brass
2
2
  colors:
3
- text-primary: "#3e2723"
3
+ text-primary: "rgba(20, 20, 20, 0.92)"
4
+ accent: "#cfa562"
5
+ border: "rgba(20, 20, 20, 0.14)"
6
+ background: "#dcbfa6"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ surface: "rgba(255, 255, 255, 0.85)"
9
+ colorsDark:
10
+ accent: "#9d7330"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "#593c23"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
4
16
  extras:
5
17
  parchment: "#dcbfa6"
6
18
  parchment-dark: "#c4a482"
@@ -9,3 +21,11 @@ extras:
9
21
  brass-mid: "#cfa562"
10
22
  brass-dark: "#745428"
11
23
  amber: "#ffaa00"
24
+ raised: "rgba(255, 255, 255, 0.55)"
25
+ accent-text: "#fafafa"
26
+ extrasDark:
27
+ raised: "rgba(255, 255, 255, 0.06)"
28
+ accent-text: "#0a0a0a"
29
+ structural:
30
+ font-family: "'Special Elite', monospace"
31
+ font-family-mono: "'Special Elite', monospace"
@@ -2,9 +2,24 @@ name: Archive
2
2
  colors:
3
3
  background: "oklch(0.95 0.01 70)"
4
4
  accent: "oklch(0.35 0.04 50)"
5
- text-primary: "oklch(0.15 0.02 50)"
6
- text-secondary: "oklch(0.55 0.02 50)"
7
- border: "oklch(0.20 0.02 50)"
5
+ text-primary: "rgba(20, 20, 20, 0.92)"
6
+ text-secondary: "rgba(20, 20, 20, 0.5)"
7
+ border: "rgba(20, 20, 20, 0.14)"
8
+ surface: "rgba(255, 255, 255, 0.85)"
9
+ colorsDark:
10
+ accent: "oklch(0.65 0.04 50)"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "oklch(0.06 0.01 70)"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
8
16
  extras:
9
- accent-text: "oklch(0.95 0.01 70)"
17
+ accent-text: "#fafafa"
10
18
  page-bg: "oklch(0.92 0.01 65)"
19
+ raised: "rgba(255, 255, 255, 0.55)"
20
+ extrasDark:
21
+ raised: "rgba(255, 255, 255, 0.06)"
22
+ accent-text: "#0a0a0a"
23
+ structural:
24
+ font-family: "'Inter', sans-serif"
25
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,12 +1,28 @@
1
1
  name: Atelier Studio
2
2
  colors:
3
- background: "oklch(0.96 0.03 70)"
4
- surface: "oklch(0.95 0.03 70)"
3
+ background: "oklch(0.95 0.03 70)"
4
+ surface: "rgba(255, 255, 255, 0.85)"
5
5
  primary: "oklch(0.65 0.18 55)"
6
6
  secondary: "oklch(0.60 0.15 40)"
7
- text-primary: "oklch(0.25 0.04 30)"
8
- text-secondary: "oklch(0.50 0.04 30)"
9
- border: "oklch(0.25 0.04 30 / 0.15)"
7
+ text-primary: "rgba(20, 20, 20, 0.92)"
8
+ text-secondary: "rgba(20, 20, 20, 0.5)"
9
+ border: "rgba(20, 20, 20, 0.14)"
10
+ accent: "oklch(0.65 0.18 55)"
11
+ colorsDark:
12
+ accent: "oklch(0.35 0.18 55)"
13
+ border: "rgba(255, 255, 255, 0.18)"
14
+ background: "oklch(0.06 0.03 70)"
15
+ text-primary: "rgba(255, 255, 255, 0.92)"
16
+ text-secondary: "rgba(255, 255, 255, 0.55)"
17
+ surface: "rgba(255, 255, 255, 0.04)"
10
18
  extras:
11
19
  comp-accent-text: "oklch(1.00 0 0)"
12
20
  comp-golden: "oklch(0.72 0.15 80)"
21
+ raised: "rgba(255, 255, 255, 0.55)"
22
+ accent-text: "#fafafa"
23
+ extrasDark:
24
+ raised: "rgba(255, 255, 255, 0.06)"
25
+ accent-text: "#0a0a0a"
26
+ structural:
27
+ font-family: "'Playfair Display', serif"
28
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,13 +1,29 @@
1
1
  name: Atlas Reference
2
2
  colors:
3
3
  background: "oklch(1.00 0 0)"
4
- surface: "oklch(1.00 0 0)"
4
+ surface: "rgba(255, 255, 255, 0.85)"
5
5
  primary: "oklch(0.62 0.24 25)"
6
- text-primary: "oklch(0.13 0 0)"
7
- text-secondary: "oklch(0.66 0 0)"
8
- border: "oklch(0.93 0 0)"
6
+ text-primary: "rgba(20, 20, 20, 0.92)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ border: "rgba(20, 20, 20, 0.14)"
9
+ accent: "oklch(0.62 0.24 25)"
10
+ colorsDark:
11
+ accent: "oklch(0.38 0.24 25)"
12
+ border: "rgba(255, 255, 255, 0.18)"
13
+ background: "oklch(0.06 0 0)"
14
+ text-primary: "rgba(255, 255, 255, 0.92)"
15
+ text-secondary: "rgba(255, 255, 255, 0.55)"
16
+ surface: "rgba(255, 255, 255, 0.04)"
9
17
  extras:
10
18
  comp-accent-text: "oklch(0.13 0 0)"
11
19
  atlas-brand-bg: "oklch(0.62 0.24 25)"
12
20
  atlas-brand-border: "oklch(0 0 0 / 0.08)"
13
21
  atlas-brand-hover: "oklch(0 0 0 / 0.05)"
22
+ raised: "rgba(255, 255, 255, 0.55)"
23
+ accent-text: "#fafafa"
24
+ extrasDark:
25
+ raised: "rgba(255, 255, 255, 0.06)"
26
+ accent-text: "#0a0a0a"
27
+ structural:
28
+ font-family: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
29
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,7 +1,24 @@
1
1
  name: Broadsheet
2
2
  colors:
3
- background: "#ffffff"
4
- accent: "#666666"
5
- text-primary: "#111111"
6
- text-secondary: "#666666"
7
- border: "#cccccc"
3
+ background: "#fff"
4
+ accent: "#666"
5
+ text-primary: "rgba(20, 20, 20, 0.92)"
6
+ text-secondary: "rgba(20, 20, 20, 0.5)"
7
+ border: "rgba(20, 20, 20, 0.14)"
8
+ surface: "rgba(255, 255, 255, 0.85)"
9
+ colorsDark:
10
+ accent: "#999999"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "#0f0f0f"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
16
+ extras:
17
+ raised: "rgba(255, 255, 255, 0.55)"
18
+ accent-text: "#fafafa"
19
+ extrasDark:
20
+ raised: "rgba(255, 255, 255, 0.06)"
21
+ accent-text: "#0a0a0a"
22
+ structural:
23
+ font-family: "'Helvetica Neue', Helvetica, Arial, sans-serif"
24
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -8,13 +8,6 @@ colors:
8
8
  text-secondary: "#6b6b80"
9
9
  border: "#1a1a2e"
10
10
  success: "#22c55e"
11
- extras:
12
- on-primary: "#ffffff"
13
- on-secondary: "#1a1a2e"
14
- on-success: "#1a1a2e"
15
- info: "#3b82f6"
16
- on-info: "#ffffff"
17
- primary-light: "rgba(218, 41, 28, 0.1)"
18
11
  colorsDark:
19
12
  background: "oklch(0.18 0.02 280)"
20
13
  surface: "oklch(0.22 0.02 280)"
@@ -24,6 +17,15 @@ colorsDark:
24
17
  text-secondary: "oklch(0.60 0.03 280)"
25
18
  border: "oklch(0.96 0.01 80)"
26
19
  success: "#22c55e"
20
+ extras:
21
+ on-primary: "#ffffff"
22
+ on-secondary: "#1a1a2e"
23
+ on-success: "#1a1a2e"
24
+ info: "#3b82f6"
25
+ on-info: "#ffffff"
26
+ primary-light: "rgba(218, 41, 28, 0.1)"
27
+ shadow: "4px 4px 0 var(--border)"
28
+ shadow-sm: "3px 3px 0 var(--border)"
27
29
  extrasDark:
28
30
  on-primary: "#ffffff"
29
31
  on-secondary: "#1a1a2e"
@@ -31,3 +33,12 @@ extrasDark:
31
33
  info: "#3b82f6"
32
34
  on-info: "#ffffff"
33
35
  primary-light: "rgba(218, 41, 28, 0.18)"
36
+ shadow: "4px 4px 0 var(--border)"
37
+ shadow-sm: "3px 3px 0 var(--border)"
38
+ structural:
39
+ font-family: "'Space Grotesk', sans-serif"
40
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
41
+ radius: "4px"
42
+ radius-sm: "4px"
43
+ radius-lg: "4px"
44
+ spacing: "8px"
@@ -1,14 +1,30 @@
1
1
  name: Capsule Split
2
2
  colors:
3
- background: "oklch(0.00 0 0)"
4
- surface: "oklch(0.89 0.20 110)"
3
+ background: "oklch(0.89 0.20 110)"
4
+ surface: "rgba(255, 255, 255, 0.85)"
5
5
  primary: "oklch(0.00 0 0)"
6
- text-primary: "oklch(0.00 0 0)"
7
- text-secondary: "oklch(0.00 0 0 / 0.50)"
8
- border: "oklch(0.00 0 0 / 0.10)"
6
+ text-primary: "rgba(20, 20, 20, 0.92)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ border: "rgba(20, 20, 20, 0.14)"
9
+ accent: "oklch(0.00 0 0)"
10
+ colorsDark:
11
+ accent: "oklch(0.97 0 0)"
12
+ border: "rgba(255, 255, 255, 0.18)"
13
+ background: "oklch(0.11 0.20 110)"
14
+ text-primary: "rgba(255, 255, 255, 0.92)"
15
+ text-secondary: "rgba(255, 255, 255, 0.55)"
16
+ surface: "rgba(255, 255, 255, 0.04)"
9
17
  extras:
10
18
  comp-accent-text: "oklch(1.00 0 0)"
11
19
  capsule-frame: "oklch(1.00 0 0)"
12
20
  capsule-visual-bg: "oklch(0.13 0 0)"
13
21
  capsule-visual-text: "oklch(1.00 0 0)"
14
22
  capsule-visual-border: "oklch(1.00 0 0 / 0.20)"
23
+ raised: "rgba(255, 255, 255, 0.55)"
24
+ accent-text: "#fafafa"
25
+ extrasDark:
26
+ raised: "rgba(255, 255, 255, 0.06)"
27
+ accent-text: "#0a0a0a"
28
+ structural:
29
+ font-family: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
30
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,14 +1,19 @@
1
1
  name: Carbon Panel
2
2
  colors:
3
3
  background: "oklch(0.18 0.005 285)"
4
- surface: "oklch(0.25 0.005 285)"
4
+ surface: "rgba(255, 255, 255, 0.04)"
5
5
  accent: "oklch(0.79 0.18 75)"
6
- text-primary: "oklch(1.00 0.000 0)"
7
- text-secondary: "oklch(0.87 0.01 258)"
6
+ text-primary: "rgba(255, 255, 255, 0.92)"
7
+ text-secondary: "rgba(255, 255, 255, 0.55)"
8
8
  text-disabled: "oklch(0.71 0.02 261)"
9
- border: "oklch(0.31 0.005 285)"
9
+ border: "rgba(255, 255, 255, 0.18)"
10
10
  extras:
11
11
  accent-amber: "oklch(0.79 0.18 75)"
12
12
  accent-coral: "oklch(0.68 0.20 35)"
13
13
  accent-red: "oklch(0.63 0.24 25)"
14
14
  accent-green: "oklch(0.77 0.22 145)"
15
+ raised: "rgba(255, 255, 255, 0.06)"
16
+ accent-text: "#0a0a0a"
17
+ structural:
18
+ font-family: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
19
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -4,9 +4,10 @@ colors:
4
4
  surface: "#171717"
5
5
  text-primary: "#ffffff"
6
6
  text-secondary: "#d1d1d1"
7
- border: "#3d1326"
7
+ border: "rgba(255, 0, 60, 0.45)"
8
+ accent: "#ff003c"
8
9
  extras:
9
- bg-panel: "#2a0a18"
10
+ bg-panel: "#1a050c"
10
11
  bg-dark: "#12050e"
11
12
  bg-footer: "#1a050c"
12
13
  neon-red: "#ff003c"
@@ -14,3 +15,11 @@ extras:
14
15
  neon-cyan: "#00f0ff"
15
16
  border-red: "rgba(255, 0, 60, 0.5)"
16
17
  text-muted: "#a3a3a3"
18
+ bg-card: "#0e0508"
19
+ border-dim: "#3d1326"
20
+ glow: "0 0 28px rgba(255,0,60,0.55), 0 0 6px rgba(255,0,60,0.9)"
21
+ bg-grad: "radial-gradient(ellipse at top, #2a0a18 0%, #000 65%)"
22
+ shadow-btn: "0 0 14px rgba(255,0,60,0.55)"
23
+ structural:
24
+ font-family: "'Rajdhani', sans-serif"
25
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -2,6 +2,24 @@ name: Chrono
2
2
  colors:
3
3
  background: "#dde1e7"
4
4
  accent: "#6c8ee6"
5
- text-primary: "#5a6270"
5
+ text-primary: "rgba(20, 20, 20, 0.92)"
6
+ border: "rgba(20, 20, 20, 0.14)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ surface: "rgba(255, 255, 255, 0.85)"
9
+ colorsDark:
10
+ accent: "#193b93"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "#181c22"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
6
16
  extras:
7
17
  text-dark: "#3a3f4a"
18
+ raised: "rgba(255, 255, 255, 0.55)"
19
+ accent-text: "#fafafa"
20
+ extrasDark:
21
+ raised: "rgba(255, 255, 255, 0.06)"
22
+ accent-text: "#0a0a0a"
23
+ structural:
24
+ font-family: "'Inter', sans-serif"
25
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,8 +1,11 @@
1
1
  name: Elder Codex
2
2
  colors:
3
3
  background: "oklch(0.06 0.000 0)"
4
- text-primary: "oklch(0.90 0.000 0)"
5
- text-secondary: "oklch(0.55 0.000 0)"
4
+ text-primary: "rgba(255, 255, 255, 0.92)"
5
+ text-secondary: "rgba(255, 255, 255, 0.55)"
6
+ accent: "oklch(0.17 0.000 0)"
7
+ border: "rgba(255, 255, 255, 0.18)"
8
+ surface: "rgba(255, 255, 255, 0.04)"
6
9
  extras:
7
10
  stone-dark: "oklch(0.17 0.000 0)"
8
11
  stone-light: "oklch(0.30 0.000 0)"
@@ -13,3 +16,8 @@ extras:
13
16
  crimson-dark: "oklch(0.20 0.07 22)"
14
17
  parchment: "oklch(0.78 0.05 70)"
15
18
  parchment-ink: "oklch(0.27 0.04 45)"
19
+ raised: "rgba(255, 255, 255, 0.06)"
20
+ accent-text: "#0a0a0a"
21
+ structural:
22
+ font-family: "'Cinzel', serif"
23
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,13 +1,22 @@
1
1
  name: Computer Angel Heaven
2
2
  colors:
3
- surface: "oklch(0.96 0.008 80)"
3
+ surface: "rgba(255, 255, 255, 0.85)"
4
4
  primary: "oklch(0.78 0.12 85)"
5
5
  secondary: "oklch(0.80 0.06 240)"
6
- text-primary: "oklch(0.30 0.03 250)"
7
- text-secondary: "oklch(0.55 0.04 260)"
8
- border: "oklch(0.92 0.01 240 / 0.40)"
6
+ text-primary: "rgba(20, 20, 20, 0.92)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ border: "rgba(20, 20, 20, 0.14)"
9
9
  success: "oklch(0.75 0.12 155)"
10
10
  error: "oklch(0.65 0.18 25)"
11
+ accent: "oklch(0.78 0.12 85)"
12
+ background: "oklch(0.96 0.008 80)"
13
+ colorsDark:
14
+ accent: "oklch(0.22 0.12 85)"
15
+ border: "rgba(255, 255, 255, 0.18)"
16
+ background: "oklch(0.06 0.008 80)"
17
+ text-primary: "rgba(255, 255, 255, 0.92)"
18
+ text-secondary: "rgba(255, 255, 255, 0.55)"
19
+ surface: "rgba(255, 255, 255, 0.04)"
11
20
  extras:
12
21
  comp-heading: "oklch(0.25 0.03 250)"
13
22
  comp-accent-hover: "oklch(0.72 0.14 80)"
@@ -21,3 +30,11 @@ extras:
21
30
  comp-sparkle: "oklch(0.95 0.03 240 / 0.80)"
22
31
  comp-input-bg: "oklch(0.98 0.003 240 / 0.45)"
23
32
  comp-input-border: "oklch(0.90 0.01 240 / 0.35)"
33
+ raised: "rgba(255, 255, 255, 0.55)"
34
+ accent-text: "#fafafa"
35
+ extrasDark:
36
+ raised: "rgba(255, 255, 255, 0.06)"
37
+ accent-text: "#0a0a0a"
38
+ structural:
39
+ font-family: "'Inter', 'SF Pro Display', system-ui, sans-serif"
40
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,11 +1,19 @@
1
1
  name: Console Rack
2
2
  colors:
3
- background: "oklch(0.98 0 0)"
4
- surface: "oklch(0.93 0.003 265)"
3
+ background: "oklch(0.93 0.003 265)"
4
+ surface: "rgba(255, 255, 255, 0.85)"
5
5
  primary: "oklch(0.58 0.20 35)"
6
- text-primary: "oklch(0.28 0 0)"
7
- text-secondary: "oklch(0.55 0 0)"
8
- border: "oklch(0.82 0.005 265)"
6
+ text-primary: "rgba(20, 20, 20, 0.92)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ border: "rgba(20, 20, 20, 0.14)"
9
+ accent: "oklch(0.58 0.20 35)"
10
+ colorsDark:
11
+ accent: "oklch(0.42 0.20 35)"
12
+ border: "rgba(255, 255, 255, 0.18)"
13
+ background: "oklch(0.07 0.003 265)"
14
+ text-primary: "rgba(255, 255, 255, 0.92)"
15
+ text-secondary: "rgba(255, 255, 255, 0.55)"
16
+ surface: "rgba(255, 255, 255, 0.04)"
9
17
  extras:
10
18
  comp-accent-text: "oklch(1.00 0 0)"
11
19
  console-cap-blue: "oklch(0.28 0.05 240)"
@@ -15,3 +23,11 @@ extras:
15
23
  console-cap-white: "oklch(0.95 0 0)"
16
24
  console-screen-bg: "oklch(0.07 0 0)"
17
25
  console-led-green: "oklch(0.85 0.30 140)"
26
+ raised: "rgba(255, 255, 255, 0.55)"
27
+ accent-text: "#fafafa"
28
+ extrasDark:
29
+ raised: "rgba(255, 255, 255, 0.06)"
30
+ accent-text: "#0a0a0a"
31
+ structural:
32
+ font-family: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
33
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -6,8 +6,6 @@ colors:
6
6
  text-primary: "oklch(0.20 0.02 60)"
7
7
  text-secondary: "oklch(0.50 0.02 60)"
8
8
  border: "oklch(0.88 0.01 70)"
9
- extras:
10
- accent-text: "oklch(1.00 0 0)"
11
9
  colorsDark:
12
10
  background: "oklch(0.18 0.04 60)"
13
11
  surface: "oklch(0.22 0.04 60)"
@@ -15,5 +13,14 @@ colorsDark:
15
13
  text-primary: "oklch(0.95 0.01 80)"
16
14
  text-secondary: "oklch(0.55 0.03 60)"
17
15
  border: "oklch(0.35 0.04 60)"
16
+ extras:
17
+ accent-text: "oklch(1.00 0 0)"
18
+ raised: "oklch(0.99 0.01 80)"
18
19
  extrasDark:
19
20
  accent-text: "oklch(0.12 0.04 60)"
21
+ raised: "oklch(0.20 0.04 60)"
22
+ structural:
23
+ font-family: "'Inter', sans-serif"
24
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
25
+ radius: "14px"
26
+ radius-sm: "8px"
@@ -1,4 +1,18 @@
1
1
  name: Desktop Retro
2
+ colors:
3
+ accent: "oklch(0.11 0.01 250)"
4
+ border: "rgba(20, 20, 20, 0.14)"
5
+ background: "#fff"
6
+ text-primary: "rgba(20, 20, 20, 0.92)"
7
+ text-secondary: "rgba(20, 20, 20, 0.5)"
8
+ surface: "rgba(255, 255, 255, 0.85)"
9
+ colorsDark:
10
+ accent: "oklch(0.89 0.01 250)"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "#0f0f0f"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
2
16
  extras:
3
17
  editor-bg: "oklch(0.11 0.01 250)"
4
18
  chrome: "oklch(0.18 0.000 0)"
@@ -16,3 +30,11 @@ extras:
16
30
  win-highlight: "oklch(1.00 0.000 0)"
17
31
  win-text: "oklch(0.00 0.000 0)"
18
32
  heart: "oklch(0.58 0.17 18)"
33
+ raised: "rgba(255, 255, 255, 0.55)"
34
+ accent-text: "#fafafa"
35
+ extrasDark:
36
+ raised: "rgba(255, 255, 255, 0.06)"
37
+ accent-text: "#0a0a0a"
38
+ structural:
39
+ font-family: "'JetBrains Mono', monospace"
40
+ font-family-mono: "'JetBrains Mono', monospace"
@@ -1,11 +1,12 @@
1
1
  name: Dial Apparatus
2
2
  colors:
3
- background: "oklch(0.00 0 0)"
4
- surface: "oklch(0.24 0.01 260)"
3
+ background: "oklch(0.24 0.01 260)"
4
+ surface: "rgba(255, 255, 255, 0.04)"
5
5
  primary: "oklch(0.62 0.24 28)"
6
- text-primary: "oklch(0.64 0.02 250)"
7
- text-secondary: "oklch(0.64 0.02 250 / 0.5)"
8
- border: "oklch(0.19 0.01 260 / 0.5)"
6
+ text-primary: "rgba(255, 255, 255, 0.92)"
7
+ text-secondary: "rgba(255, 255, 255, 0.55)"
8
+ border: "rgba(255, 255, 255, 0.18)"
9
+ accent: "oklch(0.62 0.24 28)"
9
10
  extras:
10
11
  comp-accent-text: "oklch(0.10 0 0)"
11
12
  dial-chassis: "oklch(0.24 0.01 260)"
@@ -14,3 +15,8 @@ extras:
14
15
  dial-screen-bg: "oklch(0.10 0 0)"
15
16
  dial-screen-glass: "oklch(0.14 0.005 260)"
16
17
  dial-led-active: "oklch(0.62 0.24 28)"
18
+ raised: "rgba(255, 255, 255, 0.06)"
19
+ accent-text: "#0a0a0a"
20
+ structural:
21
+ font-family: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
22
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,8 +1,15 @@
1
1
  name: Dossier Card
2
2
  colors:
3
3
  background: "oklch(0.16 0.000 0)"
4
- surface: "oklch(0.00 0.000 0)"
5
- text-primary: "oklch(1.00 0.000 0)"
6
- border: "oklch(0.28 0.03 257)"
4
+ surface: "rgba(255, 255, 255, 0.04)"
5
+ text-primary: "rgba(255, 255, 255, 0.92)"
6
+ border: "rgba(255, 255, 255, 0.18)"
7
+ accent: "#666"
8
+ text-secondary: "rgba(255, 255, 255, 0.55)"
7
9
  extras:
8
10
  border-fg: "oklch(1.00 0.000 0)"
11
+ raised: "rgba(255, 255, 255, 0.06)"
12
+ accent-text: "#0a0a0a"
13
+ structural:
14
+ font-family: "'Roboto Mono', monospace"
15
+ font-family-mono: "'Roboto Mono', monospace"
@@ -1,6 +1,18 @@
1
1
  name: EDGE INTERFACE
2
2
  colors:
3
- surface: "rgba(15, 5, 20, 0.85)"
3
+ surface: "rgba(255, 255, 255, 0.85)"
4
+ accent: "#ff0077"
5
+ border: "rgba(20, 20, 20, 0.14)"
6
+ background: "#fff"
7
+ text-primary: "rgba(20, 20, 20, 0.92)"
8
+ text-secondary: "rgba(20, 20, 20, 0.5)"
9
+ colorsDark:
10
+ accent: "#ff0077"
11
+ border: "rgba(255, 255, 255, 0.18)"
12
+ background: "#0f0f0f"
13
+ text-primary: "rgba(255, 255, 255, 0.92)"
14
+ text-secondary: "rgba(255, 255, 255, 0.55)"
15
+ surface: "rgba(255, 255, 255, 0.04)"
4
16
  extras:
5
17
  pink: "#ff0077"
6
18
  yellow: "#fcee0a"
@@ -8,3 +20,11 @@ extras:
8
20
  void: "#0a0205"
9
21
  vignette: "#2a0a2e"
10
22
  panel-border: "rgba(255, 0, 119, 0.6)"
23
+ raised: "rgba(255, 255, 255, 0.55)"
24
+ accent-text: "#fafafa"
25
+ extrasDark:
26
+ raised: "rgba(255, 255, 255, 0.06)"
27
+ accent-text: "#0a0a0a"
28
+ structural:
29
+ font-family: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
30
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,8 +1,11 @@
1
1
  name: Guild Ledger
2
2
  colors:
3
3
  background: "oklch(0.10 0.03 260)"
4
- text-primary: "oklch(0.90 0.000 0)"
5
- text-secondary: "oklch(0.67 0.04 240)"
4
+ text-primary: "rgba(255, 255, 255, 0.92)"
5
+ text-secondary: "rgba(255, 255, 255, 0.55)"
6
+ accent: "oklch(0.60 0.13 80)"
7
+ border: "rgba(255, 255, 255, 0.18)"
8
+ surface: "rgba(255, 255, 255, 0.04)"
6
9
  extras:
7
10
  bg-highlight: "oklch(0.18 0.04 255)"
8
11
  gold-base: "oklch(0.60 0.13 80)"
@@ -12,3 +15,8 @@ extras:
12
15
  parchment: "oklch(0.84 0.03 75)"
13
16
  wood: "oklch(0.27 0.04 30)"
14
17
  iron: "oklch(0.27 0.02 220)"
18
+ raised: "rgba(255, 255, 255, 0.06)"
19
+ accent-text: "#0a0a0a"
20
+ structural:
21
+ font-family: "'Cinzel', serif"
22
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
@@ -1,10 +1,20 @@
1
1
  name: Hearth Sim
2
2
  colors:
3
- surface: "oklch(0.38 0.17 295 / 0.4)"
3
+ surface: "rgba(255, 255, 255, 0.85)"
4
4
  primary: "oklch(0.38 0.17 295)"
5
- text-primary: "oklch(1.00 0.000 0)"
6
- border: "oklch(1.00 0.000 0 / 0.1)"
5
+ text-primary: "rgba(20, 20, 20, 0.92)"
6
+ border: "rgba(20, 20, 20, 0.14)"
7
7
  error: "oklch(0.55 0.20 25)"
8
+ accent: "oklch(0.38 0.17 295)"
9
+ background: "#fff"
10
+ text-secondary: "rgba(20, 20, 20, 0.5)"
11
+ colorsDark:
12
+ accent: "oklch(0.62 0.17 295)"
13
+ border: "rgba(255, 255, 255, 0.18)"
14
+ background: "#0f0f0f"
15
+ text-primary: "rgba(255, 255, 255, 0.92)"
16
+ text-secondary: "rgba(255, 255, 255, 0.55)"
17
+ surface: "rgba(255, 255, 255, 0.04)"
8
18
  extras:
9
19
  bg-start: "oklch(0.18 0.10 300)"
10
20
  bg-end: "oklch(0.12 0.09 300)"
@@ -13,3 +23,11 @@ extras:
13
23
  accent-green: "oklch(0.70 0.15 155)"
14
24
  accent-gold: "oklch(0.88 0.18 95)"
15
25
  text-purple: "oklch(0.25 0.16 295)"
26
+ raised: "rgba(255, 255, 255, 0.55)"
27
+ accent-text: "#fafafa"
28
+ extrasDark:
29
+ raised: "rgba(255, 255, 255, 0.06)"
30
+ accent-text: "#0a0a0a"
31
+ structural:
32
+ font-family: "'Nunito', sans-serif"
33
+ font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"