青のテーマです。
Blue themes
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": "Blue theme",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgba(22, 72, 75, 0.8)",
"toolbar_text": "rgb(27, 170, 177)",
"frame": "rgb(22, 54, 75)",
"tab_background_text": "rgb(148, 157, 173)",
"toolbar_field": "rgba(0, 0, 0, 0.2)",
"toolbar_field_text": "rgb(27, 170, 177)",
"tab_line": "rgb(28, 171, 176)",
"popup": "rgb(22, 54, 75)",
"popup_text": "rgb(27, 170, 177)",
"tab_loading": "rgb(28, 171, 176)"
}
}
}