So I installed Thunderbird and changed its UI color like Gmail's basic HTML view
You can do this by editing userChrome.css!
Change Thunderbird like Gmail Basic HTML view
Config editor
To enable userChrome.css in Thunderbird,
search "toolkit.legacyUserProfileCustomizations.stylesheets" in the Config Editor and set it TRUE.
Create chrome folder and userChrome.css file in Profile folder.
[Help > Troubleshooting Information]
Under the Application Basics section, find the Profile Folder row, then click on Open Folder.
Create a new folder named "chrome" and Create a new file named "userChrome.css" in it.
Edit userChrome.css
Open "userChrome.css" and copy paste these. After that, save it and restart thunderbird.
/* Message list color and border */
tr{
background-color: #eaf1fb!important;
}
td{
border-bottom:1px solid #cccccc!important;
}
/* Message list subject color */
.subjectcol-column{
color: #0033cc!important;
}
/* Message list UNREAD */
tr[data-properties~="unread"]{
background-color: #ffffff!important;
}
/* Message list SELECTED */
tr.selected {
color:#000000!important;
font-weight:bold!important;
}
/* Unread count */
.folder-count-badge{
font-size:1em!important;
}
.unread-count {
background-color:transparent!important;
color:#0033cc!important;
}
.unread-count:before {
content:"("!important;
color:#0033cc!important;
}
.unread-count:after {
content:")"!important;
color:#0033cc!important;
}
.name{
margin:0 0 0 7px!important;
flex:unset!important;
margin-inline: unset!important;
}
/* Hide address book icon */
.recipient-address-book-button{
display: none !important;
}
/* Hide folderTree icon */
#folderTree li > .container > .icon{
display: none!important;
}
/* Folder name color*/
#folderTree li[is="folder-tree-row"]:not([aria-expanded="true"]) > .container > .name{
color: #0033cc!important;
text-decoration:underline;
}
/* Label name color */
#folderTree li[is~="folder-tree-row"]:not([aria-expanded="true"]):not([data-folder-type]) > .container > .name{
color: #008000!important;
}
#folderTree li[is~="folder-tree-row"]:not([aria-expanded="true"]):not([data-folder-type]) > .container > .unread-count {
color: #008000!important;
}
#folderTree li[is~="folder-tree-row"]:not([aria-expanded="true"]):not([data-folder-type]) > .container > .unread-count:before {
color: #008000!important;
}
#folderTree li[is~="folder-tree-row"]:not([aria-expanded="true"]):not([data-folder-type]) > .container > .unread-count:after {
color: #008000!important;
}
/* Hide Search placeholder */
span[slot="placeholder"]{
display:none!important;
}
How to hide Navigation Toolbar in Firefox Nightly for Android.(disable new double address bar)
How to change Thunderbird like Gmail Basic HTML view.(userChrome.css)
OpenSea scams surge! Beware of Phishing mail.
How to emulate mobile device in Firefox browser when user-agent spoofing is not enough.
[Android]How to solve White Fade issue at the top of Home Screen
[Android Chrome]How to hide News/Recipes icons in New Tab Page[Disable query tiles]
[PHP]Fix simplexml_load_string() parser error. (file_get_contents returning garbled data)
[Wordpress]Fix automatically inserting read.amazon.com.au iframe card.
[Windows10]Fix Missing Arrows in explorer context menu(missing system font)
How to block Pinterest crawler and prevent saves to Pinterest from your site.
Fix Windows 10 Update errors(1909 to 20H2/21H1)
How to update ASUS Motherboard BIOS(AI suite 3/EZ update/Asus Business Manager)
[XAMPP]How to stop all services (Apache, Mysql) and exit from control panel by just clicking a shortcut.