dracula-theme


Ⅰ. 插件描述

:scream: A dark theme for all the things!

Ⅱ. 基本信息

创建日期:  2013-10-27
使用用户:  15
Github星:  11665
插件作者:  Dracula Theme

Ⅲ. 安装方法

使用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

Dracula

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

PaletteHexRGBHSLColor Picker Boxes
Background#282a3640 42 54231° 15% 18%Background Color
Current Line#44475a68 71 90232° 14% 31%Current Line Color
Selection#44475a68 71 90232° 14% 31%Selection Color
Foreground#f8f8f2248 248 24260° 30% 96%Foreground Color
Comment#6272a498 114 164225° 27% 51%Comment Color
Cyan#8be9fd139 233 253191° 97% 77%Cyan Color
Green#50fa7b80 250 123135° 94% 65%Green Color
Orange#ffb86c255 184 10831° 100% 71%Orange Color
Pink#ff79c6255 121 198326° 100% 74%Pink Color
Purple#bd93f9189 147 249265° 89% 78%Purple Color
Red#ff5555255 85 850° 100% 67%Red Color
Yellow#f1fa8c241 250 14065° 92% 76%Yellow Color

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

Changelog

The changelog is available on the release page in each theme's repository.

License

MIT License © Dracula Theme

添加新评论