Mezcla de azul y verde oscuro
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": "Deep blue green",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(32, 18, 58)",
"toolbar_text": "rgb(226, 228, 231)",
"frame": "rgb(7, 88, 126)",
"tab_background_text": "rgb(207, 198, 221)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(73, 76, 143)",
"tab_line": "rgb(128, 14, 218)",
"popup": "rgb(0, 30, 54)",
"popup_text": "rgb(195, 178, 222)",
"tab_loading": "rgb(128, 14, 218)"
}
}
}