Simple Theme for the Mailspring email client.
- clone this repo on your pc or download it.
- open Mailspring, go to
Edit > Install Theme
and select downloaded theme folder. - change the current theme via
Edit > Change Theme.
- Uncomment the string path
// @baseurl: "~/Library/Application Support/Mailspring/packages/11/img";
oncustom-icon.less
- and comment or delete the windows path
@baseurl: "../../../../../../Roaming/Mailspring/packages/11-light/img";
- Uncomment the string path
// @baseurl:"/home/%USER_PROFILE%/.config/Mailspring/packages/11-light/img";
oncustom-icon.less
, - replace
%USER_PROFILE%
with your profile username; - and comment or delete the windows path
@baseurl: "../../../../../../Roaming/Mailspring/packages/11-light/img"
; - Thanks to @KarkanAlzwayed