Dark Firefox theme with white and navy blue highlights. Minimalist, clean and familiar.
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.1",
"name": "Subdued Blue",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(34, 34, 34)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(15, 15, 15)",
"tab_background_text": "rgb(151, 151, 151)",
"toolbar_field": "rgb(15, 15, 15)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(24, 65, 146)",
"popup": "rgb(33, 33, 33)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgb(24, 65, 146)",
"button_background_hover": "rgba(255, 255, 255, 0.25)",
"frame_inactive": "rgb(0, 0, 0)",
"icons_attention": "rgb(44, 101, 221)",
"icons": "rgb(255, 255, 255)",
"ntp_background": "rgb(34, 34, 34)",
"ntp_text": "rgb(255, 255, 255)",
"popup_border": "rgba(0, 0, 0, 0)",
"popup_highlight_text": "rgb(255, 255, 255)",
"popup_highlight": "rgb(24, 65, 146)",
"sidebar_border": "rgb(34, 34, 34)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(24, 65, 146)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(25, 25, 25)",
"tab_background_separator": "rgb(151, 151, 151)",
"tab_loading": "rgb(151, 151, 151)",
"tab_selected": "rgb(34, 34, 34)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_bottom_separator": "rgb(15, 15, 15)",
"toolbar_field_border_focus": "rgba(0, 0, 0, 0)",
"toolbar_field_border": "rgba(0, 0, 0, 0)",
"toolbar_field_focus": "rgba(15, 15, 15, 0)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgb(24, 65, 146)",
"toolbar_field_separator": "rgb(33, 33, 33)",
"toolbar_field_text_focus": "rgb(255, 255, 255)",
"toolbar_top_separator": "rgba(0, 0, 0, 0)",
"toolbar_vertical_separator": "rgb(151, 151, 151)"
}
}
}