seth0xd / tmux-gruvbox-truecolor

gruvbox theme for tmux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gruvbox colorscheme for tmux

Retro groove colorscheme for tmux, based on the excellent gruvbox theme for vim.

screenshot

This is a modified fork of tmux-gruvbox-truecolor.

Installation

Manual

Just clone this repo and add tmux-colorscheme.conf to your .tmux.conf:

cat tmux-colorscheme.conf >> ~/.tmux.conf

Or move tmux-colorscheme.conf to your home directory and source it in .tmux.conf:

source-file ~/tmux-colorscheme.conf

Tmux Plugin Manager

Add this repo to the list of TPM plugins in your .tmux.conf:

set -g @plugin 'https://gitlab.com/seth0xd/tmux-gruvbox-truecolor.git'

Press <prefix> + I to reload tmux with the plugin.

Troubleshooting

tmux's colors look weird

Try adding the following to your .tmux.conf:

set-option -as terminal-overrides ",xterm*:RGB"

Pane separator lines look weird

Something isn't correctly handling UTF-8 line drawing characters.

About

gruvbox theme for tmux

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%