Dark Grid

Dark Grid

Dark theme for Firefox with a grid background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Dark Grid",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-005-f5f3cf677b1f132c75ddc7bd319dd1fc.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(25, 25, 32)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(8, 8, 19)",
      "tab_background_text": "rgb(215, 226, 239)",
      "toolbar_field": "rgb(24, 27, 32)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(26, 111, 183)",
      "popup": "rgb(31, 34, 61)",
      "popup_text": "rgb(215, 226, 239)",
      "tab_loading": "rgb(26, 111, 183)"
    }
  }
}