Trying out something New - Gradient Theme... Do give and spread this new theme some... hmmm... no.. A LOT of LOVE... 😂😁
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": "zenCactusDry",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(232, 236, 231)",
"toolbar_text": "rgb(86, 61, 50)",
"frame": "rgb(154, 249, 203)",
"tab_background_text": "rgb(231, 235, 237)",
"toolbar_field": "rgb(250, 251, 253)",
"toolbar_field_text": "rgb(99, 149, 108)",
"tab_line": "rgba(232, 236, 242, 0.04)",
"popup": "rgb(105, 120, 113)",
"popup_text": "rgb(219, 223, 226)",
"button_background_hover": "rgb(221, 218, 213)",
"icons_attention": "rgb(168, 192, 44)",
"icons": "rgb(131, 166, 147)",
"ntp_background": "rgb(26, 4, 34)",
"ntp_text": "rgb(228, 235, 245)",
"popup_border": "rgba(240, 240, 244, 0)",
"tab_background_separator": "rgba(240, 240, 245, 0)",
"tab_selected": "rgb(244, 245, 248)",
"tab_text": "rgb(114, 117, 84)",
"toolbar_bottom_separator": "rgba(61, 61, 132, 0)",
"toolbar_field_separator": "rgba(240, 240, 245, 0)",
"toolbar_top_separator": "rgba(240, 240, 244, 0)",
"toolbar_vertical_separator": "rgba(240, 240, 244, 0)",
"tab_loading": "rgba(232, 236, 242, 0.04)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{41f6b6b3-8c51-4f4b-878f-ea6c3a7fdac6}"
}
}
}