https://github.com/dracula/hyper
🧛🏻♂️ Dark theme for Hyper
https://github.com/dracula/hyper
dracula-theme hyper hyper-dracula hyper-theme
Last synced: 10 months ago
JSON representation
🧛🏻♂️ Dark theme for Hyper
- Host: GitHub
- URL: https://github.com/dracula/hyper
- Owner: dracula
- License: mit
- Created: 2016-08-01T15:04:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T14:00:48.000Z (about 1 year ago)
- Last Synced: 2025-04-19T12:35:02.667Z (10 months ago)
- Topics: dracula-theme, hyper, hyper-dracula, hyper-theme
- Language: JavaScript
- Homepage: https://draculatheme.com/hyper
- Size: 1.48 MB
- Stars: 87
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dracula for [Hyper](https://hyper.is)
> A dark theme for [Hyper](https://hyper.is).

## Install
All instructions can be found at [draculatheme.com/hyper](https://draculatheme.com/hyper).
## Tips
The screenshot shown is a combination of the following additional software:
- [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)
- [Prezto](https://github.com/sorin-ionescu/prezto)
- [Powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k#rbenv)
- [Fast syntax highlighting](https://github.com/zdharma/fast-syntax-highlighting)
- [Hack Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)
## Vim and Hyper
If you have issues Vim and Hyper theme colour mismatch. Open `.vimrc` or `init.vim` adding these lines before the line with `colorscheme dracula`
```
let g:dracula_colorterm = 0
let g:dracula_italic = 0
```
Or issues macOS Big Sur broke italics in Vim
```
let &t_ZH="\e[3m"
let &t_ZR="\e[23m"
g:dracula_italic = 1
```
## Team
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/hyper/graphs/contributors).
| [](https://github.com/dangvanthanh) | [](https://github.com/zenorocha) | [
](https://github.com/HaeSe0ng) | [](https://github.com/beauallison) | [](https://github.com/brandonptucker) | [](https://github.com/xmatheus) |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| Dang Van Thanh | Zeno Rocha | Haeseong Je | Beau Allison | Brandonptucker | xmatheus |
## Community
- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.
## Dracula PRO
[](https://draculatheme.com/pro)
## License
[MIT License](./LICENSE)