A lot of grey
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.2",
"name": "Life in Grey",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(179, 176, 173, 0.8)",
"toolbar_text": "rgba(0, 0, 0, 0.59)",
"frame": "rgb(85, 84, 84)",
"tab_background_text": "rgb(209, 207, 207)",
"toolbar_field": "rgb(104, 103, 103)",
"toolbar_field_text": "rgb(177, 235, 250)",
"tab_line": "rgb(251, 158, 4)",
"popup": "rgba(0, 0, 0, 0.45)",
"popup_text": "rgb(251, 213, 149)",
"button_background_active": "rgb(137, 135, 135)",
"icons": "rgb(215, 241, 249)",
"ntp_background": "rgb(209, 207, 207)",
"ntp_text": "rgb(255, 172, 59)",
"sidebar_highlight_text": "rgb(251, 213, 149)",
"sidebar_text": "rgba(0, 0, 0, 0.79)",
"sidebar": "rgb(168, 167, 166)",
"tab_text": "rgb(0, 0, 0)",
"toolbar_field_border_focus": "rgb(250, 161, 156)",
"toolbar_field_border": "rgb(215, 241, 249)",
"toolbar_field_highlight_text": "rgb(250, 161, 156)",
"toolbar_field_highlight": "rgb(104, 103, 103)",
"toolbar_field_separator": "rgb(250, 161, 156)",
"toolbar_field_text_focus": "rgb(177, 235, 250)",
"tab_loading": "rgb(251, 158, 4)"
}
}
}