A simple and minimal theme featuring shades of blue and green.
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": "Gradient 8 - Green & Blue",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(16, 16, 16, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(16, 16, 16)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(42, 42, 42)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(28, 36, 24)",
"popup": "rgb(42, 42, 42)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(28, 36, 24)"
}
}
}