/grb256

Gary Bernhardt's grb256 Vim color scheme

Primary LanguageVim Script

GRB256

grb256 is a Vim color scheme by Gary Bernhardt, based on ir_black, "the last Vim color scheme you'll ever need", by Todd Werth.

The file exists in garybernhardt/dotfiles/.vim/colors/grb256.vim; this is a standalone version suitable to be packaged.

There are several other versions of the same thing, such as:

The main difference is this preserves the original Git history (as well as possible) from Gary's original implementation.

Usage

Install in pack/*/opt/grb256 and add

packadd grb256
colorscheme grb256

or

vim.cmd.packadd("grb256")
vim.cmd.colorscheme("grb256")

to your configuration file.