Skip to content

Instantly share code, notes, and snippets.

@niklasdewally
Forked from PlisJan/TbColorCategories.md
Last active January 14, 2024 18:38
Show Gist options
  • Select an option

  • Save niklasdewally/2a6ec9f4bd5abf369ce4ebe78d67094d to your computer and use it in GitHub Desktop.

Select an option

Save niklasdewally/2a6ec9f4bd5abf369ce4ebe78d67094d to your computer and use it in GitHub Desktop.
Thunderbird color by categories (working on v115.6.1)

Thunderbird color by categories

  • Navigate to Help > Troubleshooting Information > Profile Directory > Open Directory
  • Close Thunderbird
  • Create a folder named chrome (all lowercase)
  • Create a file named userChrome.css
  • Insert
/* Calendar  - set event category colour instead of calendar colour */
 .calendar-category-box {
    width: 100% !important;
    height: 100% !important;
    margin: 0 0;
    padding: 0 0;
     }
  • Save the File
  • Open Thunderbird
  • Go to Settings > General > Config Editor
  • Set toolkit.legacyUserProfileCustomizations.stylesheets to true
  • Restart Thunderbird
  • Done! image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment