feat(thunderbird): add support for Octo theme in Thunderbird

This commit is contained in:
2026-09-16 14:36:28 -04:00
parent 2ae11e4118
commit e55df99068
5 changed files with 312 additions and 5 deletions
+97
View File
@@ -0,0 +1,97 @@
{
"manifest_version": 2,
"name": "Octo Theme",
"version": "1.0.1",
"description": "Thème Thunderbird épuré avec basculement automatique clair/foncé.",
"author": "Hyko",
"browser_specific_settings": {
"gecko": {
"id": "octo-theme@hyko",
"strict_min_version": "128.0",
"strict_max_version": "160.*"
}
},
"icons": {
"48": "icons/icon.svg"
},
"theme_experiment": {
"stylesheet": "octo.css"
},
"theme": {
"colors": {
"frame": "#e0e0e0",
"tab_selected": "#ffffff",
"tab_background_text": "#666666",
"tab_background_separator": "#cccccc",
"tab_text": "#1a1a1a",
"tab_line": "#ffffff",
"toolbar": "#f5f5f5",
"toolbar_text": "#1a1a1a",
"toolbar_top_separator": "#cccccc",
"toolbar_bottom_separator": "#cccccc",
"toolbar_vertical_separator": "#cccccc",
"toolbar_field": "#ffffff",
"toolbar_field_text": "#1a1a1a",
"toolbar_field_border": "#cccccc",
"toolbar_field_focus": "#ffffff",
"toolbar_field_text_focus": "#1a1a1a",
"toolbar_field_border_focus": "#2188ff",
"icons": "#555555",
"icons_attention": "#333333",
"button_background_hover": "#e8e8e8",
"button_background_active": "#d0d0d0",
"popup": "#ffffff",
"popup_text": "#1a1a1a",
"popup_border": "#cccccc",
"popup_highlight": "#e8e8e8",
"popup_highlight_text": "#1a1a1a",
"sidebar": "#f5f5f5",
"sidebar_text": "#1a1a1a",
"sidebar_border": "#cccccc",
"sidebar_highlight": "#2188ff",
"sidebar_highlight_text": "#ffffff",
"sidebar_highlight_border": "#2188ff"
}
},
"dark_theme": {
"colors": {
"frame": "#000000",
"tab_selected": "#1a1a1a",
"tab_background_text": "#888888",
"tab_background_separator": "#252525",
"tab_text": "#e6e6e6",
"tab_line": "#000000",
"toolbar": "#111111",
"toolbar_text": "#cccccc",
"toolbar_top_separator": "#252525",
"toolbar_bottom_separator": "#252525",
"toolbar_vertical_separator": "#252525",
"toolbar_field": "#000000",
"toolbar_field_text": "#e6e6e6",
"toolbar_field_border": "#252525",
"toolbar_field_focus": "#000000",
"toolbar_field_text_focus": "#e6e6e6",
"toolbar_field_border_focus": "#1f6feb",
"icons": "#999999",
"icons_attention": "#cccccc",
"button_background_hover": "#252525",
"button_background_active": "#333333",
"popup": "#1a1a1a",
"popup_text": "#e6e6e6",
"popup_border": "#333333",
"popup_highlight": "#2a2a2a",
"popup_highlight_text": "#e6e6e6",
"sidebar": "#111111",
"sidebar_text": "#cccccc",
"sidebar_border": "#252525",
"sidebar_highlight": "#1f6feb",
"sidebar_highlight_text": "#ffffff",
"sidebar_highlight_border": "#1f6feb"
}
}
}