Spaces:
Running
Running
Update themes/[email protected]
Browse files- themes/[email protected] +55 -3
themes/[email protected]
CHANGED
@@ -12,76 +12,122 @@
|
|
12 |
"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600&display=swap",
|
13 |
"https://fonts.googleapis.com/css2?family=Syne+Mono:wght@400;600&display=swap"
|
14 |
],
|
|
|
15 |
"background_fill_primary_dark": "#0A0A0A",
|
|
|
16 |
"background_fill_secondary_dark": "*neutral_850",
|
|
|
17 |
"block_background_fill_dark": "*neutral_900",
|
|
|
18 |
"block_border_color_dark": "*neutral_700",
|
19 |
"block_border_width": "1px",
|
|
|
20 |
"block_label_background_fill_dark": "*neutral_800",
|
|
|
21 |
"block_label_text_color_dark": "*body_text_color",
|
22 |
"block_label_text_size": "*text_sm",
|
23 |
"block_label_text_weight": "500",
|
24 |
"block_padding": "*spacing_md *spacing_lg",
|
25 |
"block_radius": "*radius_md",
|
26 |
"block_shadow": "0 2px 6px rgba(0, 0, 0, 0.2)",
|
|
|
27 |
"block_title_text_color_dark": "#E0E0E0",
|
28 |
"block_title_text_size": "*text_md",
|
29 |
"block_title_text_weight": "600",
|
30 |
-
"
|
|
|
|
|
31 |
"body_text_color_dark": "#E6E6E6",
|
|
|
32 |
"body_text_color_subdued_dark": "*neutral_400",
|
33 |
"body_text_size": "*text_md",
|
34 |
"body_text_weight": "400",
|
|
|
35 |
"border_color_accent_dark": "*primary_400",
|
|
|
36 |
"border_color_primary_dark": "*neutral_600",
|
37 |
"button_border_width": "1px",
|
|
|
38 |
"button_cancel_background_fill_dark": "*neutral_800",
|
|
|
39 |
"button_cancel_background_fill_hover_dark": "*neutral_700",
|
|
|
40 |
"button_cancel_border_color_dark": "*neutral_600",
|
|
|
41 |
"button_cancel_border_color_hover_dark": "*neutral_500",
|
|
|
42 |
"button_cancel_text_color_dark": "*body_text_color",
|
|
|
43 |
"button_primary_background_fill_dark": "linear-gradient(135deg, *primary_500, *primary_600)",
|
|
|
44 |
"button_primary_background_fill_hover_dark": "linear-gradient(135deg, *primary_400, *primary_500)",
|
|
|
45 |
"button_primary_border_color_dark": "*primary_600",
|
|
|
46 |
"button_primary_border_color_hover_dark": "*primary_400",
|
|
|
47 |
"button_primary_text_color_dark": "#FFFFFF",
|
48 |
"button_primary_shadow": "0 2px 4px rgba(0, 0, 0, 0.2)",
|
49 |
"button_primary_shadow_hover": "0 4px 8px rgba(0, 0, 0, 0.3)",
|
|
|
50 |
"button_secondary_background_fill_dark": "*neutral_800",
|
|
|
51 |
"button_secondary_background_fill_hover_dark": "*neutral_700",
|
|
|
52 |
"button_secondary_border_color_dark": "*neutral_600",
|
|
|
53 |
"button_secondary_border_color_hover_dark": "*neutral_500",
|
|
|
54 |
"button_secondary_text_color_dark": "*body_text_color",
|
55 |
"button_transition": "all 0.3s ease",
|
|
|
56 |
"checkbox_background_color_dark": "*neutral_800",
|
|
|
57 |
"checkbox_background_color_selected_dark": "*primary_500",
|
|
|
58 |
"checkbox_border_color_dark": "*neutral_600",
|
|
|
59 |
"checkbox_border_color_focus_dark": "*primary_400",
|
|
|
60 |
"checkbox_border_color_selected_dark": "*primary_500",
|
61 |
"checkbox_border_radius": "*radius_sm",
|
62 |
"checkbox_border_width": "2px",
|
|
|
63 |
"code_background_fill_dark": "*neutral_900",
|
64 |
"color_accent": "#2563EB",
|
65 |
"color_accent_soft": "#60A5FA",
|
66 |
"container_radius": "*radius_lg",
|
|
|
67 |
"error_background_fill_dark": "*neutral_900",
|
|
|
68 |
"error_border_color_dark": "#EF4444",
|
|
|
69 |
"error_icon_color_dark": "#EF4444",
|
|
|
70 |
"error_text_color_dark": "#EF4444",
|
71 |
"font": "'Syne', 'ui-sans-serif', 'system-ui', sans-serif",
|
72 |
"font_mono": "'Syne Mono', 'ui-monospace', monospace",
|
|
|
73 |
"input_background_fill_dark": "*neutral_850",
|
|
|
74 |
"input_background_fill_focus_dark": "*neutral_800",
|
75 |
-
"
|
|
|
|
|
76 |
"input_border_color_dark": "*neutral_600",
|
|
|
77 |
"input_border_color_focus_dark": "*primary_400",
|
78 |
"input_border_width": "1px",
|
79 |
"input_padding": "*spacing_md",
|
|
|
80 |
"input_placeholder_color_dark": "*neutral_500",
|
81 |
"input_radius": "*radius_md",
|
82 |
"input_shadow_focus": "0 0 0 3px rgba(59, 130, 246, 0.4)",
|
|
|
83 |
"input_text_color_dark": "*body_text_color",
|
|
|
84 |
"link_text_color_dark": "*primary_400",
|
|
|
85 |
"link_text_color_hover_dark": "*primary_300",
|
86 |
"neutral_50": "#F9FAFB",
|
87 |
"neutral_100": "#F3F4F6",
|
@@ -95,7 +141,9 @@
|
|
95 |
"neutral_850": "#171F2C",
|
96 |
"neutral_900": "#111827",
|
97 |
"neutral_950": "#0B0F19",
|
|
|
98 |
"panel_background_fill_dark": "*neutral_850",
|
|
|
99 |
"panel_border_color_dark": "*neutral_600",
|
100 |
"panel_border_width": "1px",
|
101 |
"primary_50": "#EFF6FF",
|
@@ -114,17 +162,21 @@
|
|
114 |
"radius_sm": "4px",
|
115 |
"radius_xs": "2px",
|
116 |
"shadow_drop": "0 2px 6px rgba(0, 0, 0, 0.2)",
|
117 |
-
"
|
118 |
"shadow_inset": "inset 0 2px 4px rgba(0, 0, 0, 0.1)",
|
119 |
"spacing_lg": "12px",
|
120 |
"spacing_md": "8px",
|
121 |
"spacing_sm": "4px",
|
122 |
"spacing_xl": "16px",
|
123 |
"spacing_xs": "2px",
|
|
|
124 |
"table_border_color_dark": "*neutral_600",
|
|
|
125 |
"table_even_background_fill_dark": "*neutral_900",
|
|
|
126 |
"table_odd_background_fill_dark": "*neutral_850",
|
127 |
"table_radius": "*radius_md",
|
|
|
128 |
"table_text_color_dark": "*body_text_color",
|
129 |
"text_lg": "18px",
|
130 |
"text_md": "16px",
|
|
|
12 |
"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600&display=swap",
|
13 |
"https://fonts.googleapis.com/css2?family=Syne+Mono:wght@400;600&display=swap"
|
14 |
],
|
15 |
+
"background_fill_primary": "#0A0A0A",
|
16 |
"background_fill_primary_dark": "#0A0A0A",
|
17 |
+
"background_fill_secondary": "*neutral_850",
|
18 |
"background_fill_secondary_dark": "*neutral_850",
|
19 |
+
"block_background_fill": "*neutral_900",
|
20 |
"block_background_fill_dark": "*neutral_900",
|
21 |
+
"block_border_color": "*neutral_700",
|
22 |
"block_border_color_dark": "*neutral_700",
|
23 |
"block_border_width": "1px",
|
24 |
+
"block_label_background_fill": "*neutral_800",
|
25 |
"block_label_background_fill_dark": "*neutral_800",
|
26 |
+
"block_label_text_color": "*body_text_color",
|
27 |
"block_label_text_color_dark": "*body_text_color",
|
28 |
"block_label_text_size": "*text_sm",
|
29 |
"block_label_text_weight": "500",
|
30 |
"block_padding": "*spacing_md *spacing_lg",
|
31 |
"block_radius": "*radius_md",
|
32 |
"block_shadow": "0 2px 6px rgba(0, 0, 0, 0.2)",
|
33 |
+
"block_title_text_color": "#E0E0E0",
|
34 |
"block_title_text_color_dark": "#E0E0E0",
|
35 |
"block_title_text_size": "*text_md",
|
36 |
"block_title_text_weight": "600",
|
37 |
+
"body_background_fill": "*background_fill_primary",
|
38 |
+
"body_background_fill_dark": "*background_fill_primary", // Fixed: Removed _dark suffix
|
39 |
+
"body_text_color": "#E6E6E6",
|
40 |
"body_text_color_dark": "#E6E6E6",
|
41 |
+
"body_text_color_subdued": "*neutral_400",
|
42 |
"body_text_color_subdued_dark": "*neutral_400",
|
43 |
"body_text_size": "*text_md",
|
44 |
"body_text_weight": "400",
|
45 |
+
"border_color_accent": "*primary_400",
|
46 |
"border_color_accent_dark": "*primary_400",
|
47 |
+
"border_color_primary": "*neutral_600",
|
48 |
"border_color_primary_dark": "*neutral_600",
|
49 |
"button_border_width": "1px",
|
50 |
+
"button_cancel_background_fill": "*neutral_800",
|
51 |
"button_cancel_background_fill_dark": "*neutral_800",
|
52 |
+
"button_cancel_background_fill_hover": "*neutral_700",
|
53 |
"button_cancel_background_fill_hover_dark": "*neutral_700",
|
54 |
+
"button_cancel_border_color": "*neutral_600",
|
55 |
"button_cancel_border_color_dark": "*neutral_600",
|
56 |
+
"button_cancel_border_color_hover": "*neutral_500",
|
57 |
"button_cancel_border_color_hover_dark": "*neutral_500",
|
58 |
+
"button_cancel_text_color": "*body_text_color",
|
59 |
"button_cancel_text_color_dark": "*body_text_color",
|
60 |
+
"button_primary_background_fill": "linear-gradient(135deg, *primary_500, *primary_600)",
|
61 |
"button_primary_background_fill_dark": "linear-gradient(135deg, *primary_500, *primary_600)",
|
62 |
+
"button_primary_background_fill_hover": "linear-gradient(135deg, *primary_400, *primary_500)",
|
63 |
"button_primary_background_fill_hover_dark": "linear-gradient(135deg, *primary_400, *primary_500)",
|
64 |
+
"button_primary_border_color": "*primary_600",
|
65 |
"button_primary_border_color_dark": "*primary_600",
|
66 |
+
"button_primary_border_color_hover": "*primary_400",
|
67 |
"button_primary_border_color_hover_dark": "*primary_400",
|
68 |
+
"button_primary_text_color": "#FFFFFF",
|
69 |
"button_primary_text_color_dark": "#FFFFFF",
|
70 |
"button_primary_shadow": "0 2px 4px rgba(0, 0, 0, 0.2)",
|
71 |
"button_primary_shadow_hover": "0 4px 8px rgba(0, 0, 0, 0.3)",
|
72 |
+
"button_secondary_background_fill": "*neutral_800",
|
73 |
"button_secondary_background_fill_dark": "*neutral_800",
|
74 |
+
"button_secondary_background_fill_hover": "*neutral_700",
|
75 |
"button_secondary_background_fill_hover_dark": "*neutral_700",
|
76 |
+
"button_secondary_border_color": "*neutral_600",
|
77 |
"button_secondary_border_color_dark": "*neutral_600",
|
78 |
+
"button_secondary_border_color_hover": "*neutral_500",
|
79 |
"button_secondary_border_color_hover_dark": "*neutral_500",
|
80 |
+
"button_secondary_text_color": "*body_text_color",
|
81 |
"button_secondary_text_color_dark": "*body_text_color",
|
82 |
"button_transition": "all 0.3s ease",
|
83 |
+
"checkbox_background_color": "*neutral_800",
|
84 |
"checkbox_background_color_dark": "*neutral_800",
|
85 |
+
"checkbox_background_color_selected": "*primary_500",
|
86 |
"checkbox_background_color_selected_dark": "*primary_500",
|
87 |
+
"checkbox_border_color": "*neutral_600",
|
88 |
"checkbox_border_color_dark": "*neutral_600",
|
89 |
+
"checkbox_border_color_focus": "*primary_400",
|
90 |
"checkbox_border_color_focus_dark": "*primary_400",
|
91 |
+
"checkbox_border_color_selected": "*primary_500",
|
92 |
"checkbox_border_color_selected_dark": "*primary_500",
|
93 |
"checkbox_border_radius": "*radius_sm",
|
94 |
"checkbox_border_width": "2px",
|
95 |
+
"code_background_fill": "*neutral_900",
|
96 |
"code_background_fill_dark": "*neutral_900",
|
97 |
"color_accent": "#2563EB",
|
98 |
"color_accent_soft": "#60A5FA",
|
99 |
"container_radius": "*radius_lg",
|
100 |
+
"error_background_fill": "*neutral_900",
|
101 |
"error_background_fill_dark": "*neutral_900",
|
102 |
+
"error_border_color": "#EF4444",
|
103 |
"error_border_color_dark": "#EF4444",
|
104 |
+
"error_icon_color": "#EF4444",
|
105 |
"error_icon_color_dark": "#EF4444",
|
106 |
+
"error_text_color": "#EF4444",
|
107 |
"error_text_color_dark": "#EF4444",
|
108 |
"font": "'Syne', 'ui-sans-serif', 'system-ui', sans-serif",
|
109 |
"font_mono": "'Syne Mono', 'ui-monospace', monospace",
|
110 |
+
"input_background_fill": "*neutral_850",
|
111 |
"input_background_fill_dark": "*neutral_850",
|
112 |
+
"input_background_fill_focus": "*neutral_800",
|
113 |
"input_background_fill_focus_dark": "*neutral_800",
|
114 |
+
"input_background_fill_hover": "*neutral_700",
|
115 |
+
"input_background Ensemble": "*neutral_700",
|
116 |
+
"input_border_color": "*neutral_600",
|
117 |
"input_border_color_dark": "*neutral_600",
|
118 |
+
"input_border_color_focus": "*primary_400",
|
119 |
"input_border_color_focus_dark": "*primary_400",
|
120 |
"input_border_width": "1px",
|
121 |
"input_padding": "*spacing_md",
|
122 |
+
"input_placeholder_color": "*neutral_500",
|
123 |
"input_placeholder_color_dark": "*neutral_500",
|
124 |
"input_radius": "*radius_md",
|
125 |
"input_shadow_focus": "0 0 0 3px rgba(59, 130, 246, 0.4)",
|
126 |
+
"input_text_color": "*body_text_color",
|
127 |
"input_text_color_dark": "*body_text_color",
|
128 |
+
"link_text_color": "*primary_400",
|
129 |
"link_text_color_dark": "*primary_400",
|
130 |
+
"link_text_color_hover": "*primary_300",
|
131 |
"link_text_color_hover_dark": "*primary_300",
|
132 |
"neutral_50": "#F9FAFB",
|
133 |
"neutral_100": "#F3F4F6",
|
|
|
141 |
"neutral_850": "#171F2C",
|
142 |
"neutral_900": "#111827",
|
143 |
"neutral_950": "#0B0F19",
|
144 |
+
"panel_background_fill": "*neutral_850",
|
145 |
"panel_background_fill_dark": "*neutral_850",
|
146 |
+
"panel_border_color": "*neutral_600",
|
147 |
"panel_border_color_dark": "*neutral_600",
|
148 |
"panel_border_width": "1px",
|
149 |
"primary_50": "#EFF6FF",
|
|
|
162 |
"radius_sm": "4px",
|
163 |
"radius_xs": "2px",
|
164 |
"shadow_drop": "0 2px 6px rgba(0, 0, 0, 0.2)",
|
165 |
+
"shadow_drop_lundered": "0 4px 12px rgba(0, 0, 0, 0.25)",
|
166 |
"shadow_inset": "inset 0 2px 4px rgba(0, 0, 0, 0.1)",
|
167 |
"spacing_lg": "12px",
|
168 |
"spacing_md": "8px",
|
169 |
"spacing_sm": "4px",
|
170 |
"spacing_xl": "16px",
|
171 |
"spacing_xs": "2px",
|
172 |
+
"table_border_color": "*neutral_600",
|
173 |
"table_border_color_dark": "*neutral_600",
|
174 |
+
"table_even_background_fill": "*neutral_900",
|
175 |
"table_even_background_fill_dark": "*neutral_900",
|
176 |
+
"table_odd_background_fill": "*neutral_850",
|
177 |
"table_odd_background_fill_dark": "*neutral_850",
|
178 |
"table_radius": "*radius_md",
|
179 |
+
"table_text_color": "*body_text_color",
|
180 |
"table_text_color_dark": "*body_text_color",
|
181 |
"text_lg": "18px",
|
182 |
"text_md": "16px",
|