gruvbox inspired, clean and elegant tmux color theme.
Thanks to existing plugin managers for tmux, Gruvbox tmux can be installed for all platforms in a uniform way within a few lines of codes. The recommended manager is tpm, but any other manager like tundle can also be used.
To automatically download and activate Gruvbox tmux, follow the install instructions for tpm and
- add below code to your
tmux.conf
, by default.tmux.conf
located in your home directory
set -ga terminal-overrides ",screen-256color:Tc"
set -g default-terminal "screen-256color"
set -g @plugin "sridharsridha/gruvbox-tmux"
- press the default key binding
prefix
I to fetch- and install the plugin
Also see tpm's_ install instructions for more details.
Inspired by nord-tmux