Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T03:29:50.000Z (9 months ago)
- Last Synced: 2024-12-30T00:24:59.040Z (16 days ago)
- Topics: dracula-theme, zed, zed-extension, zed-theme
- Homepage:
- Size: 1.21 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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?)![Example of theme](./assets/screenshot.png)
## 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`.![Theme Palette](./assets/theme-palette.png)
## 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).