No description
Find a file
2024-09-05 23:38:59 +02:00
docs/assets/img feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
.editorconfig feat: add editorconfig 2024-09-05 09:25:06 +02:00
.gitignore feat: exclude uncommited dir 2024-09-05 12:02:12 +02:00
CHANGELOG.md feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
gruvbox-tpm.tmux feat: add read file type for gruvbox-tmp.tmux 2024-09-05 09:25:36 +02:00
LICENSE Initial commit 2016-07-25 18:18:55 +02:00
README.md feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
tmux-gruvbox-dark-transparent.conf feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
tmux-gruvbox-dark.conf Add zoom indicator when pane is maximized 2021-04-19 13:36:46 +02:00
tmux-gruvbox-light-transparent.conf feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
tmux-gruvbox-light.conf Add zoom indicator when pane is maximized 2021-04-19 13:36:46 +02:00

Gruvbox theme for Tmux

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

Screenshot made from macOS alacritty terminal with xterm-256color and Hack Nerd Font Regular.
Backgrounds by Aleksandar Pasaric and Vishnu Murali.

Installation

Available Themes

  • dark
  • light
  • dark-transparent (experimental)
  • light-transparent (experimental)

Install manually

The simplest way is just:

Tip

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 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark' # or 'light', 'dark-transparent', 'light-transparent'

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ń