Developer simple

Developer simple

A simple firefox developer theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.3",
  "name": "Developer simple",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(12, 12, 12, 0.33)",
      "toolbar_text": "rgb(230, 252, 255)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(189, 223, 255)",
      "toolbar_field": "rgba(0, 0, 0, 0.58)",
      "toolbar_field_text": "rgb(230, 252, 255)",
      "tab_line": "rgb(0, 187, 217)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(230, 252, 255)",
      "tab_loading": "rgb(0, 187, 217)",
      "ntp_background": "rgb(29,17,51)",
      "ntp_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(29,17,51)",
      "sidebar_highlight": "rgb(0,159,240)",
      "sidebar_text": "rgb(255,255,255)",
      "sidebar_border": "rgb(0,159,240)",
      "toolbar_field_focus": "rgba(0, 0, 0, 0.75)"
    }
  }
}