Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 256 Bytes

vim-colors-truecolor

A color scheme that supports any base16 color pallete.

vim.cmd('colorscheme truecolor')
vim.g.truecolor_colors = {
    -- See lua/truecolor.lua for all options.
    black = { ansi = '00', rgb = '#000000' }
}