Skip to content

Instantly share code, notes, and snippets.

@carlrosell
Created May 29, 2020 11:44
Show Gist options
  • Save carlrosell/d6d288034855f60211219a90b96f7df4 to your computer and use it in GitHub Desktop.
Save carlrosell/d6d288034855f60211219a90b96f7df4 to your computer and use it in GitHub Desktop.
Firefox color theme
{
"manifest_version": 2,
"version": "1.0",
"name": "Carl Rosell Theme",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(26, 64, 84)",
"toolbar_text": "rgb(243, 243, 243)",
"frame": "rgb(13, 37, 50)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(255, 255, 255, 0.08)",
"toolbar_field_text": "rgb(195, 195, 195)",
"tab_line": "rgb(241, 13, 169)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(13, 37, 50)",
"tab_loading": "rgb(241, 13, 169)"
}
}
}