Sky Blue (light & dark).
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": "Cerúleo",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-002-609370e89a219e0548ac5ef6b4a7dd2e.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(47, 54, 61)",
"toolbar_text": "rgb(238, 238, 238)",
"frame": "rgb(35, 41, 46)",
"tab_background_text": "rgb(238, 238, 238)",
"toolbar_field": "rgb(32, 33, 36)",
"toolbar_field_text": "rgb(110, 187, 255)",
"tab_line": "rgb(184, 222, 255)",
"popup": "rgba(47, 54, 61, 0.95)",
"popup_text": "rgb(110, 187, 255)",
"ntp_background": "rgb(35, 41, 46)",
"ntp_text": "rgb(110, 187, 255)",
"popup_border": "rgb(110, 187, 255)",
"tab_selected": "rgba(110, 187, 255, 0.7)",
"toolbar_bottom_separator": "rgba(110, 187, 255, 0.7)",
"toolbar_top_separator": "rgba(110, 187, 255, 0.7)",
"tab_loading": "rgb(184, 222, 255)"
}
}
}