A dark theme

A dark theme

A dark theme for Firefox

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.0",
  "name": "Darkle",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-037-b73f9b34467ba541de861f5b4c0c6316.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(44, 47, 51)",
      "toolbar_field": "rgb(80, 83, 83)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 153, 153)",
      "popup": "rgb(44, 47, 51)",
      "popup_text": "rgb(214, 41, 85)",
      "tab_loading": "rgb(0, 153, 153)",
      "bookmark_text": "rgb(255, 255, 255)",
      "frame": "rgb(44, 47, 51)",
      "tab_background_text": "rgb(214, 41, 85)"
    }
  }
}