My Neovim colorscheme.
Add thicc_forest as a plugin.
use {
"mhanberg/thicc_forest",
requires = {"rktjmp/lush.nvim"},
config = function()
vim.cmd [[color thicc_forest]]
end,
}
require("lualine").setup({ options = { theme = require("thicc_forest.lualine") } })
Thicc Forest was forked from everforest and converted to a Lush theme.