initial commit
18
.editorconfig
Normal 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
@ -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
@ -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)
|
||||
|
||||
|
||||
|
||||
<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 © 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
After Width: | Height: | Size: 846 KiB |
BIN
src/Catppuccin-Frappe-Blue/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Blue/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Blue/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Blue/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Flamingo/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Flamingo/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Flamingo/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Flamingo/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Green/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Green/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Green/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Green/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Lavender/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Lavender/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Lavender/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Lavender/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Maroon/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Maroon/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Maroon/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Maroon/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Mauve/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Mauve/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Mauve/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Mauve/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Peach/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Peach/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Peach/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Peach/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Pink/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Pink/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Pink/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Pink/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Red/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Red/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Red/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Red/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Rosewater/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Rosewater/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Rosewater/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Rosewater/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Sapphire/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Sapphire/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Sapphire/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Sapphire/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Sky/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Sky/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Sky/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Sky/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Teal/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Teal/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Teal/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Teal/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Frappe-Yellow/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Frappe-Yellow/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Frappe-Yellow/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Frappe-Yellow/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Blue/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Blue/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Blue/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Blue/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Flamingo/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Flamingo/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Flamingo/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Flamingo/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Green/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Green/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Green/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Green/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Lavender/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Lavender/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Lavender/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Lavender/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Maroon/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Maroon/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Maroon/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Maroon/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Mauve/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Mauve/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Mauve/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Mauve/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Peach/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Peach/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Peach/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Peach/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Pink/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Pink/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Pink/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Pink/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Red/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Red/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Red/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Red/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/Catppuccin-Latte-Rosewater/images/icon128.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/Catppuccin-Latte-Rosewater/images/icon16.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/Catppuccin-Latte-Rosewater/images/icon48.png
Normal file
After Width: | Height: | Size: 12 KiB |
54
src/Catppuccin-Latte-Rosewater/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|