White and blue (neo)vim colorscheme. It is currently under development and is subject to change drastically.
- support for nvim-dap-ui colors.
{
"jfoscarini/icycle.vim",
config = function()
vim.cmd.set("background=light")
vim.cmd.colorscheme("icycle")
end
}
Plug 'jfoscarini/icycle.vim'
set background=light
colorscheme icycle
Note: you must enable true colors in (neo)vim.