Glass Aero Evolution

Glass Aero Evolution

Aero inspired glass theme with many translucent elements in the UI with a fresh Fluent-inspired look & feel. UI accents based on my theme: https://addons.mozilla.org/en-US/firefox/addon/neon-aesthetic-evolution/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Glass Aero Evolution",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(26, 10, 10, 0.4)",
      "toolbar_text": "rgb(157, 82, 162)",
      "frame": "rgb(36, 4, 39)",
      "tab_background_text": "rgb(203, 155, 206)",
      "toolbar_field": "rgba(24, 28, 43, 0.3)",
      "toolbar_field_text": "rgb(203, 155, 206)",
      "tab_line": "rgb(124, 237, 236)",
      "popup": "rgba(34, 25, 77, 0.75)",
      "popup_text": "rgb(181, 176, 205)",
      "frame_inactive": "rgb(143, 96, 137)",
      "icons_attention": "rgb(124, 237, 236)",
      "icons": "rgb(203, 155, 206)",
      "ntp_background": "rgb(36, 4, 39)",
      "ntp_text": "rgb(203, 155, 206)",
      "popup_border": "rgb(157, 82, 162)",
      "sidebar_border": "rgb(36, 4, 39)",
      "sidebar_highlight_text": "rgb(203, 155, 206)",
      "sidebar_highlight": "rgba(203, 155, 206, 0.3)",
      "sidebar_text": "rgb(181, 176, 205)",
      "sidebar": "rgb(34, 25, 77)",
      "tab_background_separator": "rgba(34, 25, 77, 0)",
      "toolbar_bottom_separator": "rgba(34, 25, 77, 0)",
      "toolbar_field_border_focus": "rgb(157, 82, 162)",
      "toolbar_top_separator": "rgba(34, 25, 77, 0)",
      "tab_loading": "rgb(124, 237, 236)"
    }
  }
}