Life is better in color. Make your browsing a little more joyful and vibrant.
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,
"name": "Abstract – Soft",
"author": "Mozilla",
"version": "2.1",
"icons": {
"32": "icon.svg"
},
"theme": {
"colors": {
"tab_background_text": "hsl(30, 5%, 8%)",
"tab_text": "hsl(30, 5%, 8%)",
"tab_selected": "hsl(0, 0%, 100%)",
"tab_line": "transparent",
"tab_loading": "hsl(15, 70%, 38%)",
"frame": "hsl(15, 100%, 78%)",
"popup": "hsl(0, 0%, 100%)",
"popup_text": "hsl(30, 5%, 8%)",
"popup_border": "hsl(15, 71%, 80%)",
"popup_highlight": "hsla(15, 90%, 50%, 0.2)",
"popup_highlight_text": "hsl(30, 5%, 8%)",
"toolbar": "hsl(15, 100%, 86%)",
"toolbar_text": "hsl(30, 5%, 8%)",
"toolbar_field": "hsl(15, 100%, 78%)",
"toolbar_field_text": "hsl(30, 5%, 8%)",
"toolbar_field_focus": "hsl(0, 0%, 100%)",
"toolbar_field_border_focus": "rgba(0, 96, 223, 0.5)",
"toolbar_top_separator": "transparent",
"toolbar_bottom_separator": "hsl(15, 100%, 78%)",
"ntp_background": "hsl(16, 73%, 97%)",
"ntp_card_background": "hsl(0, 0%, 100%)",
"ntp_text": "hsl(30, 5%, 8%)",
"sidebar": "hsl(0, 0%, 100%)",
"sidebar_text": "hsl(30, 5%, 8%)",
"sidebar_highlight": "hsla(15, 90%, 50%, 0.2)",
"icons_attention": "hsl(15, 70%, 38%)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "abstract-soft-colorway@mozilla.org"
}
}
}