Dark with White Borders

The Deafult Firefox Dark Theme but with White Borders
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": "Dark with White Borders",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(43, 42, 51)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(28, 27, 34)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(28, 27, 34)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(43, 42, 51)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(43, 42, 51)",
      "popup_border": "rgb(255, 255, 255)",
      "sidebar_border": "rgb(255, 255, 255)",
      "sidebar": "rgb(43, 42, 51)",
      "tab_selected": "rgb(49, 48, 56)",
      "toolbar_field_border": "rgb(255, 255, 255)",
      "toolbar_vertical_separator": "rgb(255, 255, 255)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{64139a09-0e5c-47c9-8037-0afc18f4056a}"
    }
  }
}