A light gray blue theme inspired by the nightly version
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": "Bluegreylight",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(255, 255, 255, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(24, 85, 118)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(225, 229, 232)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(0, 0, 0)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(0, 0, 0)",
"button_background_active": "rgb(255, 83, 0)",
"button_background_hover": "rgb(0, 145, 255)",
"ntp_background": "rgb(200, 200, 200)",
"ntp_text": "rgba(50, 50, 50, 0)",
"tab_loading": "rgb(0, 0, 0)",
"tab_selected": "rgb(0, 145, 255)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_field_border_focus": "rgb(255, 83, 0)",
"toolbar_field_highlight": "rgb(160, 0, 255)",
"toolbar_top_separator": "rgba(147, 135, 174, 0)"
}
}
}