To set a color scheme in Neovim using Lua add the following line to the init.lua
file
vim.cmd [[colorscheme onedark]]
In the example above, I use Onedark as the color scheme, but you can use whatever you like.
Read more on how to Kickstart Neovim here