{"id":13617019,"url":"https://github.com/facelessuser/merge-dracula-theme","last_synced_at":"2026-01-05T15:31:14.926Z","repository":{"id":44777832,"uuid":"257602526","full_name":"facelessuser/merge-dracula-theme","owner":"facelessuser","description":"Sublime Merge Dracula Theme","archived":false,"fork":false,"pushed_at":"2025-03-17T19:13:32.000Z","size":21063,"stargazers_count":48,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T20:23:29.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facelessuser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-21T13:21:21.000Z","updated_at":"2025-03-17T19:13:21.000Z","dependencies_parsed_at":"2025-02-04T06:21:33.331Z","dependency_job_id":"ad33b776-06ac-439f-85f3-6d15fd45cd11","html_url":"https://github.com/facelessuser/merge-dracula-theme","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2Fmerge-dracula-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2Fmerge-dracula-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2Fmerge-dracula-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2Fmerge-dracula-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facelessuser","download_url":"https://codeload.github.com/facelessuser/merge-dracula-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245359259,"owners_count":20602322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:01:35.947Z","updated_at":"2026-01-05T15:31:14.880Z","avatar_url":"https://github.com/facelessuser.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Theme - Dracula Neue\n\n[Dracula](https://draculatheme.com/) theme for Sublime Merge 2.\n\nRequires related [color scheme](https://github.com/facelessuser/sublime-dracula-scheme). The color scheme is based off\nthe Sublime Mariana color scheme, but uses the classic Dracula color palette. We do not use the official Dracula color\nscheme as we feel ours, which uses the newer color scheme format, provides better scoping with Sublime Text 4 and\nSublime Merge 2. Our theme also expects certain variables that are only provided in our specific implementation of the\nDracula color scheme. Additionally, we also provide Dracula Pro inspired variants in our color scheme package as well.\n\n![Sublime Merge](screenshots/Merge%20-%20Dracula.png)\n\n## Install\n\nUse Package Control (should be available soon).\n\nOr, assuming the required color scheme is installed, git clone the project or download it into your Sublime Merge `Packages`\nfolder as `Theme - Dracula Neue`. Edit your merge `Preferences.sublime-settings` file to use the Dracula theme:\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Classic.sublime-merge-theme\"\n}\n```\n\n## Dracula Neue Pro Variants\n\n**We are not affiliated with Dracula Pro, nor do we condone using the official paid for themes without paying for them,\nbut this theme is an original work that uses the Dracula Pro palette, the theme itself is not derived from the source of\nany official Dracula theme.**\n\nSublime Merge supports the Dracula Pro variants that are provided in our [Dracula color schemes](https://github.com/facelessuser/sublime-dracula-scheme).\nThe Sublime Merge theme pulls the colors directly from the color schemes. The Pro color schemes were derived via\ninspection of the official [Dracula Pro site](https://draculatheme.com/pro). All the colors are found in the official\nsite, and any that were not were derived from the information gathered there.\n\nFor those who want access to officially supported Dracula themes, they should consider purchasing Dracula pro from the\nofficial [Dracula Pro site](https://draculatheme.com/pro).\n\n### Dracula Neue Pro\n\n![Pro](screenshots/Merge%20-%20Pro.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro.sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Alucard)\n\n![Alucard](screenshots/Merge%20-%20Alucard.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Alucard).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Buffy)\n\n![Buffy](screenshots/Merge%20-%20Buffy.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Buffy).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Blade)\n\n![Blade](screenshots/Merge%20-%20Blade.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Blade).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Lincoln)\n\n![Lincoln](screenshots/Merge%20-%20Lincoln.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Lincoln).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Morbius)\n\n![Morbius](screenshots/Merge%20-%20Morbius.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Morbius).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Van Helsing)\n\n![Van Helsing](screenshots/Merge%20-%20Van%20Helsing.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Van Helsing).sublime-merge-theme\"\n}\n```\n\n### Dracula Neue Pro (Nosferatu)\n\nNosferatu Pro is our take on a Pro theme with the classic Dracula background and comments. It gives a more bluish\nbackground hue than the purple hue of the normal Pro theme. We feel this combination was a missed opportunity for lovers\nof the original Dracula.\n\n![Nosferatu](screenshots/Merge%20-%20Nosferatu.png)\n\n```jsonc\n//  Packages/User/Preferences.sublime-settings\n\n{\n    \"theme\": \"Dracula Neue Pro (Nosferatu).sublime-merge-theme\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2Fmerge-dracula-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacelessuser%2Fmerge-dracula-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2Fmerge-dracula-theme/lists"}