get-shit-pretty 0.7.4 → 0.8.2

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 (75) hide show
  1. package/bin/theme-css.js +331 -0
  2. package/gsp/agents/gsp-brand-coherence.md +7 -0
  3. package/gsp/skills/gsp-brand-brief/SKILL.md +50 -5
  4. package/gsp/skills/gsp-brand-guidelines/SKILL.md +51 -31
  5. package/gsp/skills/gsp-brand-guidelines/design-tokens.md +2 -0
  6. package/gsp/skills/gsp-brand-guidelines/guidelines-structure.md +167 -0
  7. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-coherence.md +86 -0
  8. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +13 -5
  9. package/gsp/skills/gsp-brand-guidelines/token-mapping.md +16 -319
  10. package/gsp/skills/gsp-brand-identity/SKILL.md +1 -1
  11. package/gsp/skills/gsp-brand-refine/SKILL.md +5 -6
  12. package/gsp/skills/gsp-brand-research/SKILL.md +1 -1
  13. package/gsp/skills/gsp-brand-strategy/SKILL.md +1 -1
  14. package/gsp/skills/gsp-design-system/SKILL.md +1 -1
  15. package/gsp/skills/gsp-doctor/SKILL.md +51 -3
  16. package/gsp/skills/gsp-progress/SKILL.md +1 -1
  17. package/gsp/skills/gsp-project-brief/SKILL.md +40 -6
  18. package/gsp/skills/gsp-project-build/SKILL.md +22 -29
  19. package/gsp/skills/gsp-project-build/flows/figma.md +50 -0
  20. package/gsp/skills/gsp-project-build/flows/revision.md +64 -0
  21. package/gsp/skills/gsp-project-build/methodology/gsp-project-builder.md +57 -4
  22. package/gsp/skills/gsp-project-build/shadcn-composition.md +217 -0
  23. package/gsp/skills/gsp-project-critique/SKILL.md +3 -1
  24. package/gsp/skills/gsp-project-design/SKILL.md +3 -1
  25. package/gsp/skills/gsp-project-research/SKILL.md +3 -1
  26. package/gsp/skills/gsp-project-review/SKILL.md +10 -1
  27. package/gsp/skills/gsp-scaffold/SKILL.md +49 -12
  28. package/gsp/skills/gsp-scaffold/shadcn-rules.md +433 -0
  29. package/gsp/skills/gsp-scaffold/shadcn-theming.md +310 -0
  30. package/gsp/skills/gsp-start/SKILL.md +18 -2
  31. package/gsp/skills/gsp-style/SKILL.md +1 -1
  32. package/gsp/skills/gsp-style/style-preset-schema.md +59 -14
  33. package/gsp/skills/gsp-style/styles/academia.yml +58 -8
  34. package/gsp/skills/gsp-style/styles/art-deco.yml +39 -7
  35. package/gsp/skills/gsp-style/styles/bauhaus.yml +39 -8
  36. package/gsp/skills/gsp-style/styles/bold-typography.yml +39 -8
  37. package/gsp/skills/gsp-style/styles/botanical.yml +39 -9
  38. package/gsp/skills/gsp-style/styles/claymorphism.yml +39 -9
  39. package/gsp/skills/gsp-style/styles/cyberpunk.yml +39 -7
  40. package/gsp/skills/gsp-style/styles/enterprise.yml +39 -10
  41. package/gsp/skills/gsp-style/styles/flat-design.yml +39 -9
  42. package/gsp/skills/gsp-style/styles/fluent.yml +39 -10
  43. package/gsp/skills/gsp-style/styles/glassmorphism.yml +39 -8
  44. package/gsp/skills/gsp-style/styles/humanist-literary.yml +39 -9
  45. package/gsp/skills/gsp-style/styles/industrial.yml +59 -9
  46. package/gsp/skills/gsp-style/styles/kinetic.yml +32 -7
  47. package/gsp/skills/gsp-style/styles/liquid-glass.yml +59 -9
  48. package/gsp/skills/gsp-style/styles/luxury.yml +59 -9
  49. package/gsp/skills/gsp-style/styles/material.yml +59 -9
  50. package/gsp/skills/gsp-style/styles/maximalism.yml +32 -6
  51. package/gsp/skills/gsp-style/styles/minimal-dark.yml +32 -7
  52. package/gsp/skills/gsp-style/styles/modern-dark.yml +32 -7
  53. package/gsp/skills/gsp-style/styles/monochrome.yml +59 -10
  54. package/gsp/skills/gsp-style/styles/neubrutalism.yml +59 -9
  55. package/gsp/skills/gsp-style/styles/neumorphism.yml +32 -7
  56. package/gsp/skills/gsp-style/styles/newsprint.yml +32 -7
  57. package/gsp/skills/gsp-style/styles/nothing.yml +44 -13
  58. package/gsp/skills/gsp-style/styles/organic.yml +42 -9
  59. package/gsp/skills/gsp-style/styles/playful-geometric.yml +43 -9
  60. package/gsp/skills/gsp-style/styles/professional.yml +41 -10
  61. package/gsp/skills/gsp-style/styles/retro.yml +42 -8
  62. package/gsp/skills/gsp-style/styles/saas.yml +42 -9
  63. package/gsp/skills/gsp-style/styles/sketch.yml +42 -9
  64. package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +41 -10
  65. package/gsp/skills/gsp-style/styles/terminal.yml +42 -8
  66. package/gsp/skills/gsp-style/styles/vaporwave.yml +42 -7
  67. package/gsp/skills/gsp-style/styles/web3.yml +42 -9
  68. package/gsp/templates/branding/brief.md +9 -0
  69. package/gsp/templates/branding/config.json +1 -1
  70. package/gsp/templates/design-claude.md +6 -0
  71. package/gsp/templates/phases/patterns.md +2 -2
  72. package/gsp/templates/projects/config.json +6 -3
  73. package/gsp/templates/projects/state.md +1 -1
  74. package/gsp/templates/system/STACK.md +1 -0
  75. package/package.json +1 -1
