File size: 2,570 Bytes
7423d7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "custom_fonts": [],
    "variables": {
        "light": {
            "--background": "30 40% 92%",
            "--foreground": "30 90% 15%",
            "--card": "30 30% 85%",
            "--card-foreground": "30 90% 15%",
            "--popover": "30 40% 92%",
            "--popover-foreground": "30 90% 15%",
            "--primary": "25 75% 45%",
            "--primary-foreground": "30 40% 95%",
            "--secondary": "35 25% 75%",
            "--secondary-foreground": "30 90% 15%",
            "--muted": "30 20% 80%",
            "--muted-foreground": "30 40% 35%",
            "--accent": "35 35% 70%",
            "--accent-foreground": "30 90% 15%",
            "--destructive": "0 84% 60%",
            "--destructive-foreground": "30 40% 95%",
            "--border": "30 25% 75%",
            "--input": "30 25% 75%",
            "--ring": "25 75% 45%",
            "--radius": "0.75rem",
            "--sidebar-background": "35 25% 82%",
            "--sidebar-foreground": "30 60% 25%",
            "--sidebar-primary": "30 80% 20%",
            "--sidebar-primary-foreground": "30 40% 95%",
            "--sidebar-accent": "35 20% 88%",
            "--sidebar-accent-foreground": "30 80% 20%",
            "--sidebar-border": "30 25% 70%",
            "--sidebar-ring": "25 75% 45%"
        },
        "dark": {
            "--background": "30 60% 8%",
            "--foreground": "30 40% 85%",
            "--card": "30 50% 12%",
            "--card-foreground": "30 40% 85%",
            "--popover": "30 50% 12%",
            "--popover-foreground": "30 40% 85%",
            "--primary": "25 75% 55%",
            "--primary-foreground": "30 60% 8%",
            "--secondary": "30 40% 18%",
            "--secondary-foreground": "30 40% 85%",
            "--muted": "30 35% 20%",
            "--muted-foreground": "30 25% 65%",
            "--accent": "30 30% 25%",
            "--accent-foreground": "30 40% 85%",
            "--destructive": "0 62% 30%",
            "--destructive-foreground": "30 40% 85%",
            "--border": "30 35% 20%",
            "--input": "30 35% 20%",
            "--ring": "25 75% 55%",
            "--sidebar-background": "30 70% 6%",
            "--sidebar-foreground": "30 30% 80%",
            "--sidebar-primary": "25 65% 50%",
            "--sidebar-primary-foreground": "30 60% 8%",
            "--sidebar-accent": "30 60% 10%",
            "--sidebar-accent-foreground": "30 30% 80%",
            "--sidebar-border": "30 40% 15%",
            "--sidebar-ring": "25 75% 55%"
        }
    }
}