Dracula theme for Sublime Merge 2.
Requires related color scheme. The color scheme is based off the Sublime Mariana color scheme, but uses the classic Dracula color palette. We do not use the official Dracula color scheme as we feel ours, which uses the newer color scheme format, provides better scoping with Sublime Text 4 and Sublime Merge 2. Our theme also expects certain variables that are only provided in our specific implementation of the Dracula color scheme. Additionally, we also provide Dracula Pro inspired variants in our color scheme package as well.
Use Package Control (should be available soon).
Or, assuming the required color scheme is installed, git clone the project or download it into your Sublime Merge Packages
folder as Theme - Dracula Neue. Edit your merge Preferences.sublime-settings file to use the Dracula theme:
We are not affiliated with Dracula Pro, nor do we condone using the official paid for themes without paying for them, but this theme is an original work that uses the Dracula Pro palette, the theme itself is not derived from the source of any official Dracula theme.
Sublime Merge supports the Dracula Pro variants that are provided in our Dracula color schemes. The Sublime Merge theme pulls the colors directly from the color schemes. The Pro color schemes were derived via inspection of the official Dracula Pro site. All the colors are found in the official site, and any that were not were derived from the information gathered there.
For those who want access to officially supported Dracula themes, they should consider purchasing Dracula pro from the official Dracula Pro site.
// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro.sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Alucard).sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Buffy).sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Blade).sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Lincoln).sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Morbius).sublime-merge-theme"
}// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Van Helsing).sublime-merge-theme"
}Nosferatu Pro is our take on a Pro theme with the classic Dracula background and comments. It gives a more bluish background hue than the purple hue of the normal Pro theme. We feel this combination was a missed opportunity for lovers of the original Dracula.
// Packages/User/Preferences.sublime-settings
{
"theme": "Dracula Neue Pro (Nosferatu).sublime-merge-theme"
}







