Checkered Lain

Aesthetic Serial Experiments Lain Theme
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": "Checkered Lain",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(36, 21, 80)",
      "toolbar_text": "rgb(255, 241, 1)",
      "frame": "rgb(38, 86, 63)",
      "tab_background_text": "rgb(225, 244, 8)",
      "toolbar_field": "rgba(236, 1, 1, 0.94)",
      "toolbar_field_text": "rgb(252, 252, 252)",
      "tab_line": "rgb(54, 134, 149)",
      "popup": "rgb(5, 240, 221)",
      "popup_text": "rgb(14, 14, 14)",
      "tab_loading": "rgb(54, 134, 149)"
    }
  }
}