项目作者: lucasprag

项目描述 :
A black colorscheme for vim, real black background, #000000
高级语言: Vim script
项目地址: git://github.com/lucasprag/simpleblack.git
创建时间: 2019-01-04T04:10:44Z
项目社区:https://github.com/lucasprag/simpleblack

开源协议:Apache License 2.0

下载


Simple Black

A black colorscheme for (neo)vim, real black background, #000000.

Color schemes define colors for syntax groups which are defined by Vim and syntax highlighting plugins. This colorscheme should work even if you don’t have the syntax highlighting plugins listed below.

Supported languages/syntaxes:

More on the way!

simpleblack

Install

Using Plug and getting updates when running :PlugUpdate.

  1. Plug 'lucasprag/simpleblack'

You can also set a specific version if you want to not receive updates.

  1. Plug 'lucasprag/simpleblack', { 'tag': 'v0.4.0' } " latest version

Screenshots

Ruby

Notice that you can distinguish between module, class and method endings by color.

ruby

JavaScript

javascript

TypeScript

typescript

Elixir

elixir

Usage

Change your ~/.vimrc or ~/.config/nvim/init.vim.

  1. colorscheme simpleblack

Inspiration

Thanks