Upload [email protected]
Browse files- theme/[email protected] +73 -0
theme/[email protected]
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"theme": {
|
3 |
+
"font": "Kalam",
|
4 |
+
"background": {
|
5 |
+
"primary": "#FFDAB9",
|
6 |
+
"primary_dark": "#5B3B0C",
|
7 |
+
"secondary": "#FFDAB9",
|
8 |
+
"secondary_dark": "#5B3B0C",
|
9 |
+
"body": "#FFDAB9",
|
10 |
+
"body_dark": "#5B3B0C",
|
11 |
+
"panel": "#FFDAB9",
|
12 |
+
"panel_dark": "#5B3B0C"
|
13 |
+
},
|
14 |
+
"text": {
|
15 |
+
"color": "#8B4513",
|
16 |
+
"color_dark": "#FFDAB9",
|
17 |
+
"subdued_color": "#2E1D09",
|
18 |
+
"subdued_color_dark": "#FFDAB9",
|
19 |
+
"size": "14px",
|
20 |
+
"weight": "400"
|
21 |
+
},
|
22 |
+
"border": {
|
23 |
+
"primary": "#8B4513",
|
24 |
+
"primary_dark": "#FFDAB9",
|
25 |
+
"accent": "#8B4513",
|
26 |
+
"accent_dark": "#FFDAB9",
|
27 |
+
"width": "1px",
|
28 |
+
"width_dark": "1px"
|
29 |
+
},
|
30 |
+
"button": {
|
31 |
+
"primary": {
|
32 |
+
"background_fill": "#fedcf3",
|
33 |
+
"background_fill_dark": "#f73ba9",
|
34 |
+
"text_color": "#8B4513",
|
35 |
+
"text_color_dark": "#FFDAB9"
|
36 |
+
},
|
37 |
+
"secondary": {
|
38 |
+
"background_fill": "#e4c0a0",
|
39 |
+
"background_fill_dark": "#432c0c",
|
40 |
+
"text_color": "#8B4513",
|
41 |
+
"text_color_dark": "#FFDAB9"
|
42 |
+
},
|
43 |
+
"shadow": "none",
|
44 |
+
"radius": "8px"
|
45 |
+
},
|
46 |
+
"input": {
|
47 |
+
"background_fill": "#e4c0a0",
|
48 |
+
"background_fill_dark": "#432c0c",
|
49 |
+
"border_color": "#8B4513",
|
50 |
+
"border_color_dark": "#FFDAB9",
|
51 |
+
"placeholder_color": "#8B4513",
|
52 |
+
"placeholder_color_dark": "#FFDAB9",
|
53 |
+
"radius": "8px",
|
54 |
+
"shadow": "none"
|
55 |
+
},
|
56 |
+
"table": {
|
57 |
+
"even_background_fill": "#e4c0a0",
|
58 |
+
"odd_background_fill": "#432c0c",
|
59 |
+
"border_color": "#8B4513"
|
60 |
+
},
|
61 |
+
"shadow": {
|
62 |
+
"drop": "rgba(0,0,0,0.05) 0px 1px 2px 0px",
|
63 |
+
"spread": "3px"
|
64 |
+
},
|
65 |
+
"radius": {
|
66 |
+
"lg": "8px",
|
67 |
+
"md": "6px",
|
68 |
+
"sm": "4px",
|
69 |
+
"xl": "12px"
|
70 |
+
}
|
71 |
+
}
|
72 |
+
}
|
73 |
+
|