Beautiful Wonderland

Beautiful Wonderland

Dark wonderland theme, between reality and fantasy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "BeautifulWonderland@Godie"
    }
  },
  "name": "Beautiful Wonderland",
  "description": "Dark wonderland theme, between reality and fantasy.",
  "version": "1.0",
  "icons": {
    "32": "icon.png"
  },
  "theme": {
    "images": {
      "additional_backgrounds": [
        "wonderland.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ],
      "color_scheme": "dark",
      "content_color_scheme": "dark"
    },
    "colors": {
      "frame": "#0d1117",
      "tab_background_text": "#bbc1c9",
      "frame_inactive": "#12161c",
      "toolbar": "#101019bc",
      "toolbar_text": "#b7bec8",
      "toolbar_field": "#101019bc",
      "toolbar_field_text": "#b7bec8",
      "toolbar_top_separator": "#262c33",
      "toolbar_bottom_separator": "#0f0b0e",
      "bookmark_text": "#b7bec8",
      "toolbar_field_border": "#30363d70",
      "toolbar_field_focus": "#101016fc",
      "toolbar_field_border_focus": "#00b3b380",
      "toolbar_field_highlight": "#00ffff60",
      "toolbar_field_highlight_text": "#ffffff",
      "toolbar_field_text_focus": "#b7bec8",
      "toolbar_vertical_separator": "#262c33",
      "button_background_hover": "#51536190",
      "button_background_active": "#90909070",
      "icons": "#00b3b3",
      "icons_attention": "#00b3b3",
      "ntp_background": "#100f17",
      "ntp_text": "#e4e8ec",
      "ntp_card_background": "#22202b",
      "popup": "#100f17",
      "popup_text": "#e4e8ec",
      "popup_border": "#322d39",
      "popup_highlight": "#00ffff60",
      "sidebar": "#16141f",
      "sidebar_text": "#b7bec8",
      "sidebar_border": "#0f0b0e",
      "sidebar_highlight": "#00ffff60",
      "sidebar_highlight_text": "#fefefe",
      "tab_selected": "#262c3320",
      "tab_line": "#262c33",
      "tab_loading": "#00b3b3",
      "tab_loading_inactive": "#00b3b3",
      "tab_text": "#fefefe",
      "tab_attention_dot": "#00b3b3"
    }
  }
}