Examine source code of Dracula Dark (VSCode Based)

Inspect and view changes in Dracula Dark (VSCode Based) 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.0",
  "name": "Dracula Dark",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(33, 34, 44)",
      "toolbar_text": "rgb(98, 114, 164)",
      "frame": "rgb(25, 26, 33)",
      "tab_background_text": "rgb(128, 140, 180)",
      "toolbar_field": "rgb(40, 42, 54)",
      "toolbar_field_text": "rgb(183, 190, 207)",
      "tab_line": "rgb(183, 93, 153)",
      "popup": "rgb(52, 55, 70)",
      "popup_text": "rgb(215, 226, 239)",
      "tab_loading": "rgb(183, 93, 153)"
    }
  }
}