theme cream turqoise coloured
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": "Cream Turqoise",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(216, 236, 233)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(232, 243, 243)",
"tab_background_text": "rgb(0, 0, 0)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgba(248, 112, 140, 0)",
"popup": "rgb(247, 250, 250)",
"popup_text": "rgb(0, 0, 0)",
"icons": "rgb(0, 0, 0)",
"tab_selected": "rgb(255, 255, 255)",
"tab_text": "rgb(0, 0, 0)",
"tab_loading": "rgba(248, 112, 140, 0)"
}
}
}