Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artrz/thunderbird-nord-hardt-theme
An arctic, north-bluish dark, clean and elegant thunderbird color scheme.
https://github.com/artrz/thunderbird-nord-hardt-theme
Last synced: about 1 month ago
JSON representation
An arctic, north-bluish dark, clean and elegant thunderbird color scheme.
- Host: GitHub
- URL: https://github.com/artrz/thunderbird-nord-hardt-theme
- Owner: artrz
- License: gpl-3.0
- Created: 2024-09-13T20:02:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:43:36.000Z (2 months ago)
- Last Synced: 2024-11-05T17:49:09.756Z (2 months ago)
- Language: SCSS
- Size: 953 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Thunderbird Nord Hardt Theme
An arctic, north-bluish dark, clean and elegant color scheme for **Thunderbird 128+**. Based on the [Nord Theme](https://www.nordtheme.com) pallette.
![Inbox](resources/1-inbox.png)
![Calendar](resources/2-calendar.png)
![Account](resources/3-account.png)
Theme generated using the [Thunderbird Theme Builder](https://github.com/artrz/thunderbird-theme-builder).
## Install
1. [Download the latest release](https://github.com/artrz/thunderbird-nord-hardt-theme/releases) or [build it your self](#build).
2. Install it by clicking the cog in the Themes configuration section and selecting 'Install Add-on From File...'.![Manual Install](resources/4-install-manual.png)
## Build
Install the required dependencies:
```sh
npm install
```Generate the theme:
```sh
npm run build
```The XPI file will be created inside `./build`