initial commit

This commit is contained in:
elkrien 2022-06-12 22:30:29 +02:00
commit 6cdb80c763
284 changed files with 3095 additions and 0 deletions

18
.editorconfig Normal file
View File

@ -0,0 +1,18 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{diff,md}]
trim_trailing_whitespace = false

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Catppuccin
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.

32
README.md Normal file
View File

@ -0,0 +1,32 @@
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://www.thunderbird.net">Thunderbird</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/thunderbird/stargazers"><img alt="Stargazers" src="https://img.shields.io/github/stars/catppuccin/thunderbird?style=for-the-badge&logo=starship&color=B4BEFE&logoColor=CDD6F4&labelColor=313244"></a>
<a href="https://github.com/catppuccin/thunderbird/issues"><img src="https://img.shields.io/github/issues/catppuccin/thunderbird?colorA=313244&colorB=FAB387&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/thunderbird/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/thunderbird?colorA=313244&colorB=A6E3A1&style=for-the-badge"></a>
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/thunderbird/main/assets/cat-thunderbird.png"/>
</p>
## Usage
1. Clone this repository.
2. Open Thunderbird, go to `Menu > Add-ons and Themes`
3. Click on the gear icon at the top-right corner and then select "Install Add-on From File..."
4. Select a theme of choice from `themes` folder of downloaded repository, i.e. `Catppuccin-Mocha-Lavender.zip`
## 💝 Thanks to
- [elkrien](https://github.com/elkrien)
&nbsp;
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/dev/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
<p align="center">Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=CDD6F4&colorA=313244&colorB=B4BEFE"/></a></p>

BIN
assets/cat-thunderbird.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Blue Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Blue",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#8CAAEE",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#8CAAEE",
"tab_loading": "#8CAAEE",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#8CAAEE",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#8CAAEE",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#8CAAEE",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#8CAAEE",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Flamingo Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Flamingo",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#EEBEBE",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#EEBEBE",
"tab_loading": "#EEBEBE",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#EEBEBE",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#EEBEBE",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#EEBEBE",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#EEBEBE",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Green Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Green",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#A6D189",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#A6D189",
"tab_loading": "#A6D189",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#A6D189",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#A6D189",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#A6D189",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#A6D189",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Lavender Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Lavender",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#BABBF1",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#BABBF1",
"tab_loading": "#BABBF1",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#BABBF1",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#BABBF1",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#BABBF1",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#BABBF1",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Maroon Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Maroon",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#EA999C",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#EA999C",
"tab_loading": "#EA999C",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#EA999C",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#EA999C",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#EA999C",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#EA999C",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Mauve Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Mauve",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#CA9EE6",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#CA9EE6",
"tab_loading": "#CA9EE6",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#CA9EE6",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#CA9EE6",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#CA9EE6",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#CA9EE6",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Peach Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Peach",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#EF9F76",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#EF9F76",
"tab_loading": "#EF9F76",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#EF9F76",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#EF9F76",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#EF9F76",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#EF9F76",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Pink Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Pink",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#F4B8E4",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#F4B8E4",
"tab_loading": "#F4B8E4",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#F4B8E4",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#F4B8E4",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#F4B8E4",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#F4B8E4",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Red Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Red",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#E78284",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#E78284",
"tab_loading": "#E78284",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#E78284",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#E78284",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#E78284",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#E78284",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Rosewater Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Rosewater",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#F2D5CF",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#F2D5CF",
"tab_loading": "#F2D5CF",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#F2D5CF",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#F2D5CF",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#F2D5CF",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#F2D5CF",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Sapphire Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Sapphire",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#85C1DC",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#85C1DC",
"tab_loading": "#85C1DC",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#85C1DC",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#85C1DC",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#85C1DC",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#85C1DC",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Sky Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Sky",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#99D1DB",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#99D1DB",
"tab_loading": "#99D1DB",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#99D1DB",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#99D1DB",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#99D1DB",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#99D1DB",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Teal Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Teal",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#81C8BE",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#81C8BE",
"tab_loading": "#81C8BE",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#81C8BE",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#81C8BE",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#81C8BE",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#81C8BE",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Frappe-Yellow Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Frappe Yellow",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#303446",
"button_background_active": "#E5C890",
"button_background_hover": "#414559",
"icons": "#C6D0F5",
"tab_text": "#C6D0F5",
"tab_line": "#E5C890",
"tab_loading": "#E5C890",
"tab_selected": "#303446",
"tab_background_text": "#585b70",
"tab_background_separator": "#414559",
"bookmark_text": "#C6D0F5",
"toolbar": "#303446",
"toolbar_field": "#414559",
"toolbar_field_text": "#C6D0F5",
"toolbar_field_highlight": "#E5C890",
"toolbar_field_highlight_text": "#292C3C",
"toolbar_field_border": "#292C3C",
"toolbar_field_focus": "#414559",
"toolbar_field_text_focus": "#C6D0F5",
"toolbar_field_border_focus": "#E5C890",
"toolbar_top_separator": "#414559",
"toolbar_bottom_separator": "#414559",
"toolbar_vertical_separator": "#414559",
"sidebar": "#303446",
"sidebar_text": "#C6D0F5",
"sidebar_highlight": "#E5C890",
"sidebar_highlight_text": "#292C3C",
"sidebar_border": "#414559",
"popup": "#414559",
"popup_text": "#C6D0F5",
"popup_border": "#303446",
"popup_highlight": "#E5C890",
"popup_highlight_text": "#292C3C"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Blue Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Blue",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#1E66F5",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#1E66F5",
"tab_loading": "#1E66F5",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#1E66F5",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#1E66F5",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#1E66F5",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#1E66F5",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Flamingo Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Flamingo",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#DD7878",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#DD7878",
"tab_loading": "#DD7878",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#DD7878",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#DD7878",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#DD7878",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#DD7878",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Green Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Green",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#40A02B",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#40A02B",
"tab_loading": "#40A02B",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#40A02B",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#40A02B",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#40A02B",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#40A02B",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Lavender Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Lavender",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#7287FD",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#7287FD",
"tab_loading": "#7287FD",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#7287FD",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#7287FD",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#7287FD",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#7287FD",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Maroon Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Maroon",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#E64553",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#E64553",
"tab_loading": "#E64553",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#E64553",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#E64553",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#E64553",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#E64553",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Mauve Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Mauve",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#8839EF",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#8839EF",
"tab_loading": "#8839EF",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#8839EF",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#8839EF",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#8839EF",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#8839EF",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Peach Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Peach",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#FE640B",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#FE640B",
"tab_loading": "#FE640B",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#FE640B",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#FE640B",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#FE640B",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#FE640B",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Pink Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Pink",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#EA76CB",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#EA76CB",
"tab_loading": "#EA76CB",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#EA76CB",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#EA76CB",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#EA76CB",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#EA76CB",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Red Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Red",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#D20F39",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#D20F39",
"tab_loading": "#D20F39",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#D20F39",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#D20F39",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#D20F39",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#D20F39",
"popup_highlight_text": "#E6E9EF"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,54 @@
{
"manifest_version": 2,
"name": "Catppuccin-Latte-Rosewater Thunderbird Theme",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "elkrien@gmail.com",
"strict_min_version": "60.0"
}
},
"description": "Catppuccin theme for Thunderbird - Latte Rosewater",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#EFF1F5",
"button_background_active": "#DC8A78",
"button_background_hover": "#CCD0DA",
"icons": "#4C4F69",
"tab_text": "#4C4F69",
"tab_line": "#DC8A78",
"tab_loading": "#DC8A78",
"tab_selected": "#EFF1F5",
"tab_background_text": "#585b70",
"tab_background_separator": "#CCD0DA",
"bookmark_text": "#4C4F69",
"toolbar": "#EFF1F5",
"toolbar_field": "#CCD0DA",
"toolbar_field_text": "#4C4F69",
"toolbar_field_highlight": "#DC8A78",
"toolbar_field_highlight_text": "#E6E9EF",
"toolbar_field_border": "#E6E9EF",
"toolbar_field_focus": "#CCD0DA",
"toolbar_field_text_focus": "#4C4F69",
"toolbar_field_border_focus": "#DC8A78",
"toolbar_top_separator": "#CCD0DA",
"toolbar_bottom_separator": "#CCD0DA",
"toolbar_vertical_separator": "#CCD0DA",
"sidebar": "#EFF1F5",
"sidebar_text": "#4C4F69",
"sidebar_highlight": "#DC8A78",
"sidebar_highlight_text": "#E6E9EF",
"sidebar_border": "#CCD0DA",
"popup": "#CCD0DA",
"popup_text": "#4C4F69",
"popup_border": "#EFF1F5",
"popup_highlight": "#DC8A78",
"popup_highlight_text": "#E6E9EF"
}
}
}

Some files were not shown because too many files have changed in this diff Show More