Examine source code of Dracula like the Discord theme

Inspect and view changes in Dracula like the Discord theme 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.1",
  "name": "Dracula",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-001-9c6d74e14860e77ee6f8f43e824bff25.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(32, 34, 44)",
      "toolbar_text": "rgb(189, 147, 249)",
      "frame": "rgb(8, 11, 33)",
      "tab_background_text": "rgb(72, 57, 100)",
      "toolbar_field": "rgb(40, 42, 54)",
      "toolbar_field_text": "rgb(189, 147, 249)",
      "tab_line": "rgb(189, 147, 249)",
      "popup": "rgb(36, 38, 49)",
      "popup_text": "rgb(215, 226, 239)",
      "tab_loading": "rgb(189, 147, 249)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{75b15e58-73b8-4898-8775-5a88e4849866}"
    }
  }
}