Skip to content

Instantly share code, notes, and snippets.

@Rankarusu
Last active November 25, 2023 16:59
Show Gist options
  • Save Rankarusu/5c67760cba5931556502670a83181fb4 to your computer and use it in GitHub Desktop.
Save Rankarusu/5c67760cba5931556502670a83181fb4 to your computer and use it in GitHub Desktop.
Everforest Thunderbird
{
"manifest_version": 2,
"name": "Everforest",
"version": "1.0.0",
"applications": {
"gecko": {
"id": "some@mail.com",
"strict_min_version": "60.0"
}
},
"description": "Everforest",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": "#1b2024",
"frame_inactive": "#1b2024",
"button_background_active": "#A7C080",
"button_background_hover": "#414559",
"icons": "#D3C6AA",
"tab_text": "#D3C6AA",
"tab_line": "#21272b",
"tab_loading": "#A7C080",
"tab_selected": "#21272b",
"tab_background_text": "#859289",
"tab_background_separator": "#21272b",
"bookmark_text": "#9DA9A0",
"toolbar": "#1b2024",
"toolbar_field": "#272b2f",
"toolbar_field_text": "#9DA9A0",
"toolbar_field_highlight": "#A7C080",
"toolbar_field_highlight_text": "#D3C6AA",
"toolbar_field_border": "#A7C080",
"toolbar_field_focus": "#272e33",
"toolbar_field_text_focus": "#D3C6AA",
"toolbar_field_border_focus": "#A7C080",
"toolbar_top_separator": "#21272b",
"toolbar_bottom_separator": "#21272b",
"toolbar_vertical_separator": "#21272b",
"sidebar": "#21272b",
"sidebar_text": "#859289",
"sidebar_highlight": "#2c3438",
"sidebar_highlight_text": "#D3C6AA",
"sidebar_border": "#21272b",
"popup": "#272b2f",
"popup_text": "#859289",
"popup_border": "#272b2f",
"popup_highlight": "#A7C080",
"popup_highlight_text": "#D3C6AA",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment