/tmux-gruvbox

Gruvbox color scheme for Tmux.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Gruvbox color theme configuration for Tmux

Theme with 'retro groove' flavor for Tmux, based on Pavel Pertsev's [gruvbox colorscheme][github-grovbox] and inspired by work of Gordon Chiam. Subthemes switching inspired by [tmux-color-solarized][tmux-color-solarized].

Installation

Install manually

The simplest way is just:

HINT: Always make a backup of your config files before any action.

cat tmux-gruvbox-dark.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 'peglah/tmux-gruvbox'
set -g @tmux-gruvbox 'dark' # or 'light'

Hit prefix + I to fetch the plugin and source it. Your Tmux should be updated with the theme at this point.

License

GPLv3 - Maciej Sypień