Rainbow Blur Evolution Light

Rainbow Blur Evolution Light

Rainbow inspired theme with many translucent elements in the UI. A lighter version of Rainbow Blur Evolution: https://addons.mozilla.org/en-US/firefox/addon/rainbow-blur-evolution/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.3",
  "name": "Rainbow Blur Evolution Light",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(203, 185, 185, 0.2)",
      "toolbar_text": "rgb(216, 189, 215)",
      "frame": "rgb(238, 232, 240)",
      "tab_background_text": "rgb(250, 247, 252)",
      "toolbar_field": "rgba(24, 28, 43, 0.2)",
      "toolbar_field_text": "rgb(214, 184, 200)",
      "tab_line": "rgba(232, 221, 235, 0.5)",
      "popup": "rgba(111, 92, 131, 0.7)",
      "popup_text": "rgb(231, 219, 229)",
      "frame_inactive": "rgb(143, 96, 137)",
      "icons_attention": "rgb(255, 255, 255)",
      "icons": "rgb(206, 186, 187)",
      "ntp_background": "rgb(181, 176, 205)",
      "ntp_text": "rgb(109, 38, 41)",
      "popup_border": "rgb(181, 176, 205)",
      "sidebar_border": "rgb(36, 4, 39)",
      "sidebar_highlight_text": "rgb(143, 96, 137)",
      "sidebar_highlight": "rgba(203, 155, 206, 0.3)",
      "sidebar_text": "rgb(71, 64, 104)",
      "sidebar": "rgb(225, 224, 231)",
      "tab_background_separator": "rgba(34, 25, 77, 0)",
      "tab_loading": "rgb(190, 101, 105)",
      "toolbar_bottom_separator": "rgba(34, 25, 77, 0)",
      "toolbar_field_border_focus": "rgba(111, 92, 131, 0.8)",
      "toolbar_top_separator": "rgba(34, 25, 77, 0)"
    }
  }
}