nighted.vim


Ⅰ. 插件描述

A dark colorscheme for 256-color terminal and gui

Ⅱ. 基本信息

创建日期:  2013-06-29
使用用户:  9
Github星:  11
插件作者:  Takaaki Hirano

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'wolf-dog/nighted-vim'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'wolf-dog/nighted-vim'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'wolf-dog/nighted-vim'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/wolf-dog/nighted.vim

Ⅳ. 文档说明

# nighted.vim

nighted.vim is a dark colorscheme with pale violet and blue foreground.

Designed for 256-color terminal emulaters, and also works well on gui version.

Screenshot

Installation

Copy nighted.vim to your .vim/colors directory, then do

:colorscheme nighted

Configurations

If you prefer transparent backgrounds, add the following to your .vimrc.

let g:nighted_transparent_bg = 1
" Then load normally
colorscheme nighted

添加新评论