@@ -4,18 +4,44 @@ tags: [modern, dark, cinematic, linear, vercel]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#050506"
9
+ foreground: "#FAFAFA"
10
+ card: "oklch(100% 0 0 / 0.05)"
11
+ card-foreground: "#FAFAFA"
12
+ popover: "oklch(100% 0 0 / 0.05)"
13
+ popover-foreground: "#FAFAFA"
7
14
  primary: "#5E6AD2"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#EC4899"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#06B6D4"
10
- background: "#050506"
11
- surface: "rgba(255,255,255,0.05)"
12
- on-primary: "#FFFFFF"
13
- on-background: "#FAFAFA"
14
- error: "#EF4444"
19
+ accent-foreground: "#000000"
20
+ muted: "#A1A1AA"
21
+ muted-foreground: "#71717A"
22
+ destructive: "#EF4444"
23
+ border: "rgba(255,255,255,0.06)"
24
+ input: "rgba(255,255,255,0.06)"
25
+ ring: "#5E6AD2"
26
+ # Sidebar
27
+ sidebar: "oklch(100% 0 0 / 0.05)"
28
+ sidebar-foreground: "#FAFAFA"
29
+ sidebar-primary: "#5E6AD2"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "rgba(255,255,255,0.08)"
32
+ sidebar-accent-foreground: "#FAFAFA"
33
+ sidebar-border: "rgba(255,255,255,0.06)"
34
+ sidebar-ring: "#5E6AD2"
35
+ # Extras
15
36
  success: "#22C55E"
16
37
  warning: "#F59E0B"
17
38
  info: "#3B82F6"
18
- muted: "#A1A1AA"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#818CF8" # periwinkle (primary brightened)
41
+ chart-2: "#F472B6" # hot pink (secondary brightened)
42
+ chart-3: "#22D3EE" # cyan (accent brightened)
43
+ chart-4: "#4ADE80" # neon green
44
+ chart-5: "#FB923C" # orange
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Inter, Geist Sans, system-ui, sans-serif"
@@ -30,7 +56,6 @@ tokens:
30
56
  border-radius-md: "16px"
31
57
  border-radius-lg: "24px"
32
58
  border-width: "1px"
33
- border-color: "rgba(255,255,255,0.06)"
34
59
 
35
60
  elevation:
36
61
  shadow-sm: "0 0 0 1px rgba(255,255,255,0.06), 0 2px 20px rgba(0,0,0,0.4)"
@@ -4,18 +4,44 @@ tags: [black-white, monochrome, high-contrast, editorial, minimal]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#FFFFFF"
9
+ foreground: "#000000"
10
+ card: "#F5F5F5"
11
+ card-foreground: "#000000"
12
+ popover: "#F5F5F5"
13
+ popover-foreground: "#000000"
7
14
  primary: "#000000"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#525252"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#000000"
