light dark cyan
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Lightish Dark",
"manifest_version": 2,
"version": "1.0",
"theme": {
"images": {
"theme_frame": "Screenshot_10.png"
},
"colors": {
"frame": "rgba(3, 82, 89, 1)",
"tab_background_text": "rgba(38, 195, 212, 1)",
"toolbar": "rgba(5, 120, 135, 1)",
"bookmark_text": "rgba(252, 252, 252, 1)",
"toolbar_field": "rgba(139, 214, 227, 1)",
"toolbar_field_text": "rgba(0, 0, 0, 1)",
"tab_line": "rgba(5, 120, 135, 1)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{26f64a44-6be2-4e80-baaa-87dc5a65b543}"
}
}
}