A minimalistic dark theme with blue accents.
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": "Blu",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(23, 24, 25)",
"toolbar_text": "rgb(235, 245, 253)",
"frame": "rgb(30, 34, 35)",
"tab_background_text": "rgb(233, 242, 250)",
"toolbar_field": "rgb(30, 34, 35)",
"toolbar_field_text": "rgb(233, 242, 250)",
"tab_line": "rgba(233, 242, 250, 0.5)",
"popup": "rgb(30, 34, 35)",
"popup_text": "rgb(216, 228, 238)",
"button_background_active": "rgb(45, 51, 61)",
"button_background_hover": "rgb(34, 40, 41)",
"frame_inactive": "rgba(83, 86, 88, 0.5)",
"icons_attention": "rgb(112, 163, 248)",
"icons": "rgb(235, 245, 253)",
"ntp_background": "rgb(23, 24, 25)",
"ntp_text": "rgb(233, 242, 250)",
"popup_highlight_text": "rgb(30, 34, 35)",
"popup_highlight": "rgb(112, 163, 248)",
"sidebar_border": "rgba(233, 242, 250, 0.8)",
"sidebar_highlight_text": "rgb(23, 24, 25)",
"sidebar_highlight": "rgb(187, 224, 255)",
"sidebar_text": "rgb(233, 242, 250)",
"sidebar": "rgb(30, 34, 35)",
"tab_loading": "rgb(30, 34, 35)",
"tab_text": "rgb(187, 224, 255)",
"toolbar_field_border_focus": "rgb(112, 163, 248)",
"toolbar_field_focus": "rgb(30, 33, 35)",
"toolbar_field_highlight_text": "rgb(30, 34, 35)",
"toolbar_field_highlight": "rgba(112, 163, 248, 0.8)"
}
}
}