Git Product home page Git Product logo

Comments (1)

conema avatar conema commented on June 7, 2024

Hi @Ingrid-vr,
Firstly you need to find the .xpi file:
/home/[your macos user]/Library/Thunderbird/Profiles/[(literally) random letters and numbers].default/extension/[email protected]

Then, exit from Thunderbird, open the .xpi file with a zip tool, like if it was a .zip archive, and edit the file skin/root.css. In this file you can change the colors and the font sizes, for example, if you want to change the "select" color of mails in the mail list, you should change row 22, so --tree-background-color-selected: #F07746; and change #F07746 with the color that you want. If you want to change the overall font size you can edit @font-face (from row 4 to row 9) in this way:

@font-face {
    font-family: 'LightSans';
    src: url('fonts/encodesansnarrow-light.woff2') format('woff2'), url('fonts/encodesansnarrow-light.woff') format('woff'), url('fonts/encodesansnarrow-light.ttf') format('truetype'), url('fonts/encodesansnarrow-light.svg#encode_sans_narrowlight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
}

Reopen thunderbird to see your changes.

In general is pretty easy customize the theme, I don't know what's your background, my advice is to give a little look at how CSS works, just to have an insight of the selectors and of the properties.

Remember that your modifications are deleted when the theme is updated, so do a backup of the files which you change.

from monterail-dark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.