Pixel Storm in Green and Pink

Pixel Storm in Green and Pink

Simple dark pixel art theme with green and pink accents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Pixel Storm (Green and Pink)",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(116, 255, 195, 0.32)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(14, 8, 62)",
      "tab_background_text": "rgb(84, 204, 193)",
      "toolbar_field": "rgb(27, 27, 62)",
      "toolbar_field_text": "rgb(255, 140, 204)",
      "tab_line": "rgb(255, 140, 204)",
      "popup": "rgb(22, 54, 75)",
      "popup_text": "rgb(255, 140, 204)",
      "button_background_active": "rgba(116, 255, 195, 0.29)",
      "button_background_hover": "rgb(255, 123, 189)",
      "icons_attention": "rgb(237, 255, 199)",
      "ntp_background": "rgb(26, 45, 79)",
      "ntp_text": "rgb(84, 204, 193)",
      "popup_highlight_text": "rgb(199, 255, 209)",
      "popup_highlight": "rgba(75, 198, 186, 0.37)",
      "sidebar_text": "rgb(84, 204, 193)",
      "sidebar": "rgb(27, 27, 62)",
      "tab_background_separator": "rgb(152, 152, 247)",
      "toolbar_bottom_separator": "rgb(84, 204, 193)",
      "toolbar_field_border_focus": "rgb(108, 103, 216)",
      "toolbar_vertical_separator": "rgb(255, 170, 217)",
      "tab_loading": "rgb(255, 140, 204)"
    }
  }
}