10
- background: "#FFFFFF"
11
- surface: "#F5F5F5"
12
- on-primary: "#FFFFFF"
13
- on-background: "#000000"
14
- error: "#000000"
19
+ accent-foreground: "#FFFFFF"
20
+ muted: "#525252"
21
+ muted-foreground: "#737373"
22
+ destructive: "#000000"
23
+ border: "#000000"
24
+ input: "#000000"
25
+ ring: "#000000"
26
+ # Sidebar
27
+ sidebar: "#F5F5F5"
28
+ sidebar-foreground: "#000000"
29
+ sidebar-primary: "#000000"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "#E5E5E5"
32
+ sidebar-accent-foreground: "#000000"
33
+ sidebar-border: "#000000"
34
+ sidebar-ring: "#000000"
35
+ # Extras
15
36
  success: "#000000"
16
37
  warning: "#000000"
17
38
  info: "#000000"
18
- muted: "#525252"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#000000" # black
41
+ chart-2: "#333333" # charcoal
42
+ chart-3: "#666666" # mid gray
43
+ chart-4: "#999999" # light gray
44
+ chart-5: "#CCCCCC" # pale gray
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Playfair Display, serif"
@@ -32,7 +58,6 @@ tokens:
32
58
  border-radius-lg: "0px"
33
59
  border-width: "2px"
34
60
  border-width-max: "8px"
35
- border-color: "#000000"
36
61
 
37
62
  elevation:
38
63
  shadow-sm: "none"
@@ -57,10 +82,34 @@ tokens:
57
82
 
58
83
  dark_mode:
59
84
  color:
85
+ # Core — shadcn/ui CSS vars
60
86
  background: "#000000"
61
- surface: "#0A0A0A"
62
- on-background: "#FFFFFF"
63
- border-color: "#FFFFFF"
87
+ foreground: "#FFFFFF"
88
+ card: "#0A0A0A"
89
+ card-foreground: "#FFFFFF"
90
+ popover: "#0A0A0A"
91
+ popover-foreground: "#FFFFFF"
92
+ primary: "#FFFFFF"
93
+ primary-foreground: "#000000"
94
+ secondary: "#A3A3A3"
95
+ secondary-foreground: "#000000"
96
+ accent: "#FFFFFF"
97
+ accent-foreground: "#000000"
98
+ muted: "#171717"
99
+ muted-foreground: "#737373"
100
+ destructive: "#FFFFFF"
101
+ border: "#FFFFFF"
102
+ input: "#FFFFFF"
103
+ ring: "#FFFFFF"
104
+ # Sidebar
105
+ sidebar: "#0A0A0A"
106
+ sidebar-foreground: "#FFFFFF"
107
+ sidebar-primary: "#FFFFFF"
108
+ sidebar-primary-foreground: "#000000"
109
+ sidebar-accent: "#171717"
110
+ sidebar-accent-foreground: "#FFFFFF"
111
+ sidebar-border: "#FFFFFF"
112
+ sidebar-ring: "#FFFFFF"
64
113
 
65
114
  intensity:
66
115
  variance: 3 # editorial asymmetry through type scale, but structurally disciplined
@@ -5,17 +5,44 @@ trend_ref: trends/neubrutalism.md
5
5
 
6
6
  tokens:
7
7
  color:
8
+ # Core — shadcn/ui CSS vars
9
+ background: "#FFFFFF"
10
+ foreground: "#000000"
11
+ card: "#FFF8F0"
12
+ card-foreground: "#000000"
13
+ popover: "#FFF8F0"
14
+ popover-foreground: "#000000"
8
15
  primary: "#000000"
16
+ primary-foreground: "#FFFFFF"
9
17
  secondary: "#FFD700"
18
+ secondary-foreground: "#000000"
10
19
  accent: "#FF6B6B"
11
- background: "#FFFFFF"
12
- surface: "#FFF8F0"
13
- on-primary: "#FFFFFF"
14
- on-background: "#000000"
15
- error: "#DC2626"
20
+ accent-foreground: "#000000"
21
+ muted: "#FFF0E0"
22
+ muted-foreground: "#666666"
23
+ destructive: "#DC2626"
24
+ border: "#000000"
25
+ input: "#000000"
26
+ ring: "#000000"
27
+ # Sidebar
28
+ sidebar: "#FFF8F0"
29
+ sidebar-foreground: "#000000"
30
+ sidebar-primary: "#000000"
31
+ sidebar-primary-foreground: "#FFFFFF"
32
+ sidebar-accent: "#FFD700"
33
+ sidebar-accent-foreground: "#000000"
34
+ sidebar-border: "#000000"
35
+ sidebar-ring: "#000000"
36
+ # Extras
16
37
  success: "#16A34A"
