-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
67 lines (67 loc) · 2.39 KB
/
Copy pathregistry.json
File metadata and controls
67 lines (67 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "acme",
"homepage": "https://acme.com",
"items": [
{
"name": "discord-base",
"type": "registry:component",
"title": "Discord Base",
"description": "The base components for all Discord components",
"registryDependencies": ["avatar"],
"dependencies": ["class-variance-authority"],
"files": [
{
"path": "registry/discord-base/discord-base.tsx",
"type": "registry:component"
},
{
"path": "registry/discord-base/discord-icons.tsx",
"type": "registry:component"
},
{
"path": "registry/discord-base/lib/date-fns.ts",
"type": "registry:lib"
}
],
"cssVars": {
"light": {
"discord-background": "oklch(0.32 0.0107 278.25)",
"discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"discord-mention-foreground": "oklch(0.88 0.0574 270.02)",
"discord-mention-hover": "oklch(0.58 0.2093 273.55)",
"discord-mention-foreground-hover": "oklch(1 0 0)"
}
},
"css": {
"@layer base": {
".discord-light": {
"--discord-background": "oklch(0.99 0 0)",
"--discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"--discord-mention-foreground": "oklch(0.88 0.0574 270.02)"
},
".discord-classic": {
"--discord-background": "oklch(0.145 0 0)",
"--discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"--discord-mention-foreground": "oklch(0.88 0.0574 270.02)"
},
".discord-ash": {
"--discord-background": "oklch(0.32 0.0107 278.25)",
"--discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"--discord-mention-foreground": "oklch(0.88 0.0574 270.02)"
},
".discord-dark": {
"--discord-background": "oklch(0.22 0.0077 285.74)",
"--discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"--discord-mention-foreground": "oklch(0.8 0.0969 270.5)"
},
".discord-onyx": {
"--discord-background": "oklch(0.13 0.005 285.67)",
"--discord-mention": "oklch(0.58 0.2091 273.85 / 23.92%)",
"--discord-mention-foreground": "oklch(0.39 0.1288 271.41)"
}
}
}
}
]
}