Différences entre les versions de « Thunderbird »
Aller à la navigation
Aller à la recherche
Ligne 1 : | Ligne 1 : | ||
== Gérer les profils == | |||
Dans un terminal : | |||
thunderbird -ProfileManager | |||
== Thème == | == Thème == | ||
Création d'un thème inspiré d'autre thèmes existants : | Création d'un thème inspiré d'autre thèmes existants : |
Version du 28 juillet 2023 à 10:44
Gérer les profils
Dans un terminal :
thunderbird -ProfileManager
Thème
Création d'un thème inspiré d'autre thèmes existants :
- Image du thème Wood Class pour Firefox :
- Extension du thème Hard Wood pour Thunderbird, pour la partie du fichier "manifest.json" :
{"name": "Hard Wood", "applications": {"gecko": {"strict_min_version": "60.0", "id": "{9965960b-5879-4cb3-a20d-cb218280aed0}"}}, "theme": {"images": {"theme_frame": "header.png"}, "colors": {"frame": "#692100", "tab_background_text": "#ffffff"}}, "version": "1.0", "manifest_version": 2, "description": "A beautiful, simple theme based around a wood pattern."}
Transformé en :
{"name": "Class Wood", "applications": {"gecko": {"strict_min_version": "60.0", "id": "{9965960b-5879-4cb3-a20d-cb218280aed2}"}}, "theme": {"images": {"theme_frame": "header.jpg"}, "colors": {"frame": "#692100", "tab_background_text": "#ffffff"}}, "version": "1.0", "manifest_version": 2, "description": "Un beau thème, simple, basé sur un motif de bois."}
Le tout emballé dans un fichier .zip renommé en .xpi, comme indiqué ici :
Et placé dans le dossier .thunderbird/{nom du dossier de profil}/extensions