Absolute Noir

A theme made purely with black, with the exception of dark-grey accents.
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": "Absolute Black",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(245, 245, 245)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(80, 80, 80)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(245, 245, 245)",
      "tab_line": "rgb(80, 80, 80)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(245, 245, 245)",
      "tab_loading": "rgb(80, 80, 80)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60faefcc-b930-490e-9a5f-74a603248527}"
    }
  }
}