|
1 | 1 | .shop-scope { |
2 | 2 | --radius: 0.5rem; |
3 | | - |
4 | 3 | --background: #ffffff; |
5 | 4 | --foreground: #111111; |
6 | | - |
7 | 5 | --card: #ffffff; |
8 | | - --card-foreground: #111111; |
9 | | - |
10 | | - --popover: #ffffff; |
11 | | - --popover-foreground: #111111; |
12 | | - |
13 | 6 | --primary: #111111; |
14 | | - --primary-foreground: #ffffff; |
15 | | - |
16 | 7 | --secondary: #f5f5f5; |
17 | | - --secondary-foreground: #111111; |
18 | | - |
19 | 8 | --muted: #f5f5f5; |
20 | | - --muted-foreground: #555555; |
21 | | - |
22 | | - --accent: #ff2d55; |
| 9 | + --accent: #111111; |
23 | 10 | --accent-foreground: #ffffff; |
24 | | - |
25 | 11 | --destructive: oklch(0.577 0.245 27.325); |
26 | | - |
27 | 12 | --border: #e5e5e5; |
28 | 13 | --input: #e5e5e5; |
29 | | - --ring: #ff2d55; |
30 | | - |
31 | | - --chart-1: oklch(0.646 0.222 41.116); |
32 | | - --chart-2: oklch(0.6 0.118 184.704); |
33 | | - --chart-3: oklch(0.398 0.07 227.392); |
34 | | - --chart-4: oklch(0.828 0.189 84.429); |
35 | | - --chart-5: oklch(0.769 0.188 70.08); |
36 | | - |
37 | | - --sidebar: oklch(0.985 0 0); |
38 | | - --sidebar-foreground: oklch(0.145 0 0); |
39 | | - --sidebar-primary: oklch(0.205 0 0); |
40 | | - --sidebar-primary-foreground: oklch(0.985 0 0); |
41 | | - --sidebar-accent: oklch(0.97 0 0); |
42 | | - --sidebar-accent-foreground: oklch(0.205 0 0); |
43 | | - --sidebar-border: oklch(0.922 0 0); |
44 | | - --sidebar-ring: oklch(0.708 0 0); |
| 14 | + --ring: #111111; |
45 | 15 | } |
46 | 16 |
|
47 | 17 | .dark .shop-scope { |
48 | 18 | --background: #0a0a0a; |
49 | 19 | --foreground: #ffffff; |
50 | | - |
51 | 20 | --card: #0a0a0a; |
52 | | - --card-foreground: #ffffff; |
53 | | - |
54 | | - --popover: #0a0a0a; |
55 | | - --popover-foreground: #ffffff; |
56 | | - |
57 | 21 | --primary: #ffffff; |
58 | | - --primary-foreground: #0a0a0a; |
59 | | - |
60 | 22 | --secondary: #1c1c1e; |
61 | | - --secondary-foreground: #ffffff; |
62 | | - |
63 | 23 | --muted: #1c1c1e; |
64 | | - --muted-foreground: #cccccc; |
65 | | - |
66 | 24 | --accent: #ff2d55; |
67 | 25 | --accent-foreground: #ffffff; |
68 | | - |
69 | 26 | --destructive: oklch(0.396 0.141 25.723); |
70 | | - |
71 | 27 | --border: #333333; |
72 | 28 | --input: #333333; |
73 | 29 | --ring: #ff2d55; |
74 | | - |
75 | | - --chart-1: oklch(0.488 0.243 264.376); |
76 | | - --chart-2: oklch(0.696 0.17 162.48); |
77 | | - --chart-3: oklch(0.769 0.188 70.08); |
78 | | - --chart-4: oklch(0.627 0.265 303.9); |
79 | | - --chart-5: oklch(0.645 0.246 16.439); |
80 | | - |
81 | | - --sidebar: oklch(0.205 0 0); |
82 | | - --sidebar-foreground: oklch(0.985 0 0); |
83 | | - --sidebar-primary: oklch(0.488 0.243 264.376); |
84 | | - --sidebar-primary-foreground: oklch(0.985 0 0); |
85 | | - --sidebar-accent: oklch(0.269 0 0); |
86 | | - --sidebar-accent-foreground: oklch(0.985 0 0); |
87 | | - --sidebar-border: oklch(0.269 0 0); |
88 | | - --sidebar-ring: oklch(0.439 0 0); |
89 | 30 | } |
0 commit comments