color scheme of amazing Manjaro Linux
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": "Manjaro Linux",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(216, 89, 16)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(57, 125, 103)",
"tab_background_text": "rgb(229, 231, 229)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(42, 60, 67)",
"tab_line": "rgb(221, 136, 85)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(42, 60, 67)",
"tab_loading": "rgb(221, 136, 85)"
}
}
}