Fire & Ice

My favorite theme Picture Credit: https://wallpapersafari.com/w/JnCfD2
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": "Between Fire & Ice",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(0, 0, 0, 0)",
      "toolbar_text": "rgb(255, 0, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgba(0, 0, 0, 0)",
      "popup": "rgba(255, 255, 255, 0.75)",
      "popup_text": "rgb(255, 0, 0)",
      "icons": "rgba(255, 255, 255, 0.5)",
      "ntp_background": "rgba(0, 255, 252, 0.12)",
      "popup_border": "rgb(0, 0, 255)",
      "sidebar_border": "rgb(255, 0, 0)",
      "sidebar_text": "rgb(255, 0, 0)",
      "sidebar": "rgb(255, 164, 164)",
      "tab_selected": "rgba(255, 255, 255, 0.5)",
      "tab_text": "rgb(0, 0, 0)",
      "tab_loading": "rgba(0, 0, 0, 0)"
    }
  }
}