https://github.com/jacobcoffee/blackula
A dark theme for Zed, with a hint of Dracula (or maybe the other way around?)
https://github.com/jacobcoffee/blackula
dracula-theme zed zed-extension zed-theme
Last synced: about 1 month ago
JSON representation
A dark theme for Zed, with a hint of Dracula (or maybe the other way around?)
- Host: GitHub
- URL: https://github.com/jacobcoffee/blackula
- Owner: JacobCoffee
- License: mit
- Created: 2024-04-16T15:37:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T03:29:50.000Z (over 1 year ago)
- Last Synced: 2025-08-30T05:02:14.559Z (about 1 month ago)
- Topics: dracula-theme, zed, zed-extension, zed-theme
- Homepage:
- Size: 1.21 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blackula
> [!NOTE]
> A dark theme for Zed, with a hint of Dracula (or maybe the other way around?)
## Installation
You have a few options (in order of preference):
1. Install via Zed extensions:
1. Open Zed.
2. Press `Cmd/Ctrl+Shift+P` to open the command palette.
3. Select `zed: extensions`
4. Type `blackula` and click `Install`.
2. Open [`blackula.json`](./themes/blackula.json) and copy/paste that into your `~/.config/zed/themes/` directory as `blackula.json`
3. Clone this repository, move into your `~/.config/zed/themes/` directory.## Usage
Once you have the theme installed, you can enable it by opening the theme
palette (`Cmd/Ctrl+K` -> `Cmd/Ctrl+T`) and selecting `blackula`.
## License
MIT
## Credits
I basically merged [The Dark Side](https://github.com/Imgkl/the-dark-side),
my own custom JetBrains theme, and [Dracula](https://github.com/dracula/zed).