Inspect and view changes in Lime and Black source codes across current and past versions
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,
"name": "Lime and Black",
"author": "dst212",
"version": "1.3",
"description": "Lime and Black Theme",
"applications": {
"gecko": {
"id": "lime-black-theme@dst212",
"strict_min_version": "67.0"
}
},
"theme": {
"colors": {
"frame": "rgb(0, 0, 0)",
"button_background_active": "rgba(0, 255, 0, 0.5)",
"button_background_hover": "rgba(0, 255, 0, 0.3)",
"icons": "rgb(0, 255, 0)",
"icons_attention": "rgb(0, 255, 0)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(0, 255, 0)",
"popup_text": "rgb(0, 255, 0)",
"popup": "rgb(0, 0, 0)",
"popup_border": "rgba(0, 0, 0, 0)",
"popup_highlight_text": "rgb(0, 0, 0)",
"popup_highlight": "rgb(0, 255, 0)",
"sidebar_text": "rgb(0, 255, 0)",
"sidebar": "rgb(0, 0, 0)",
"sidebar_border": "rgba(0, 0, 0, 0)",
"sidebar_highlight_text": "rgb(0, 0, 0)",
"sidebar_highlight": "rgb(0, 255, 0)",
"tab_selected": "rgb(0, 0, 0)",
"tab_text": "rgb(0, 255, 0)",
"tab_background_text": "rgb(0, 190, 0)",
"tab_background_separator": "rgba(0, 0, 0, 0)",
"tab_loading": "rgb(0, 255, 0)",
"tab_line": "rgb(0, 255, 0)",
"toolbar_text": "rgb(0, 255, 0)",
"toolbar": "rgb(0, 0, 0)",
"toolbar_bottom_separator": "rgba(0, 0, 0, 0)",
"toolbar_top_separator": "rgba(0, 0, 0, 0)",
"toolbar_vertical_separator": "rgba(0, 0, 0, 0)",
"toolbar_field_text": "rgb(0, 255, 0)",
"toolbar_field": "rgb(0, 15, 0)",
"toolbar_field_border_focus": "rgb(0, 0, 0)",
"toolbar_field_border": "rgba(0, 0, 0, 0)",
"toolbar_field_highlight_text": "rgb(0, 0, 0)",
"toolbar_field_highlight": "rgb(0, 255, 0)",
"toolbar_field_separator": "rgba(0, 0, 0, 0)"
}
}
}