A simple dark theme
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": "Clean Dark Theme",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(241, 241, 241)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(241, 241, 241)",
"popup": "rgb(241, 241, 241)",
"popup_text": "rgb(0, 0, 0)",
"tab_loading": "rgb(241, 241, 241)",
"bookmark_text": "rgb(0, 0, 0)",
"frame": "rgb(31, 31, 31)",
"tab_background_text": "rgb(169, 169, 169)"
}
}
}