Solid shades of cyan
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": "2.0",
"name": "Shades of Cyan",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(29, 68, 90)",
"toolbar_field": "rgba(255, 255, 255, 0.9)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(255, 42, 0)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(32, 79, 105)",
"tab_loading": "rgb(255, 42, 0)",
"bookmark_text": "rgb(248, 248, 248)",
"frame": "rgb(71, 123, 152)",
"tab_background_text": "rgb(255, 255, 255)"
}
}
}