Dark Fox (Hex Version)

Dark Fox (Hex Version)

Variation on the Dark Fox theme that (I think?) was originally created by randomaster. This version features dark/shaded menus with orange accents and a hexagon/armor tiled background. Hope you like it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2",
  "name": "Dark Fox (Hex Version)",
  "description": "Improved dark theme for Firefox, with orange accents. Don't forget to rate and/or comment. Cheers! ",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(113, 113, 113, 0.58)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(204, 204, 204)",
      "toolbar_field": "rgba(0, 0, 0, 0.33)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 146, 0)",
      "popup": "rgb(59, 59, 59)",
      "popup_text": "rgb(219, 219, 219)",
      "button_background_active": "rgb(232, 147, 0)",
      "icons": "rgb(255, 255, 255)",
      "ntp_background": "rgb(0, 0, 0)",
      "popup_highlight": "rgb(136, 86, 1)",
      "toolbar_field_border_focus": "rgb(135, 86, 0)",
      "tab_loading": "rgb(255, 146, 0)"
    }
  }
}