Black and Purple Theme

Black and Purple Theme

Black-Purple dark theme for Firefox. Created with Firefox Color. Enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Black and Purple Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(41, 14, 66)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(160, 160, 160)",
      "popup": "rgb(41, 14, 66)",
      "popup_text": "rgb(255, 255, 255)",
      "icons_attention": "rgb(77, 72, 72)",
      "icons": "rgb(255, 255, 255)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgb(41, 14, 66)",
      "popup_highlight_text": "rgb(255, 255, 255)",
      "popup_highlight": "rgb(77, 72, 72)",
      "sidebar_border": "rgb(41, 14, 66)",
      "sidebar_highlight_text": "rgb(255, 255, 255)",
      "sidebar_highlight": "rgb(41, 14, 66)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(0, 0, 0)",
      "toolbar_bottom_separator": "rgb(41, 14, 66)",
      "toolbar_field_border_focus": "rgb(41, 14, 66)",
      "toolbar_field_border": "rgb(0, 0, 0)",
      "toolbar_field_focus": "rgb(0, 0, 0)",
      "toolbar_field_highlight_text": "rgb(41, 14, 66)",
      "toolbar_field_highlight": "rgb(160, 160, 160)",
      "toolbar_top_separator": "rgb(41, 14, 66)",
      "toolbar_vertical_separator": "rgb(255, 255, 255)",
      "tab_loading": "rgb(160, 160, 160)"
    }
  }
}