No description
Find a file
Maciej Sypień 16ae62370e
Fix dark theme against changes in tmux v2.9
Update tmux-gruvbox-dark.conf

Co-Authored-By: egel <egel@users.noreply.github.com>

Update config and remove depricated/outdated configuration
2019-05-05 20:57:49 +02:00
CHANGELOG.md Fix dark theme against changes in tmux v2.9 2019-05-05 20:57:49 +02:00
gruvbox-tpm.tmux Make the theme installable through TPM (#4) 2018-11-27 19:01:25 +01:00
LICENSE Initial commit 2016-07-25 18:18:55 +02:00
README.md Make the theme installable through TPM (#4) 2018-11-27 19:01:25 +01:00
tmux-gruvbox-dark.conf Fix dark theme against changes in tmux v2.9 2019-05-05 20:57:49 +02:00

Gruvbox color theme configuration for Tmux

Theme with 'retro groove' flavor for Tmux, based on Pavel Pertsev's gruvbox colorscheme and inspired by work of Gordon Chiam.

Screenshot made from Mac OSX builtin terminal with xterm-256color and Hack font.

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

set -g @plugin 'egel/tmux-gruvbox'

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ń