Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.48 KB

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