simpleblack icon indicating copy to clipboard operation
simpleblack copied to clipboard

A black colorscheme for vim, real black background, #000000

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.

Plug 'lucasprag/simpleblack'

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

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.

colorscheme simpleblack

Inspiration

Thanks