A light theme colorscheme focused on readability and many different colors.
Using Packer (or adapt for your package manager of choice)
use 'MetriC-DT/balance-theme.nvim'
And somewhere in your init.vim
:
colorscheme balance
Alternatively, in lua:
require'balance'.setup()