Botanical

Botanical

A dark green and golden theme with a botanical backdrop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Botanical",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(48, 61, 38, 0.89)",
      "toolbar_text": "rgb(233, 220, 190)",
      "frame": "rgb(255, 166, 0)",
      "tab_background_text": "rgb(255, 166, 0)",
      "toolbar_field": "rgba(255, 166, 0, 0.39)",
      "toolbar_field_text": "rgb(233, 220, 190)",
      "tab_line": "rgba(255, 166, 0, 0.39)",
      "popup": "rgb(233, 220, 190)",
      "popup_text": "rgb(12, 16, 8)",
      "button_background_hover": "rgba(255, 166, 0, 0.39)",
      "icons": "rgb(255, 166, 0)",
      "tab_selected": "rgb(128, 101, 24)",
      "toolbar_bottom_separator": "rgb(255, 166, 0)",
      "toolbar_field_border": "rgb(12, 16, 8)",
      "toolbar_top_separator": "rgb(255, 166, 0)",
      "tab_loading": "rgba(255, 166, 0, 0.39)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2898138f-ea82-46f9-bb76-dc90cf1bde37}"
    }
  }
}