https://github.com/facelessuser/merge-dracula-theme
Sublime Merge Dracula Theme
https://github.com/facelessuser/merge-dracula-theme
Last synced: 21 days ago
JSON representation
Sublime Merge Dracula Theme
- Host: GitHub
- URL: https://github.com/facelessuser/merge-dracula-theme
- Owner: facelessuser
- License: mit
- Created: 2020-04-21T13:21:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T19:13:32.000Z (28 days ago)
- Last Synced: 2025-03-17T20:23:29.837Z (28 days ago)
- Size: 20.1 MB
- Stars: 48
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome - facelessuser/merge-dracula-theme - Sublime Merge Dracula Theme (Others)
README
# Theme - Dracula Neue
[Dracula](https://draculatheme.com/) theme for Sublime Merge 2.
Requires related [color scheme](https://github.com/facelessuser/sublime-dracula-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.
## Install
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:```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Classic.sublime-merge-theme"
}
```## Dracula Neue Pro Variants
**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](https://github.com/facelessuser/sublime-dracula-scheme).
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](https://draculatheme.com/pro). 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](https://draculatheme.com/pro).### Dracula Neue Pro

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro.sublime-merge-theme"
}
```### Dracula Neue Pro (Alucard)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Alucard).sublime-merge-theme"
}
```### Dracula Neue Pro (Buffy)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Buffy).sublime-merge-theme"
}
```### Dracula Neue Pro (Blade)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Blade).sublime-merge-theme"
}
```### Dracula Neue Pro (Lincoln)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Lincoln).sublime-merge-theme"
}
```### Dracula Neue Pro (Morbius)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Morbius).sublime-merge-theme"
}
```### Dracula Neue Pro (Van Helsing)

```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Van Helsing).sublime-merge-theme"
}
```### Dracula Neue Pro (Nosferatu)
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.
```jsonc
// Packages/User/Preferences.sublime-settings{
"theme": "Dracula Neue Pro (Nosferatu).sublime-merge-theme"
}
```