My concept of what a firefox light theme must be
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.0",
"name": "Orange Fox",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(238, 238, 238)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(240, 97, 20)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(238, 238, 238)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(238, 238, 238)",
"popup": "rgb(238, 238, 238)",
"popup_text": "rgb(0, 0, 0)",
"icons_attention": "rgb(255, 90, 1)",
"ntp_background": "rgb(238, 238, 238)",
"ntp_text": "rgb(0, 0, 0)",
"popup_border": "rgb(196, 191, 191)",
"popup_highlight_text": "rgb(255, 255, 255)",
"popup_highlight": "rgb(255, 90, 1)",
"sidebar_border": "rgb(196, 191, 191)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(255, 90, 1)",
"sidebar_text": "rgb(0, 0, 0)",
"sidebar": "rgb(238, 238, 238)",
"tab_selected": "rgb(238, 238, 238)",
"tab_text": "rgb(0, 0, 0)",
"toolbar_bottom_separator": "rgb(196, 191, 191)",
"toolbar_field_border_focus": "rgb(240, 97, 20)",
"toolbar_field_focus": "rgb(255, 255, 255)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgb(255, 90, 1)",
"toolbar_field_separator": "rgb(196, 191, 191)",
"toolbar_field_text_focus": "rgb(0, 0, 0)",
"toolbar_top_separator": "rgba(86, 82, 78, 0.48)",
"toolbar_vertical_separator": "rgb(0, 0, 0)",
"tab_loading": "rgb(238, 238, 238)"
}
}
}