@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.
- package/package.json +3 -3
- package/themes/colors/aether.yaml +21 -1
- package/themes/colors/archive.yaml +19 -4
- package/themes/colors/atelier.yaml +21 -5
- package/themes/colors/atlas.yaml +20 -4
- package/themes/colors/broadsheet.yaml +22 -5
- package/themes/colors/brutalist.yaml +18 -7
- package/themes/colors/capsule.yaml +21 -5
- package/themes/colors/carbon.yaml +9 -4
- package/themes/colors/chrome.yaml +11 -2
- package/themes/colors/chrono.yaml +19 -1
- package/themes/colors/codex.yaml +10 -2
- package/themes/colors/computer-angel-heaven.yaml +21 -4
- package/themes/colors/console.yaml +21 -5
- package/themes/colors/default.yaml +9 -2
- package/themes/colors/desktop.yaml +22 -0
- package/themes/colors/dial.yaml +11 -5
- package/themes/colors/dossier.yaml +10 -3
- package/themes/colors/edge.yaml +21 -1
- package/themes/colors/guild.yaml +10 -2
- package/themes/colors/hearth.yaml +21 -3
- package/themes/colors/industrial.yaml +19 -4
- package/themes/colors/matrix.yaml +10 -3
- package/themes/colors/mesh.yaml +20 -4
- package/themes/colors/neomario.yaml +20 -4
- package/themes/colors/neon.yaml +22 -0
- package/themes/colors/nexus.yaml +10 -3
- package/themes/colors/opus.yaml +10 -4
- package/themes/colors/orbit.yaml +21 -4
- package/themes/colors/palate.yaml +10 -3
- package/themes/colors/pitch.yaml +9 -5
- package/themes/colors/poster.yaml +9 -5
- package/themes/colors/proof.yaml +10 -4
- package/themes/colors/recon.yaml +9 -4
- package/themes/colors/rift.yaml +10 -4
- package/themes/colors/rune.yaml +21 -2
- package/themes/colors/scrapbook.yaml +21 -2
- package/themes/colors/sensor.yaml +9 -4
- package/themes/colors/signal.yaml +10 -4
- package/themes/colors/slab.yaml +21 -1
- package/themes/colors/specimen.yaml +22 -5
- package/themes/colors/terminal.yaml +10 -0
- package/themes/colors/vault.yaml +9 -5
- package/themes/colors/winter-sports.yaml +21 -5
- package/themes/colors/zine.yaml +21 -4
- package/themes/colorsets-bundle.js +673 -139
- package/themes/colorsets-bundle.js.map +1 -1
- package/themes/colorsets.js +50 -32
- package/themes/colorsets.js.map +1 -1
|
@@ -2,8 +2,23 @@ name: Industrial
|
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.88 0.01 90)"
|
|
4
4
|
accent: "oklch(0.90 0.20 110)"
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
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.10 0.20 110)"
|
|
11
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
12
|
+
background: "oklch(0.12 0.01 90)"
|
|
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: "
|
|
17
|
+
accent-text: "#fafafa"
|
|
18
|
+
raised: "rgba(255, 255, 255, 0.55)"
|
|
19
|
+
extrasDark:
|
|
20
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
21
|
+
accent-text: "#0a0a0a"
|
|
22
|
+
structural:
|
|
23
|
+
font-family: "'Inter', sans-serif"
|
|
24
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
name: Matrix Status
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.16 0.000 0)"
|
|
4
|
-
surface: "
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
6
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
7
|
+
accent: "oklch(0.79 0.21 152)"
|
|
8
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
7
9
|
extras:
|
|
8
10
|
green: "oklch(0.79 0.21 152)"
|
|
9
11
|
green-border: "oklch(0.72 0.22 150 / 0.3)"
|
|
10
12
|
yellow: "oklch(0.85 0.20 92)"
|
|
11
13
|
red: "oklch(0.70 0.19 22)"
|
|
14
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
15
|
+
accent-text: "#0a0a0a"
|
|
16
|
+
structural:
|
|
17
|
+
font-family: "'VT323', monospace"
|
|
18
|
+
font-family-mono: "'VT323', monospace"
|
package/themes/colors/mesh.yaml
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
name: Mesh Void
|
|
2
2
|
colors:
|
|
3
|
-
surface: "
|
|
3
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
4
4
|
accent: "oklch(0.87 0.28 145)"
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
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
|
+
background: "#fff"
|
|
9
|
+
colorsDark:
|
|
10
|
+
accent: "oklch(0.13 0.28 145)"
|
|
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)"
|
|
8
16
|
extras:
|
|
9
17
|
void: "oklch(0.07 0.000 0)"
|
|
10
18
|
fg-dim: "oklch(0.30 0.000 0)"
|
|
11
19
|
hover: "oklch(0.13 0.000 0)"
|
|
12
20
|
ring: "oklch(0.36 0.000 0)"
|
|
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: "'Inter', -apple-system, sans-serif"
|
|
28
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
name: NeoMario
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.96 0.01 90)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
5
5
|
accent: "oklch(0.55 0.24 28)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
|
+
colorsDark:
|
|
10
|
+
accent: "oklch(0.45 0.24 28)"
|
|
11
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
12
|
+
background: "oklch(0.06 0.01 90)"
|
|
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)"
|
|
9
16
|
extras:
|
|
10
17
|
accent-light: "oklch(0.55 0.24 28 / 0.1)"
|
|
11
18
|
yellow: "oklch(0.85 0.18 85)"
|
|
@@ -13,3 +20,12 @@ extras:
|
|
|
13
20
|
green: "oklch(0.62 0.19 145)"
|
|
14
21
|
blue: "oklch(0.52 0.18 255)"
|
|
15
22
|
red: "oklch(0.55 0.24 28)"
|
|
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: "'Space Grotesk', sans-serif"
|
|
30
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
31
|
+
radius: "4px"
|
package/themes/colors/neon.yaml
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
name: Neon Arcade
|
|
2
|
+
colors:
|
|
3
|
+
accent: "#f93c94"
|
|
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: "#c3065e"
|
|
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
|
bg-gradient-start: "#ff5bad"
|
|
4
18
|
bg-gradient-mid: "#ffc85c"
|
|
@@ -11,3 +25,11 @@ extras:
|
|
|
11
25
|
text-dark: "#2a0a2e"
|
|
12
26
|
text-light: "#ffffff"
|
|
13
27
|
text-on-pink: "#2a0a2e"
|
|
28
|
+
raised: "rgba(255, 255, 255, 0.55)"
|
|
29
|
+
accent-text: "#fafafa"
|
|
30
|
+
extrasDark:
|
|
31
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
32
|
+
accent-text: "#0a0a0a"
|
|
33
|
+
structural:
|
|
34
|
+
font-family: "'Rajdhani', sans-serif"
|
|
35
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/nexus.yaml
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
name: Nexus Grid
|
|
2
2
|
colors:
|
|
3
3
|
background: "#000000"
|
|
4
|
-
text-primary: "
|
|
5
|
-
text-secondary: "
|
|
6
|
-
border: "
|
|
4
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
5
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
6
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
7
|
+
accent: "#D4FF00"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
7
9
|
extras:
|
|
8
10
|
accent-lime: "#D4FF00"
|
|
9
11
|
text-body: "#dddddd"
|
|
10
12
|
outline: "rgba(255,255,255,0.3)"
|
|
11
13
|
voxel: "#ffffff"
|
|
14
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
15
|
+
accent-text: "#0a0a0a"
|
|
16
|
+
structural:
|
|
17
|
+
font-family: "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
|
18
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/opus.yaml
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
name: Opus Cabinet
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.06 0.000 0)"
|
|
4
|
-
surface: "
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
6
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
7
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
8
|
+
accent: "oklch(0.12 0.000 0)"
|
|
8
9
|
extras:
|
|
9
10
|
bg-card: "oklch(0.13 0.000 0)"
|
|
10
11
|
bg-elevated: "oklch(0.15 0.000 0)"
|
|
@@ -25,3 +26,8 @@ extras:
|
|
|
25
26
|
iron-text: "oklch(0.83 0.020 240)"
|
|
26
27
|
text-muted: "oklch(0.40 0.000 0)"
|
|
27
28
|
border-hover: "oklch(0.55 0.090 75)"
|
|
29
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
30
|
+
accent-text: "#0a0a0a"
|
|
31
|
+
structural:
|
|
32
|
+
font-family: "'Cinzel', serif"
|
|
33
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/orbit.yaml
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
name: Orbit Dashboard
|
|
2
2
|
colors:
|
|
3
|
-
surface: "
|
|
4
|
-
text-primary: "
|
|
5
|
-
text-secondary: "
|
|
6
|
-
border: "
|
|
3
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
4
|
+
text-primary: "rgba(20, 20, 20, 0.92)"
|
|
5
|
+
text-secondary: "rgba(20, 20, 20, 0.5)"
|
|
6
|
+
border: "rgba(20, 20, 20, 0.14)"
|
|
7
|
+
accent: "oklch(0.79 0.21 152)"
|
|
8
|
+
background: "#fff"
|
|
9
|
+
colorsDark:
|
|
10
|
+
accent: "oklch(0.21 0.21 152)"
|
|
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)"
|
|
7
16
|
extras:
|
|
8
17
|
bg-gradient-from: "oklch(0.56 0.29 302)"
|
|
9
18
|
bg-gradient-to: "oklch(0.44 0.22 304)"
|
|
@@ -14,3 +23,11 @@ extras:
|
|
|
14
23
|
accent-blue: "oklch(0.71 0.17 255)"
|
|
15
24
|
accent-yellow: "oklch(0.85 0.20 92)"
|
|
16
25
|
accent-orange: "oklch(0.75 0.18 56)"
|
|
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: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
|
|
33
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
name: Palate Notes
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.17 0.000 0)"
|
|
4
|
-
text-primary: "
|
|
5
|
-
text-secondary: "
|
|
6
|
-
border: "
|
|
4
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
5
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
6
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
7
|
+
accent: "oklch(0.93 0.006 265)"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
7
9
|
extras:
|
|
8
10
|
dot: "oklch(0.93 0.006 265)"
|
|
11
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
12
|
+
accent-text: "#0a0a0a"
|
|
13
|
+
structural:
|
|
14
|
+
font-family: "'Cormorant Garamond', serif"
|
|
15
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/pitch.yaml
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
name: Pitch
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.22 0.05 163)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "oklch(0.86 0.18 90)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
9
|
extras:
|
|
10
|
-
accent-text: "
|
|
10
|
+
accent-text: "#0a0a0a"
|
|
11
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
12
|
+
structural:
|
|
13
|
+
font-family: "'Space Grotesk', sans-serif"
|
|
14
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
name: Poster
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.11 0.01 270)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "oklch(0.65 0.18 290)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
9
|
extras:
|
|
10
|
-
accent-text: "
|
|
10
|
+
accent-text: "#0a0a0a"
|
|
11
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
12
|
+
structural:
|
|
13
|
+
font-family: "'Inter', sans-serif"
|
|
14
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/proof.yaml
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
name: Proof Sheet
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.14 0.000 0)"
|
|
4
|
-
surface: "
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
6
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
7
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
8
|
+
accent: "oklch(1.00 0.000 0 / 0.1)"
|
|
8
9
|
extras:
|
|
9
10
|
fg-dim: "oklch(1.00 0.000 0 / 0.6)"
|
|
10
11
|
tag-bg: "oklch(1.00 0.000 0 / 0.1)"
|
|
11
12
|
card-hi: "oklch(0.21 0.03 265)"
|
|
13
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
14
|
+
accent-text: "#0a0a0a"
|
|
15
|
+
structural:
|
|
16
|
+
font-family: "'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif"
|
|
17
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/recon.yaml
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
name: Recon Grid
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.00 0.000 0)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "oklch(0.64 0.24 25)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
9
|
extras:
|
|
10
10
|
panel: "oklch(0.21 0.03 265 / 0.8)"
|
|
11
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
12
|
+
accent-text: "#0a0a0a"
|
|
13
|
+
structural:
|
|
14
|
+
font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"
|
|
15
|
+
font-family-mono: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"
|
package/themes/colors/rift.yaml
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
name: Rift Portal
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.07 0.02 280)"
|
|
4
|
-
surface: "
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
6
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
7
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
8
|
+
accent: "oklch(0.88 0.27 128)"
|
|
8
9
|
extras:
|
|
9
10
|
card: "oklch(0.13 0.000 0)"
|
|
10
11
|
card-inner: "oklch(0.21 0.02 255)"
|
|
@@ -14,3 +15,8 @@ extras:
|
|
|
14
15
|
accent-cyan: "oklch(0.87 0.14 200)"
|
|
15
16
|
accent-pink: "oklch(0.58 0.32 320)"
|
|
16
17
|
accent-yellow: "oklch(0.87 0.18 90)"
|
|
18
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
19
|
+
accent-text: "#0a0a0a"
|
|
20
|
+
structural:
|
|
21
|
+
font-family: "'Orbitron', sans-serif"
|
|
22
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/rune.yaml
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
name: Rune Interface
|
|
2
2
|
colors:
|
|
3
|
-
text-primary: "
|
|
4
|
-
text-secondary: "
|
|
3
|
+
text-primary: "rgba(20, 20, 20, 0.92)"
|
|
4
|
+
text-secondary: "rgba(20, 20, 20, 0.5)"
|
|
5
|
+
accent: "#020406"
|
|
6
|
+
border: "rgba(20, 20, 20, 0.14)"
|
|
7
|
+
background: "#fff"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
9
|
+
colorsDark:
|
|
10
|
+
accent: "#ecf2f9"
|
|
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)"
|
|
5
16
|
extras:
|
|
6
17
|
abyss: "#020406"
|
|
7
18
|
abyss-blue: "#05101a"
|
|
@@ -12,3 +23,11 @@ extras:
|
|
|
12
23
|
stone: "#0d161f"
|
|
13
24
|
stone-border: "#1c2b38"
|
|
14
25
|
stone-light: "#162330"
|
|
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: "'Cormorant Garamond', Georgia, serif"
|
|
33
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
name: Scrapbook
|
|
2
2
|
colors:
|
|
3
|
-
text-primary: "
|
|
4
|
-
text-secondary: "
|
|
3
|
+
text-primary: "rgba(20, 20, 20, 0.92)"
|
|
4
|
+
text-secondary: "rgba(20, 20, 20, 0.5)"
|
|
5
|
+
accent: "oklch(0.93 0.03 130)"
|
|
6
|
+
border: "rgba(20, 20, 20, 0.14)"
|
|
7
|
+
background: "#fff"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
9
|
+
colorsDark:
|
|
10
|
+
accent: "oklch(0.07 0.03 130)"
|
|
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)"
|
|
5
16
|
extras:
|
|
6
17
|
desk: "oklch(0.93 0.03 130)"
|
|
7
18
|
paper: "oklch(0.97 0.01 80)"
|
|
8
19
|
yellow: "oklch(0.93 0.12 95)"
|
|
9
20
|
pink: "oklch(0.90 0.06 10)"
|
|
10
21
|
blue: "oklch(0.90 0.05 240)"
|
|
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: "'Inter', sans-serif"
|
|
29
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
name: Sensor Dashboard
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.10 0.003 264)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "oklch(0.53 0.22 25)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
9
|
extras:
|
|
10
10
|
panel-hi: "oklch(0.19 0.003 264)"
|
|
11
11
|
bar-bg: "oklch(0.20 0.005 264)"
|
|
12
12
|
accent-weak: "oklch(0.45 0.19 25)"
|
|
13
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
14
|
+
accent-text: "#0a0a0a"
|
|
15
|
+
structural:
|
|
16
|
+
font-family: "'IBM Plex Mono', ui-monospace, monospace"
|
|
17
|
+
font-family-mono: "'IBM Plex Mono', ui-monospace, monospace"
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
name: Signal
|
|
2
2
|
colors:
|
|
3
3
|
background: "#030303"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "#ffffff"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
|
+
extras:
|
|
10
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
11
|
+
accent-text: "#0a0a0a"
|
|
12
|
+
structural:
|
|
13
|
+
font-family: "'Inter', sans-serif"
|
|
14
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/slab.yaml
CHANGED
|
@@ -1,8 +1,28 @@
|
|
|
1
1
|
name: Slab Concrete
|
|
2
2
|
colors:
|
|
3
|
-
text-primary: "
|
|
3
|
+
text-primary: "rgba(20, 20, 20, 0.92)"
|
|
4
|
+
accent: "oklch(0.88 0.000 0)"
|
|
5
|
+
border: "rgba(20, 20, 20, 0.14)"
|
|
6
|
+
background: "#fff"
|
|
7
|
+
text-secondary: "rgba(20, 20, 20, 0.5)"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
9
|
+
colorsDark:
|
|
10
|
+
accent: "oklch(0.12 0.000 0)"
|
|
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
|
concrete: "oklch(0.88 0.000 0)"
|
|
6
18
|
acid: "oklch(0.94 0.23 110)"
|
|
7
19
|
black: "oklch(0.10 0.000 0)"
|
|
8
20
|
list-hover: "oklch(1.00 0.000 0 / 0.4)"
|
|
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: "'Inter', sans-serif"
|
|
28
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
name: Specimen
|
|
2
2
|
colors:
|
|
3
|
-
background: "#
|
|
4
|
-
accent: "#
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
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: "'Inter', sans-serif"
|
|
24
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
name: Terminal CRT
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.16 0.000 0)"
|
|
4
|
+
accent: "oklch(0.00 0.000 0 / 0.85)"
|
|
5
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
6
|
+
text-primary: "rgba(255, 255, 255, 0.92)"
|
|
7
|
+
text-secondary: "rgba(255, 255, 255, 0.55)"
|
|
8
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
4
9
|
extras:
|
|
5
10
|
terminal: "oklch(0.00 0.000 0 / 0.85)"
|
|
6
11
|
green: "oklch(0.87 0.30 142)"
|
|
@@ -8,3 +13,8 @@ extras:
|
|
|
8
13
|
green-border: "oklch(0.87 0.30 142 / 0.3)"
|
|
9
14
|
green-faint: "oklch(0.87 0.30 142 / 0.1)"
|
|
10
15
|
white: "oklch(1.00 0.000 0)"
|
|
16
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
17
|
+
accent-text: "#0a0a0a"
|
|
18
|
+
structural:
|
|
19
|
+
font-family: "'VT323', monospace"
|
|
20
|
+
font-family-mono: "'VT323', monospace"
|
package/themes/colors/vault.yaml
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
name: Vault
|
|
2
2
|
colors:
|
|
3
3
|
background: "oklch(0.08 0.03 280)"
|
|
4
|
-
surface: "
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.04)"
|
|
5
5
|
accent: "oklch(0.72 0.15 75)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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
9
|
extras:
|
|
10
|
-
accent-text: "
|
|
10
|
+
accent-text: "#0a0a0a"
|
|
11
11
|
purple: "oklch(0.55 0.18 300)"
|
|
12
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
13
|
+
structural:
|
|
14
|
+
font-family: "'Inter', sans-serif"
|
|
15
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
name: Winter Sports
|
|
2
2
|
colors:
|
|
3
|
-
background: "oklch(0.
|
|
4
|
-
surface: "
|
|
3
|
+
background: "oklch(0.99 0.003 240)"
|
|
4
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
5
5
|
primary: "oklch(0.55 0.19 250)"
|
|
6
|
-
text-primary: "
|
|
7
|
-
text-secondary: "
|
|
8
|
-
border: "
|
|
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.55 0.19 250)"
|
|
10
|
+
colorsDark:
|
|
11
|
+
accent: "oklch(0.45 0.19 250)"
|
|
12
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
13
|
+
background: "oklch(0.06 0.003 240)"
|
|
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.99 0 0)"
|
|
19
|
+
raised: "rgba(255, 255, 255, 0.55)"
|
|
20
|
+
accent-text: "#fafafa"
|
|
21
|
+
extrasDark:
|
|
22
|
+
raised: "rgba(255, 255, 255, 0.06)"
|
|
23
|
+
accent-text: "#0a0a0a"
|
|
24
|
+
structural:
|
|
25
|
+
font-family: "'Inter', sans-serif"
|
|
26
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|
package/themes/colors/zine.yaml
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
1
|
name: Zine Cut
|
|
2
2
|
colors:
|
|
3
|
-
surface: "
|
|
3
|
+
surface: "rgba(255, 255, 255, 0.85)"
|
|
4
4
|
primary: "oklch(0.05 0 0)"
|
|
5
|
-
text-primary: "
|
|
6
|
-
text-secondary: "
|
|
7
|
-
border: "
|
|
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
|
+
accent: "oklch(0.05 0 0)"
|
|
9
|
+
background: "oklch(0.96 0.005 100)"
|
|
10
|
+
colorsDark:
|
|
11
|
+
accent: "oklch(0.95 0 0)"
|
|
12
|
+
border: "rgba(255, 255, 255, 0.18)"
|
|
13
|
+
background: "oklch(0.06 0.005 100)"
|
|
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)"
|
|
8
17
|
extras:
|
|
9
18
|
comp-accent-text: "oklch(0.96 0.005 100)"
|
|
10
19
|
zine-inverted-bg: "oklch(0.05 0 0)"
|
|
11
20
|
zine-inverted-text: "oklch(0.96 0.005 100)"
|
|
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: "system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
|
|
28
|
+
font-family-mono: "ui-monospace, 'JetBrains Mono', Menlo, monospace"
|