Skip to content

Commit

Permalink
fix(theme): fix theme file of voscouleur
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Jul 17, 2024
1 parent 8797bee commit 4f58b48
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions src/app/custom/themes/voscouleurs/lodex-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@
"version": "6",
"licence": "CeCILL",
"name": {
"fr": "voscouleurs",
"en": "yourcolors"
"fr": "Vos Couleurs",
"en": "Your Colors"
},
"description": {
"fr": "Theme personnalisable",
"en": "customizable Theme"
"fr": "Thème personnalisable",
"en": "Customizable theme"
},
"configuration": {
"files": {
"index": "index.ejs",
"palette": ""
}
},
"variables": {
"siteTitle": "titre du site",
"summary": "promesse du site",
"logo": {
"file": "path vers le fichier du logo",
"alt": "nom de l'organisme",
"url": "url de l'organisme",
"size": "100"
},
"font": {
"family": "",
"title": ""
},
"color": {
"themePrimary": "",
"themeSecondary": "",
"themeRGBA": "",
"bgBody": "#fff",
"bgHeader": "",
"headerTitle": "",
"bgContent": "",
"bgFacet": "",
"titles": "",
"titleGraph": "",
"text": "",
"icon": "",
"iconHover": "",
"button": "",
"buttonHover": "",
"textContrast": "",
"bgContrast": ""
"variables": {
"siteTitle": "titre du site",
"summary": "promesse du site",
"logo": {
"file": "path vers le fichier du logo",
"alt": "nom de l'organisme",
"url": "url de l'organisme",
"size": "100"
},
"font": {
"family": "",
"title": ""
},
"color": {
"themePrimary": "",
"themeSecondary": "",
"themeRGBA": "",
"bgBody": "#fff",
"bgHeader": "",
"headerTitle": "",
"bgContent": "",
"bgFacet": "",
"titles": "",
"titleGraph": "",
"text": "",
"icon": "",
"iconHover": "",
"button": "",
"buttonHover": "",
"textContrast": "",
"bgContrast": ""
}
}
}
}

0 comments on commit 4f58b48

Please sign in to comment.