Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dracula/hyper
🧛🏻♂️ Dark theme for Hyper
https://github.com/dracula/hyper
dracula-theme hyper hyper-dracula hyper-theme
Last synced: 3 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:37:54.000Z (14 days ago)
- Last Synced: 2024-10-29T06:25:20.916Z (14 days ago)
- Topics: dracula-theme, hyper, hyper-dracula, hyper-theme
- Language: JavaScript
- Homepage: https://draculatheme.com/hyper
- Size: 1.47 MB
- Stars: 83
- Watchers: 3
- Forks: 12
- 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).
![Screenshot](./screenshot.png)
## 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).
| [![Dang Van Thanh](https://avatars2.githubusercontent.com/u/2674850?v=4&s=70)](https://github.com/dangvanthanh) | [![Zeno Rocha](https://avatars1.githubusercontent.com/u/398893?v=4&s=70)](https://github.com/zenorocha) | [](https://github.com/HaeSe0ng) | [![Beau Allison](https://avatars1.githubusercontent.com/u/14225594?v=4&s=70)](https://github.com/beauallison) | [![Brandonptucker](https://avatars2.githubusercontent.com/u/1033893?v=4&s=70)](https://github.com/brandonptucker) | [![xmatheus](https://avatars2.githubusercontent.com/u/34286800?v=4&s=70)](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
[![Dracula PRO](./dracula-pro.png)](https://draculatheme.com/pro)
## License
[MIT License](./LICENSE)