Thunderbird

De dieudo.fr
Aller à la navigation Aller à la recherche

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 :
    Header.jpg
  • 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

Faire réapparaître la boîte de recherche dans la barre d'outils