tortus.vim


Ⅰ. 插件描述

Dark (grey and yellow on black) color scheme based on on torte.vim

Ⅱ. 基本信息

创建日期:  2016-05-22
使用用户:  2
Github星:  1
插件作者:  Patrick Meiser-Knosowski

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/knop-01/tortus

Ⅳ. 文档说明

# tortus

vim script type

color scheme

description

Dark (grey and yellow on black) color scheme based on on torte.vim
(vimscript #111), motus.vim (vimscript #1393) and
metacosm.vim (vimscript #985).

Designed for gvim to be used with vim plugins for KRL (vimscript #5344)
and Rapid (vimscript #5348). Should work fine on console as well.
It started as a copy of torte.vim and drifted away more and more.

tortus.vim gets quiet colorful.
If it's too colorful for you try tortusless.vim.

tortus.vim example vimscript
tortus.vim example vimscript
tortus.vim example rapid
tortus.vim example rapid
tortus.vim example krl
tortus.vim example krl

tortusless.vim example vimscript
tortusless.vim example vimscript
tortusless.vim example rapid
tortusless.vim example rapid
tortusless.vim example krl
tortusless.vim example krl

Credits goes to Thorsten Maerz, Sergei Matusevich and Robert Melton.

install details

Copy tortus.vim and tortusless.vim to ~/.vim/colors/,
Windows users copy it to c:\Users\<username>\vimfiles\colors\

Put the following lines in your .vimrc for using this color scheme:

colorscheme tortus " or tortusless " a bit less aggressive version

If you use this colorscheme with krl.vim or rapid.vim >=1.3.0 and <2.0.0 put

let g:krlNoHighLink=1
let g:rapidNoHighLink=1 

in .vimrc as well.

添加新评论