Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`