my personal color scheme
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": "grah",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-001-9c6d74e14860e77ee6f8f43e824bff25.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(175, 180, 159)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(175, 180, 159)",
"tab_background_text": "rgb(0, 0, 0)",
"toolbar_field": "rgb(111, 122, 99)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(111, 122, 99)",
"popup": "rgb(175, 180, 159)",
"popup_text": "rgb(0, 0, 0)",
"tab_loading": "rgb(111, 122, 99)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{d8e51c14-7a9d-4eea-a520-926504904182}"
}
}
}