Pixel-Punk - Dynamic Theme

Pixel-Punk - Dynamic Theme

An animated Cyberpunk inspired pixel Theme for Firefox 89 and up.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.3.2",
  "name": "Pixel-Punk - Dynamic Theme",
  "description": "an animated Cyberpunk inspired pixel Theme for Firefox 100+",
  "author": "Don-Tan",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a5b9a884-8ef0-4368-bc65-bf5e122d8929}",
      "strict_min_version": "89.0"
    }
  },
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "color_scheme": "dark",
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(4, 4, 16, 0.7)",
      "toolbar_text": "rgb(142, 74, 201)",
      "frame": "rgb(4, 4, 16)",
      "tab_background_text": "rgb(242, 205, 246)",
      "toolbar_field": "rgba(4, 4, 16, 0.7)",
      "toolbar_field_text": "rgb(231, 1, 136)",
      "tab_line": "rgb(231, 1, 136)",
      "popup": "rgb(4, 4, 16)",
      "popup_text": "rgb(142, 74, 201)",
      "button_background_active": "rgba(142, 74, 201, 0.5)",
      "button_background_hover": "rgba(142, 74, 201, 0.25)",
      "ntp_background": "rgb(4, 4, 16)",
      "ntp_text": "rgb(242, 205, 246)",
      "popup_border": "rgb(231, 1, 136)",
      "popup_highlight_text": "rgb(231, 1, 136)",
      "popup_highlight": "rgba(231, 1, 136, 0.2)",
      "sidebar_border": "rgb(231, 1, 136)",
      "sidebar_highlight_text": "rgb(231, 1, 136)",
      "sidebar_highlight": "rgba(231, 1, 136, 0.2)",
      "sidebar_text": "rgb(142, 74, 201)",
      "sidebar": "rgb(4, 4, 16)",
      "toolbar_bottom_separator": "rgb(4, 4, 16)",
      "toolbar_field_border_focus": "rgb(231, 1, 136)",
      "toolbar_field_border": "rgba(142, 74, 201, 0.25)",
      "toolbar_field_focus": "rgb(4, 4, 16)",
      "toolbar_field_highlight_text": "rgb(242, 205, 246)",
      "toolbar_field_highlight": "rgb(231, 1, 136)",
      "toolbar_field_text_focus": "rgb(242, 205, 246)",
      "toolbar_top_separator": "rgb(231, 1, 136)",
      "toolbar_vertical_separator": "rgb(231, 1, 136)",
      "tab_loading": "rgb(231, 1, 136)",
      "ntp_card_background": "rgba(35, 35, 44)"
    }
  }
}