Skip to content

Instantly share code, notes, and snippets.

@ferothefox
Created April 26, 2021 15:03
Show Gist options
  • Select an option

  • Save ferothefox/1b24983677682a9e92b6afecedf542c4 to your computer and use it in GitHub Desktop.

Select an option

Save ferothefox/1b24983677682a9e92b6afecedf542c4 to your computer and use it in GitHub Desktop.
Firefox Solid Black theme with blue tab highlight - Compatible with Firefox 90/Proton
{
"manifest_version": 2,
"version": "1.0",
"name": "Just Black",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(10, 132, 255)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 255, 255)",
"popup_border": "rgb(0, 0, 0)",
"popup_highlight": "rgb(0, 0, 0)",
"sidebar_border": "rgb(0, 0, 0)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(0, 0, 0)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(0, 0, 0)",
"tab_background_separator": "rgb(0, 0, 0)",
"tab_loading": "rgb(10, 132, 255)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment