Skip to content

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

License

Notifications You must be signed in to change notification settings

lucasprag/simpleblack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e774b34 · May 24, 2020

History

24 Commits
May 24, 2020
May 24, 2020
May 24, 2020
May 24, 2020
Jan 4, 2019
May 24, 2020

Repository files navigation

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