Examine source code of Re:Zero Rem and Ram. (Dark color scheme)

Inspect and view changes in Re:Zero Rem and Ram. (Dark color scheme) source codes across current and past versions
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.2",
  "name": "Rem And Ram. Dark color scheme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(130, 160, 230, 0.1)",
      "toolbar_text": "rgb(230, 130, 130)",
      "frame": "rgb(42, 42, 46)",
      "tab_background_text": "rgb(130, 160, 230)",
      "toolbar_field": "rgba(0, 0, 0, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 25, 255)",
      "popup": "rgb(42, 42, 46)",
      "popup_text": "rgb(215, 226, 239)",
      "icons": "rgb(130, 160, 230)",
      "ntp_background": "rgb(42, 42, 46)",
      "ntp_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(56, 56, 61)",
      "tab_loading": "rgb(0, 25, 255)"
    }
  }
}