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' } }