A simple dark earthy brown theme for Firefox.
Initially created in the 'Firefox Color' extension - https://addons.mozilla.org/en-GB/firefox/addon/firefox-color/
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.1",
"name": "earthy",
"theme": {
"colors": {
"toolbar": "rgb(54, 49, 44)",
"bookmark_text": "rgb(158, 143, 128)",
"frame": "rgb(158, 143, 128)",
"tab_background_text": "rgb(54, 49, 44)",
"toolbar_field": "rgb(158, 143, 128)",
"toolbar_field_text": "rgb(54, 49, 44)",
"toolbar_field_border_focus": "rgb(121, 191, 101)",
"toolbar_field_highlight": "rgb(54, 49, 44)",
"toolbar_field_highlight_text": "rgb(158, 143, 128)",
"tab_line": "rgb(158, 143, 128)",
"popup": "rgb(121, 191, 101)",
"popup_highlight": "rgb(54, 49, 44)",
"popup_highlight_text": "rgb(158, 143, 128)",
"popup_text": "rgb(54, 49, 44)",
"tab_loading": "rgb(158, 143, 128)",
"sidebar": "rgb(54, 49, 44)",
"sidebar_text": "rgb(158, 143, 128)",
"sidebar_highlight": "rgb(158, 143, 128)",
"sidebar_highlight_text": "rgb(54, 49, 44)"
}
}
}