17
38
  warning: "#F59E0B"
18
39
  info: "#4169E1"
40
+ # Chart — data-viz colors (distinct, accessible at small sizes)
41
+ chart-1: "#FFD700" # brutal yellow (secondary)
42
+ chart-2: "#FF6B6B" # coral red (accent)
43
+ chart-3: "#4169E1" # royal blue
44
+ chart-4: "#16A34A" # bold green
45
+ chart-5: "#FF6900" # construction orange
19
46
 
20
47
  typography:
21
48
  font-family-primary: "Space Grotesk, sans-serif"
@@ -30,7 +57,6 @@ tokens:
30
57
  border-radius-md: "12px"
31
58
  border-radius-lg: "16px"
32
59
  border-width: "3px"
33
- border-color: "#000000"
34
60
 
35
61
  elevation:
36
62
  shadow-sm: "2px 2px 0px 0px #000000"
@@ -49,10 +75,34 @@ tokens:
49
75
 
50
76
  dark_mode:
51
77
  color:
78
+ # Core — shadcn/ui CSS vars
52
79
  background: "#1A1A2E"
53
- surface: "#16213E"
54
- on-background: "#F0F0F0"
55
- border-color: "#F0F0F0"
80
+ foreground: "#F0F0F0"
81
+ card: "#16213E"
82
+ card-foreground: "#F0F0F0"
83
+ popover: "#16213E"
84
+ popover-foreground: "#F0F0F0"
85
+ primary: "#FFD700"
86
+ primary-foreground: "#000000"
87
+ secondary: "#FF6B6B"
88
+ secondary-foreground: "#000000"
89
+ accent: "#FF6B6B"
90
+ accent-foreground: "#000000"
91
+ muted: "#0F3460"
92
+ muted-foreground: "#A0A0A0"
93
+ destructive: "#DC2626"
94
+ border: "#F0F0F0"
95
+ input: "#F0F0F0"
96
+ ring: "#FFD700"
97
+ # Sidebar
98
+ sidebar: "#16213E"
99
+ sidebar-foreground: "#F0F0F0"
100
+ sidebar-primary: "#FFD700"
101
+ sidebar-primary-foreground: "#000000"
102
+ sidebar-accent: "#0F3460"
103
+ sidebar-accent-foreground: "#F0F0F0"
104
+ sidebar-border: "#F0F0F0"
105
+ sidebar-ring: "#FFD700"
56
106
 
57
107
  intensity:
58
108
  variance: 8
@@ -4,18 +4,44 @@ tags: [soft-ui, neumorphic, 3d, embossed, tactile]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#E0E5EC"
9
+ foreground: "#3D4852"
10
+ card: "#E0E5EC"
11
+ card-foreground: "#3D4852"
12
+ popover: "#E0E5EC"
13
+ popover-foreground: "#3D4852"
7
14
  primary: "#6C63FF"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#38B2AC"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#E0E5EC"
10
- background: "#E0E5EC"
11
- surface: "#E0E5EC"
12
- on-primary: "#FFFFFF"
13
- on-background: "#3D4852"
14
- error: "#DC2626"
19
+ accent-foreground: "#3D4852"
20
+ muted: "#8B95A5"
21
+ muted-foreground: "#6B7280"
22
+ destructive: "#DC2626"
23
+ border: "#C8D0DC"
24
+ input: "#C8D0DC"
25
+ ring: "#6C63FF"
26
+ # Sidebar
27
+ sidebar: "#D8DDE6"
28
+ sidebar-foreground: "#3D4852"
29
+ sidebar-primary: "#6C63FF"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "#E0E5EC"
32
+ sidebar-accent-foreground: "#3D4852"
33
+ sidebar-border: "#C8D0DC"
34
+ sidebar-ring: "#6C63FF"
35
+ # Extras
15
36
  success: "#16A34A"
16
37
  warning: "#D97706"
17
38
  info: "#3B82F6"
18
- muted: "#8B95A5"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#6C63FF" # soft violet (primary)
41
+ chart-2: "#38B2AC" # soft teal (secondary)
42
+ chart-3: "#D97706" # warm amber
43
+ chart-4: "#16A34A" # muted green
44
+ chart-5: "#F472B6" # blush pink
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Plus Jakarta Sans, DM Sans, sans-serif"
@@ -31,7 +57,6 @@ tokens:
31
57
  border-radius-lg: "32px"
32
58
  border-radius-xl: "48px"
33
59
  border-width: "0px"
34
- border-color: "transparent"
35
60
 
36
61
  elevation:
37
62
  shadow-sm: "4px 4px 8px rgba(163,177,198,0.6), -4px -4px 8px rgba(255,255,255,0.5)"
@@ -4,18 +4,44 @@ tags: [newspaper, editorial, journalism, print, serif]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#F5F5F0"
9
+ foreground: "#1A1A1A"
10
+ card: "#FFFFFF"
11
+ card-foreground: "#1A1A1A"
12
+ popover: "#FFFFFF"
13
+ popover-foreground: "#1A1A1A"
7
14
  primary: "#1A1A1A"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#4A4A4A"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#DC2626"
10
- background: "#F5F5F0"
11
- surface: "#FFFFFF"
12
- on-primary: "#FFFFFF"
13
- on-background: "#1A1A1A"
14
- error: "#DC2626"
19
+ accent-foreground: "#FFFFFF"
20
+ muted: "#666666"
21
+ muted-foreground: "#888888"
22
+ destructive: "#DC2626"
23
+ border: "#D4D4D4"
24
+ input: "#D4D4D4"
25
+ ring: "#1A1A1A"
26
+ # Sidebar
27
+ sidebar: "#FFFFFF"
28
+ sidebar-foreground: "#1A1A1A"
29
+ sidebar-primary: "#1A1A1A"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "#F5F5F0"
32
+ sidebar-accent-foreground: "#1A1A1A"
33
+ sidebar-border: "#D4D4D4"
34
+ sidebar-ring: "#1A1A1A"
35
+ # Extras
15
36
  success: "#16A34A"
16
37
  warning: "#D97706"
17
38
  info: "#2563EB"
18
- muted: "#666666"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#1A1A1A" # newspaper black (primary)
41
+ chart-2: "#DC2626" # editorial red (accent)
42
+ chart-3: "#2563EB" # wire blue
43
+ chart-4: "#16A34A" # bulletin green
44
+ chart-5: "#D97706" # byline amber
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Playfair Display, serif"
@@ -33,7 +59,6 @@ tokens:
33
59
  border-radius-lg: "0px"
34
60
  border-width: "1px"
35
61
  border-width-divider: "4px"
36
- border-color: "#D4D4D4"
37
62
 
38
63
  elevation:
39
64
  shadow-sm: "none"
