Ⅰ. 插件描述
:scream: A dark theme for all the things!Ⅱ. 基本信息
|
Ⅲ. 安装方法
使用Vundle管理器安装
在你的.vimrc下添加:Plugin 'dracula/dracula-theme-who-speaks'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall
对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。
使用NeoBundle管理器安装
在你的.vimrc下添加:NeoBundle 'dracula/dracula-theme-who-speaks'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall
使用VimPlug管理器安装
在你的.vimrc下添加:Plug 'dracula/dracula-theme-who-speaks'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall
使用Pathogen管理器安装
在终端中运行以下命令:cd ~/.vim/bundle
git clone https://github.com/dracula/dracula-theme
Ⅳ. 文档说明
# Dracula Theme
A dark theme for Atom, Alfred, Emacs, Highlight.js, Hyper, iTerm, JetBrains, Pygments, Slack, Sublime Text, TextMate, Terminal.app, Vim, Xcode, Zsh and many more.
Install
All instructions can be found at draculatheme.com.
Color Palette
Palette | Hex | RGB | HSL | |
---|---|---|---|---|
Background | #282a36 | 40 42 54 | 231° 15% 18% | |
Current Line | #44475a | 68 71 90 | 232° 14% 31% | |
Selection | #44475a | 68 71 90 | 232° 14% 31% | |
Foreground | #f8f8f2 | 248 248 242 | 60° 30% 96% | |
Comment | #6272a4 | 98 114 164 | 225° 27% 51% | |
Cyan | #8be9fd | 139 233 253 | 191° 97% 77% | |
Green | #50fa7b | 80 250 123 | 135° 94% 65% | |
Orange | #ffb86c | 255 184 108 | 31° 100% 71% | |
Pink | #ff79c6 | 255 121 198 | 326° 100% 74% | |
Purple | #bd93f9 | 189 147 249 | 265° 89% 78% | |
Red | #ff5555 | 255 85 85 | 0° 100% 67% | |
Yellow | #f1fa8c | 241 250 140 | 65° 92% 76% |
FAQ
"Are you going to create a light color scheme?"
Nope. Dracula can't stand the light.
"Are you going to support editor X?"
We hope so, but we need your help to accomplish that. Since you're using code editor X you're probably much more experienced on it than us. So give it a try first!
"How do I submit a new theme?"
Please create a new repository containing the files from the template. Then add the files for your editor, shell, etc. based on the Color Palette above.
Next, submit an issue with a screenshot of the theme, and a link to your repository that contains the theme. If/when the theme is accepted, we'll create a new repository under the Dracula organization where you can submit a PR for the new theme. Once the theme is accepted, we will give you rights to maintain the theme.
Team
Dracula is a project created by Zeno Rocha with the help of many awesome contributors and maintainers. Each theme has it's own maintainer listed in the Team section of it's README.
Organization
Over the years Dracula has grown to support many more editors. With that came the challenge of supporting a myriad of editors, terminals, shells, and more in the same repository. Some package manager's require specific files and layouts which cause conflicts and make it harder to maintain.
So it was decided to change Dracula from a one repository theme to an organization. All themes have now been migrated to their own repository. With this change we can better support package managers, list maintainers, make installation instructions easier to find, and support independent releases.
Please see https://github.com/dracula for all of our repositories.
Credits
- Color palette inspired by @chenluois's Mou Night theme
- Sublime Text theme built on top of Monokai using @aziz's tmtheme editor
- ZSH theme built on top of @robbyrussell's theme
- Icons by @sunbzy
Changelog
The changelog is available on the release page in each theme's repository.
License
MIT License © Dracula Theme