Quick message to let you know I couldn’t get this theme to install on mailspring on mac. It said:
The plugin or theme you selected has not been upgraded to support Mailspring. If you’re the developer, update the package.json’s engines field to include “mailspring”.
I actually tried that but couldn’t get it to work the first time. Didn’t realize the problem was that it was missing a space between “mailspring” and the “:” - working now!
Yes, a DARK Apple version would be nice to have! Especially if you can switch between dark/light for the message body itself (like the Outlook Mail client does on a Mac).
For anyone using this theme on Mac (or I assume Linux) in 2024, you can fix the button issue by editing the apple-toolbars.less file; removing the following portion of the style returns the buttons to their default arrangement (ie fixes the button problem).
You can fix the alignment of the “people” button by changing the following line to have “translate” values of 5 and 5, and further tweak it by adding a slight amount of padding on the right.
#sheet-container > div > div.sheet-toolbar > div > div.toolbar-MessageList > div > button {
transform: translate(10px, 6px) !important;
}
Change to
#sheet-container > div > div.sheet-toolbar > div > div.toolbar-MessageList > div > button {
transform: translate(5px, 5px) !important;
margin-right: 2px !important;
}
Thanks a lot for this. BTW do you know which part of the code needs to be removed to completely remove the Avatar option? I don’t have the plugin installed, but the spacing is a bit out when viewing the emails in the message list