tema simple basado en colores negros, blancos y gris
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": "blanco y negro",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(241, 241, 245)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(4, 0, 0)",
"tab_background_text": "rgb(252, 247, 247)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(6, 6, 6)",
"tab_line": "rgb(243, 244, 248)",
"popup": "rgb(243, 243, 247)",
"popup_text": "rgb(0, 0, 8)",
"tab_loading": "rgb(243, 244, 248)"
}
}
}