Gruvbox Material color scheme configuration for Tmux, forked from egel/tmux-gruvbox
The simplest way is just:
HINT: Always make a backup of your config files before any action.
cat dark-medium.conf >> ~/.tmux.conf
Install through Tmux Plugin Manager
Add plugin to the list of TPM plugins in .tmux.conf
and select desired theme
set -g @plugin 'hasundue/tmux-gruvbox-material'
set -g @gruvbox-material_theme 'dark' # or 'light'
set -g @gruvbox-material_contrast 'medium' # or 'soft' or 'hard'
Hit prefix + I
to fetch the plugin and source it. Your Tmux should be updated with the theme at this point.
GPLv3 - Maciej Sypień