CapsulesVideo / app_config.json
omarbajouk's picture
Create app_config.json
a97b062 verified
raw
history blame contribute delete
427 Bytes
{
"themes": {
"Bleu Professionnel": { "primary": [0, 82, 147], "secondary": [0, 126, 200] },
"Vert Gouvernemental": { "primary": [0, 104, 55], "secondary": [0, 155, 119] },
"Violet Élégant": { "primary": [74, 20, 140], "secondary": [103, 58, 183] }
},
"font_paths": {
"regular": "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf",
"bold": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
}
}