Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TabbyToffee authored Aug 26, 2024
1 parent e247631 commit ad2328b
Show file tree
Hide file tree
Showing 9 changed files with 546 additions and 0 deletions.
20 changes: 20 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
##MIT License

Copyright 2017 Foundry 376, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Mailspring Modern Dark Theme

An elegant and modern dark theme for the [Mailspring](http://www.getmailspring.com/) email client.

<img src="./screenshots/main.png" />

## Improvements:

1. Rounded edges soften the UI,
2. Fixing alignment isues and bad css practices,
3. sofening the UI.

## Instalation

1. [Download the latest release here](https://github.com/TabbyToffee/mailspring-modern-dark/releases)

2. Open Mailspring.

3. Open the hamburger menu in the top-right.

4. Select `Install Theme...`

5. Select the `mailspring-modern-dark` folder.

6. Enjoy!
Binary file added releases/mailspring-modern-dark_v1.0.0.zip
Binary file not shown.
Binary file added screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions source/assets/close-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions source/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "mailspring-modern-dark",
"title": "Mailspring Modern Dark",
"displayName": "Mailspring Modern Dark",
"theme": "ui",
"version": "0.1.0",
"description": "An elegant dark theme which neatens up the mailspring interface. Moden Dark makes mailspring more consistent",
"license": "MIT",
"engines": {
"mailspring": "*"
}
}

10 changes: 10 additions & 0 deletions source/styles/email-frame.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.ignore-in-parent-frame {
body {
color: #44475a;
filter: invert(100%) hue-rotate(180deg);
}

img {
filter: invert(100%) hue-rotate(180deg);
}
}
Loading

0 comments on commit ad2328b

Please sign in to comment.