Rich autumn leaves

A warm and natural theme for autumn, displaying rich colours.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Rich autumn leaves",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(220, 161, 28, 0.05)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(243, 98, 14)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(33, 16, 3)",
      "tab_line": "rgb(255, 231, 137)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(135, 77, 60)",
      "tab_loading": "rgb(255, 231, 137)"
    }
  }
}