{"id":49182657,"url":"https://github.com/extratone/things-mailspring","last_synced_at":"2026-04-23T02:03:55.253Z","repository":{"id":313233452,"uuid":"1047793770","full_name":"extratone/things-mailspring","owner":"extratone","description":"Light and dark(?) themes for Mailspring inspired by CulturedCode's Things 3.","archived":false,"fork":false,"pushed_at":"2025-08-31T08:59:04.000Z","size":153,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-27T05:22:40.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Less","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extratone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["extratone"],"patreon":"extratone","liberapay":"davidblue","ko_fi":"extratone","open_collective":"blue"}},"created_at":"2025-08-31T08:42:12.000Z","updated_at":"2026-01-16T22:13:40.000Z","dependencies_parsed_at":"2025-09-04T18:57:45.649Z","dependency_job_id":"40c8a13f-550b-43e8-ab06-283a8143900c","html_url":"https://github.com/extratone/things-mailspring","commit_stats":null,"previous_names":["extratone/things-mailspring"],"tags_count":0,"template":false,"template_full_name":"Foundry376/Mailspring-Theme-Starter","purl":"pkg:github/extratone/things-mailspring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fthings-mailspring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fthings-mailspring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fthings-mailspring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fthings-mailspring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extratone","download_url":"https://codeload.github.com/extratone/things-mailspring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fthings-mailspring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32162614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"online","status_checked_at":"2026-04-23T02:00:06.710Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-23T02:03:53.512Z","updated_at":"2026-04-23T02:03:55.240Z","avatar_url":"https://github.com/extratone.png","language":"Less","funding_links":["https://github.com/sponsors/extratone","https://patreon.com/extratone","https://liberapay.com/davidblue","https://ko-fi.com/extratone","https://opencollective.com/blue"],"categories":[],"sub_categories":[],"readme":"# Mailspring Theme Starter\n\nThe Mailspring Theme Starter is a basic starting point for creating a theme for\nthe [Mailspring](http://www.getmailspring.com/) email client.\n\n\u003cimg src=\"https://raw.githubusercontent.com/Foundry376/Mailspring-Theme-Starter/master/screenshot/custom-theme.png\" /\u003e\n\n## Getting Started\n\nCreating a new theme in Mailspring is easy! Here's how you can do it.\n\n1. Fork this repo or download the code. Add a name, display name, title, and\n   description for your theme to `package.json`, and change the directory name\n   to match.\n\n2. Open Mailspring  and install the theme by going to `Mailspring \u003e Install New Theme...`\n   and selecting the directory.\n\n3. Choose `Developer \u003e Run With Debug Flags` for easier debugging.\n\n4. Now, you can start playing with the theme!  \n   Depending on your OS, the theme is installed in one of the following location:\n\n   | OS           | Location                                                     |\n   |--------------|--------------------------------------------------------------|\n   | macOS        | ~/Library/Application Support/Mailspring/packages/THEME_NAME |\n   | Ubuntu native| ~/.config/Mailspring/packages/THEME_NAME                     |\n   | Ubuntu Snap  | ~/snap/mailspring/common/packages/THEME_NAME                 |\n   | Windows      | %appdata%\\Mailspring\\packages\\THEME_NAME                     |\n\n   Open the theme in this directory and work on it here.\n\n   Most of Mailspring's React components are derived from the core variables defined in `ui-variables.less`,\n   and any changes you make there will override the defaults for Mailspring.\n   You can also add more LESS files in `styles` (ideally, separated into logical components\n   like `thread-list.less`) to make your own specific changes. To reload the theme,\n   just open the console (`Developer \u003e Toggle Developer Tools`) and type\n\n   ```\n   AppEnv.themes.setActiveTheme('ui-light');\n   AppEnv.themes.setActiveTheme('your-theme-name');\n   ```\n\n5. Once you're happy with your theme, check how it looks in the theme picker\n   (`Mailspring \u003e Change Theme...`). We use your UI variables to pull the\n   colors, but if you want to add your own selections to the color palette,\n   create a `theme-colors.less` file that includes any of the variables that you\n   want to change, and they'll only affect the theme preview. Here are the\n   variables, on the left, with the part of the theme preview that they match:\n\n   ```\n   @background-secondary:     BACKGROUND_COLOR\n   @text-color:               TEXT_COLOR, FIRST_SWATCH_COLOR\n   @component-active-color:   MIDDLE_SWATCH_COLOR\n   @toolbar-background-color: LAST_SWATCH_COLOR\n   @panel-background-color:   STRIP_COLOR\n   ```\n\n## Structure\n\n```\n.\n├── styles                 # All stylesheets\n|   ├── index.less             # Main LESS file to import your stylesheets\n│   ├── ui-variables.less  # UI variables that override N1's defaults\n│   ├── theme-colors.less  # Theme colors for theme preview (optional)\n├── package.json           # Metadata about the theme\n├── LICENSE.md             # License with usage rights\n└── README.md              # Info about your theme and how to use it\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextratone%2Fthings-mailspring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextratone%2Fthings-mailspring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextratone%2Fthings-mailspring/lists"}