Spaces:
Sleeping
Sleeping
Create app_config.json
Browse files- app_config.json +11 -0
app_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"themes": {
|
| 3 |
+
"Bleu Professionnel": { "primary": [0, 82, 147], "secondary": [0, 126, 200] },
|
| 4 |
+
"Vert Gouvernemental": { "primary": [0, 104, 55], "secondary": [0, 155, 119] },
|
| 5 |
+
"Violet Élégant": { "primary": [74, 20, 140], "secondary": [103, 58, 183] }
|
| 6 |
+
},
|
| 7 |
+
"font_paths": {
|
| 8 |
+
"regular": "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf",
|
| 9 |
+
"bold": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
|
| 10 |
+
}
|
| 11 |
+
}
|