A proper wal
/pywal theme for lualine.nvim.
Reads your ${XDG_CACHE_HOME}/wal/colors.lua
.
Will warn you if you don't have one, which you should if you use this plugin. See pywal documentation.
require('lualine').setup({
options = {
-- ...
theme = 'wal',
-- ...
},
})