Drive

Drive

Neon Theme inspired by the Film Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Drive",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(19, 22, 81, 0.57)",
      "toolbar_text": "rgb(13, 253, 253)",
      "frame": "rgb(20, 24, 134)",
      "tab_background_text": "rgb(13, 253, 253)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 28, 144)",
      "tab_line": "rgb(255, 28, 144)",
      "popup": "rgb(10, 12, 80)",
      "popup_text": "rgb(13, 253, 253)",
      "button_background_active": "rgb(255, 28, 144)",
      "button_background_hover": "rgb(55, 60, 176)",
      "icons_attention": "rgb(244, 42, 45)",
      "popup_border": "rgb(255, 28, 144)",
      "tab_loading": "rgb(255, 28, 144)"
    }
  }
}