@@ -4,18 +4,44 @@ tags: [monochrome, industrial, dark, minimal, technical, instrument, mechanical,
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#000000"
9
+ foreground: "#E8E8E8"
10
+ card: "#111111"
11
+ card-foreground: "#E8E8E8"
12
+ popover: "#111111"
13
+ popover-foreground: "#E8E8E8"
7
14
  primary: "#FFFFFF"
15
+ primary-foreground: "#000000"
8
16
  secondary: "#999999"
17
+ secondary-foreground: "#000000"
9
18
  accent: "#D71921"
10
- background: "#000000"
11
- surface: "#111111"
12
- on-primary: "#000000"
13
- on-background: "#E8E8E8"
14
- error: "#D71921"
19
+ accent-foreground: "#FFFFFF"
20
+ muted: "#666666"
21
+ muted-foreground: "#999999"
22
+ destructive: "#D71921"
23
+ border: "#222222"
24
+ input: "#222222"
25
+ ring: "#FFFFFF"
26
+ # Sidebar
27
+ sidebar: "#111111"
28
+ sidebar-foreground: "#E8E8E8"
29
+ sidebar-primary: "#FFFFFF"
30
+ sidebar-primary-foreground: "#000000"
31
+ sidebar-accent: "#1A1A1A"
32
+ sidebar-accent-foreground: "#E8E8E8"
33
+ sidebar-border: "#222222"
34
+ sidebar-ring: "#FFFFFF"
35
+ # Extras
15
36
  success: "#4A9E5C"
16
37
  warning: "#D4A843"
17
38
  info: "#999999"
18
- muted: "#666666"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#D71921" # Nothing red (accent)
41
+ chart-2: "#E8E8E8" # foreground white
42
+ chart-3: "#4A9E5C" # signal green
43
+ chart-4: "#D4A843" # signal amber
44
+ chart-5: "#5A9FD4" # signal blue
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Space Grotesk, DM Sans, system-ui, sans-serif"
@@ -32,7 +58,6 @@ tokens:
32
58
  border-radius-lg: "12px"
33
59
  border-radius-pill: "999px"
34
60
  border-width: "1px"
35
- border-color: "#222222"
36
61
 
37
62
  elevation:
38
63
  shadow-sm: "none"
@@ -52,17 +77,23 @@ tokens:
52
77
  dark_mode:
53
78
  color:
54
79
  background: "#000000"
55
- surface: "#111111"
56
- on-background: "#E8E8E8"
57
- border-color: "#222222"
80
+ foreground: "#E8E8E8"
81
+ card: "#111111"
82
+ card-foreground: "#E8E8E8"
58
83
  muted: "#666666"
84
+ muted-foreground: "#999999"
85
+ border: "#222222"
86
+ input: "#222222"
87
+ sidebar: "#111111"
88
+ sidebar-foreground: "#E8E8E8"
89
+ sidebar-border: "#222222"
59
90
 
60
91
  light_mode:
61
92
  color:
62
93
  background: "#F5F5F5"
63
- surface: "#FFFFFF"
64
- on-background: "#1A1A1A"
65
- border-color: "#E8E8E8"
94
+ card: "#FFFFFF"
95
+ foreground: "#1A1A1A"
96
+ border: "#E8E8E8"
66
97
  muted: "#999999"
67
98
 
68
99
  intensity:
@@ -4,18 +4,44 @@ tags: [natural, flowing, organic, wabi-sabi, curved]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#FDFCF8"
9
+ foreground: "#2C2C24"
10
+ card: "#F0EBE5"
11
+ card-foreground: "#2C2C24"
12
+ popover: "#F0EBE5"
13
+ popover-foreground: "#2C2C24"
7
14
  primary: "#5D7052"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#C18C5D"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#E6DCCD"
10
- background: "#FDFCF8"
11
- surface: "#F0EBE5"
12
- on-primary: "#FFFFFF"
13
- on-background: "#2C2C24"
14
- error: "#DC2626"
19
+ accent-foreground: "#2C2C24"
20
+ muted: "#6B7280"
21
+ muted-foreground: "#4B5563"
22
+ destructive: "#DC2626"
23
+ border: "rgba(93,112,82,0.15)"
24
+ input: "rgba(93,112,82,0.15)"
25
+ ring: "#5D7052"
26
+ # Sidebar
27
+ sidebar: "#F0EBE5"
28
+ sidebar-foreground: "#2C2C24"
29
+ sidebar-primary: "#5D7052"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "#E6DCCD"
32
+ sidebar-accent-foreground: "#2C2C24"
33
+ sidebar-border: "rgba(93,112,82,0.15)"
34
+ sidebar-ring: "#5D7052"
35
+ # Extras
15
36
  success: "#059669"
16
37
  warning: "#D97706"
17
38
  info: "#2563EB"
18
- muted: "#6B7280"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#5D7052" # moss green (primary)
41
+ chart-2: "#C18C5D" # warm clay (secondary)
42
+ chart-3: "#D97706" # harvest amber
43
+ chart-4: "#2563EB" # woad blue
44
+ chart-5: "#9A3B3B" # dried rose
19
45
 
20
46
  typography:
21
47
  font-family-primary: "Fraunces, serif"
@@ -31,7 +57,6 @@ tokens:
31
57
  border-radius-md: "24px"
32
58
  border-radius-lg: "9999px"
33
59
  border-width: "1px"
34
- border-color: "rgba(93,112,82,0.15)"
35
60
 
36
61
  blob:
37
62
  border-radius: "60% 40% 30% 70% / 60% 30% 70% 40%"
@@ -58,8 +83,16 @@ tokens:
58
83
  dark_mode:
59
84
  color:
60
85
  background: "#1E1E18"
61
- surface: "#2C2C24"
62
- on-background: "#E6DCCD"
86
+ foreground: "#E6DCCD"
87
+ card: "#2C2C24"
88
+ card-foreground: "#E6DCCD"
89
+ muted: "#4B5563"
90
+ muted-foreground: "#6B7280"
91
+ border: "rgba(230,220,205,0.12)"
92
+ input: "rgba(230,220,205,0.12)"
93
+ sidebar: "#2C2C24"
94
+ sidebar-foreground: "#E6DCCD"
95
+ sidebar-border: "rgba(230,220,205,0.12)"
63
96
 
64
97
  intensity:
65
98
  variance: 7
@@ -4,17 +4,44 @@ tags: [geometric, playful, fun, colorful, bouncy]
4
4
 
5
5
  tokens:
6
6
  color:
7
+ # Core — shadcn/ui CSS vars
8
+ background: "#FFFDF5"
9
+ foreground: "#1E293B"
10
+ card: "#FFFFFF"
11
+ card-foreground: "#1E293B"
12
+ popover: "#FFFFFF"
13
+ popover-foreground: "#1E293B"
7
14
  primary: "#3B82F6"
15
+ primary-foreground: "#FFFFFF"
8
16
  secondary: "#F472B6"
17
+ secondary-foreground: "#FFFFFF"
9
18
  accent: "#8B5CF6"
10
- background: "#FFFDF5"
11
- surface: "#FFFFFF"
12
- on-primary: "#FFFFFF"
13
- on-background: "#1E293B"
14
- error: "#EF4444"
19
+ accent-foreground: "#FFFFFF"
20
+ muted: "#CBD5E1"
21
+ muted-foreground: "#64748B"
22
+ destructive: "#EF4444"
23
+ border: "#1E293B"
24
+ input: "#1E293B"
25
+ ring: "#3B82F6"
26
+ # Sidebar
27
+ sidebar: "#FFFFFF"
28
+ sidebar-foreground: "#1E293B"
29
+ sidebar-primary: "#3B82F6"
30
+ sidebar-primary-foreground: "#FFFFFF"
31
+ sidebar-accent: "#8B5CF6"
32
+ sidebar-accent-foreground: "#FFFFFF"
33
+ sidebar-border: "#1E293B"
34
+ sidebar-ring: "#3B82F6"
35
+ # Extras
15
36
  success: "#34D399"
16
37
  warning: "#FBBF24"
17
38
  info: "#3B82F6"
39
+ # Chart — data-viz colors (distinct, accessible at small sizes)
40
+ chart-1: "#3B82F6" # confetti blue (primary)
41
+ chart-2: "#F472B6" # confetti pink (secondary)
42
+ chart-3: "#8B5CF6" # confetti violet (accent)
43
+ chart-4: "#FBBF24" # confetti amber
44
+ chart-5: "#34D399" # confetti mint
18
45
 
19
46
  color-rotate:
20
47
  blue: "#3B82F6"
@@ -37,7 +64,6 @@ tokens:
37
64
  border-radius-md: "16px"
38
65
  border-radius-lg: "9999px"
39
66
  border-width: "2px"
40
- border-color: "#1E293B"
41
67
 
42
68
  elevation:
43
69
  shadow-sm: "4px 4px 0px #1E293B"
@@ -57,8 +83,16 @@ tokens:
57
83
  dark_mode:
58
84
  color:
59
85
  background: "#1E293B"
60
- surface: "#334155"
61
- on-background: "#F8FAFC"
86
+ foreground: "#F8FAFC"
87
+ card: "#334155"
88
+ card-foreground: "#F8FAFC"
89
+ muted: "#475569"
90
+ muted-foreground: "#94A3B8"
91
+ border: "#F8FAFC"
92
+ input: "#F8FAFC"
93
+ sidebar: "#334155"
94
+ sidebar-foreground: "#F8FAFC"
95
+ sidebar-border: "#F8FAFC"
62
96
 
63
97
  intensity:
64
98
  variance: 7 # Memphis shapes, confetti decoration, blob radii, rotated elements
@@ -137,7 +171,7 @@ effects:
137
171
  button-primary: "pop-lift — translate(-2px, -2px), shadow extends to 6px 6px"
138
172
  button-secondary: "candy-fill — background floods with surprise color (amber/yellow)"
139
173
  link: "squiggly underline SVG appears, color shifts to {color.accent}"
140
- badge: "wiggle-jiggle — rotate oscillates +-3deg"
174
+ badge: "wiggle-jiggle — rotation oscillates +-3deg"
141
175
  active:
142
176
  button: "sticker-press — translate(2px, 2px), shadow shrinks to 2px 2px"
143
177
  focus: