A Navy Blue blend with a dash of personality
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": "Navy Blues",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-013-06591d4ad28ab7b9ee90f62f81d6b505.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(58, 89, 105, 0.17)",
"toolbar_text": "rgb(218, 135, 124)",
"frame": "rgb(0, 21, 44)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(45, 59, 72)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(218, 135, 124)",
"popup": "rgb(45, 59, 72)",
"popup_text": "rgb(218, 135, 124)",
"tab_loading": "rgb(218, 135, 124)"
}
}
}