[go: up one dir, main page]

Skip to content

fionn/grb256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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.