@@ -4,126 +4,6 @@ const config = {
44 darkMode : [ "class" ] ,
55 content : [ "./src/**/*.{ts,tsx}" ] ,
66 prefix : "" ,
7- theme : {
8- container : {
9- screens : {
10- "2xl" : "1640px" ,
11- } ,
12- } ,
13- extend : {
14- backgroundImage : {
15- "gradient-purple-blue" :
16- "linear-gradient(45deg, rgba(138,34,207,1) 0%, rgba(97,157,240,1) 100%)" ,
17- "gradient-footer" :
18- "linear-gradient(to bottom, rgba(53,53,53,1) 0%, rgba(24,24,24,1) 100%)" ,
19- "gradient-rainbow" :
20- "linear-gradient(90deg, rgba(255,0,184,1) 0%, rgba(0,133,255,1) 50%, rgba(5,255,0,1) 100%)" ,
21- "gradient-rainbow-radial" :
22- "radial-gradient(circle, rgba(255,0,184,1) 0%, rgba(0,133,255,1) 50%, rgba(5,255,0,1) 100%)" ,
23- "gradient-golden" :
24- "linear-gradient(45deg, rgba(255,225,189,1) 0%, rgba(255,212,125,1) 100%)" ,
25- "image-bojbe" : "url(/static/bojbe.png)" ,
26- "image-home-wallpaper" : "url(/static/home-wallpaper.png)" ,
27- "image-waves" :
28- "url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='2560' height='1440' preserveAspectRatio='none' viewBox='0 0 2560 1440'%3e%3cg mask='url(%26quot%3b%23SvgjsMask23298%26quot%3b)' fill='none'%3e%3crect width='2560' height='1440' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient23299%26quot%3b)'%3e%3c/rect%3e%3cpath d='M2560 0L1287.96 0L2560 397.03z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1287.96 0L2560 397.03L2560 555.39L642.12 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M642.1199999999999 0L2560 555.39L2560 1104.4299999999998L465.1799999999999 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M465.17999999999984 0L2560 1104.4299999999998L2560 1325.3899999999999L256.14999999999986 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 1440L948.95 1440L0 947.37z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 947.37L948.95 1440L1354.6100000000001 1440L0 466.65z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 466.65L1354.6100000000001 1440L2104.04 1440L0 178.53999999999996z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 178.53999999999996L2104.04 1440L2409.37 1440L0 56.10999999999996z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask23298'%3e%3crect width='2560' height='1440' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='100%25' y1='50%25' x2='0%25' y2='50%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient23299'%3e%3cstop stop-color='rgba(15%2c 30%2c 21%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(24%2c 24%2c 24%2c 1)' offset='0.3'%3e%3c/stop%3e%3cstop stop-color='rgba(24%2c 24%2c 24%2c 1)' offset='0.7'%3e%3c/stop%3e%3cstop stop-color='rgba(32%2c 15%2c 40%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e\")" ,
29- } ,
30- borderRadius : {
31- sm : "3px" ,
32- md : "5px" ,
33- lg : "10px" ,
34- xl : "25px" ,
35- "2xl" : "50px" ,
36- "3xl" : "100px" ,
37- circle : "50%" ,
38- } ,
39- boxShadow : {
40- "fifty-black" : "0 0 50px 0 rgba(0,0,0,0.1)" ,
41- "twenty-black" : "0 0 20px 0 rgba(0,0,0,0.2)" ,
42- } ,
43- backgroundColor : {
44- primary : "#282828" ,
45- select : {
46- DEFAULT : "#FFFFFF" ,
47- muted : "#BBBBBB" ,
48- highlighted : "#EEEEEE" ,
49- } ,
50- button : {
51- primary : "#282828" ,
52- highlighted : "#3D3D3D" ,
53- } ,
54- input : {
55- DEFAULT : "#FFFFFF" ,
56- } ,
57- social : {
58- apple : "#000000" ,
59- facebook : "#1877F2" ,
60- google : "#FFFFFF" ,
61- } ,
62- toast : {
63- DEFAULT : "#D1ECF1" ,
64- error : "#F8D7DA" ,
65- info : "#D1ECF1" ,
66- loading : "#E2E3E5" ,
67- success : "#D4EDDA" ,
68- warning : "#FFF3CD" ,
69- } ,
70- } ,
71- borderColor : {
72- primary : "#666666" ,
73- secondary : "#3D3D3D" ,
74- toast : "rgba(0, 0, 0, 0.05)" ,
75- } ,
76- keyframes : {
77- "pop-in" : {
78- "0%" : {
79- opacity : "0" ,
80- transform : "scale(0.1)" ,
81- } ,
82- "100%" : {
83- opacity : "1" ,
84- transform : "scale(1)" ,
85- } ,
86- } ,
87- } ,
88- ringColor : {
89- primary : {
90- DEFAULT : "#EEEEEE" ,
91- focused : "#DDDDDD" ,
92- error : "#FF9090" ,
93- } ,
94- } ,
95- ringOffsetColor : {
96- primary : "#282828" ,
97- } ,
98- textColor : {
99- primary : {
100- DEFAULT : "#000000" ,
101- muted : "#AAAAAA" ,
102- highlighted : "#FFE1BD" ,
103- error : "#FF9090" ,
104- } ,
105- secondary : {
106- DEFAULT : "#FFFFFF" ,
107- muted : "#BBBBBB" ,
108- } ,
109- toast : {
110- DEFAULT : "#0C5460" ,
111- error : "#721C24" ,
112- info : "#0C5460" ,
113- loading : "#383D41" ,
114- success : "#155724" ,
115- warning : "#856404" ,
116- } ,
117- select : {
118- DEFAULT : "#000000" ,
119- muted : "#BBBBBB" ,
120- } ,
121- } ,
122- fontFamily : {
123- sans : [ "var(--font-ubuntu)" ] ,
124- } ,
125- } ,
126- } ,
1277} satisfies Config ;
1288
1299export default config ;
0 commit comments