My own variation of gruvbox colorscheme made with :love:.
how to to install gruvboy.nvim with packer.nvim or vim-plug
use {
'mnabila/gruvboy.nvim',
}
Plug 'mnabila/gruvboy.nvim'
now set gruvboy.nvim as your default colorscheme in vimrc
if using init.lua
vim.cmd("colorscheme gruvboy")
if using init.vim
colorscheme gruvboy
Source is available under the Mit License