I spent awhile on this to make the colors fit well and readable I hope you and the Firefox company will enjoy this aesthetic vaporwave theme, Have a nice day :)
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": "Aesthetic Vapor-wave Colors",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left bottom"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0.7)",
"toolbar_text": "rgb(112, 235, 248)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(158, 110, 207)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 0, 147)",
"tab_line": "rgb(255, 0, 147)",
"popup": "rgb(53, 0, 96)",
"popup_text": "rgb(255, 0, 147)",
"popup_border": "rgb(255, 0, 147)",
"popup_highlight_text": "rgb(255, 0, 147)",
"popup_highlight": "rgb(255, 0, 147)",
"sidebar_border": "rgb(255, 0, 147)",
"sidebar_highlight_text": "rgb(255, 0, 147)",
"sidebar_highlight": "rgb(255, 0, 147)",
"sidebar_text": "rgb(255, 0, 147)",
"sidebar": "rgb(53, 0, 96)",
"tab_background_separator": "rgb(142, 0, 255)",
"tab_selected": "rgba(255, 0, 147, 0.23)",
"toolbar_bottom_separator": "rgb(255, 0, 147)",
"toolbar_field_border_focus": "rgb(255, 0, 147)",
"toolbar_field_border": "rgb(255, 0, 147)",
"toolbar_field_focus": "rgb(53, 0, 96)",
"toolbar_field_highlight_text": "rgb(53, 0, 96)",
"toolbar_field_highlight": "rgb(255, 0, 147)",
"toolbar_field_separator": "rgb(255, 0, 147)",
"toolbar_field_text_focus": "rgb(255, 0, 147)",
"toolbar_top_separator": "rgb(255, 0, 147)",
"toolbar_vertical_separator": "rgb(255, 0, 147)",
"tab_loading": "rgb(255, 0, 147)"
}
}
}