Light blue background, with dark red and black for the text contrast.
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": "Cool Mermaid",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-018-0ca3dfc7bb661ec53999d358812ce0ab.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(225, 234, 239)",
"toolbar_text": "rgb(157, 62, 82)",
"frame": "rgb(142, 179, 201)",
"tab_background_text": "rgb(72, 32, 42)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(8, 17, 198)",
"tab_line": "rgb(248, 112, 140)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(98, 102, 183)",
"button_background_active": "rgb(44, 8, 24)",
"tab_loading": "rgb(248, 112, 140)"
}
}
}