Sharp Yellow and dark grey theme for Firefox.
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": "Yellow Construction",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left top"
],
"additional_backgrounds_tiling": [
"repeat-x"
]
},
"colors": {
"toolbar": "rgb(255, 182, 8)",
"toolbar_text": "rgb(46, 58, 80)",
"frame": "rgb(46, 58, 80)",
"tab_background_text": "rgb(255, 249, 235)",
"toolbar_field": "rgb(46, 58, 80)",
"toolbar_field_text": "rgb(255, 249, 235)",
"tab_line": "rgb(46, 58, 80)",
"popup": "rgb(46, 58, 80)",
"popup_text": "rgb(255, 249, 235)",
"button_background_active": "rgb(46, 58, 80)",
"button_background_hover": "rgb(255, 182, 8)",
"icons_attention": "rgb(255, 182, 8)",
"icons": "rgb(46, 58, 80)",
"ntp_background": "rgb(46, 58, 80)",
"ntp_text": "rgb(255, 249, 235)",
"popup_border": "rgb(255, 182, 8)",
"popup_highlight_text": "rgb(46, 58, 80)",
"popup_highlight": "rgb(255, 182, 8)",
"sidebar_highlight_text": "rgb(46, 58, 80)",
"sidebar_highlight": "rgb(255, 182, 8)",
"sidebar_text": "rgb(255, 249, 235)",
"sidebar": "rgb(46, 58, 80)",
"tab_loading": "rgb(46, 58, 80)",
"tab_selected": "rgb(255, 182, 8)",
"tab_text": "rgb(46, 58, 80)",
"toolbar_bottom_separator": "rgb(46, 58, 80)",
"toolbar_field_border_focus": "rgb(255, 182, 8)",
"toolbar_field_border": "rgb(255, 182, 8)",
"toolbar_field_focus": "rgb(255, 182, 8)",
"toolbar_field_highlight_text": "rgb(46, 58, 80)",
"toolbar_field_highlight": "rgb(255, 182, 8)",
"toolbar_field_text_focus": "rgb(46, 58, 80)",
"toolbar_top_separator": "rgb(255, 182, 8)",
"toolbar_vertical_separator": "rgb(255, 182, 8)"
}
}
}