A tmux color scheme based on the gruvbox color palette and based on the tmux-gruvbox dark theme.
Currently this is only tested on systems with 24-bit color support. Making the theme degrade gracefully for 8-bit palettes is in the works.
Install with TPM:
set -g @plugin 'jsec/tmux-gruvbox-light'
or add to your tmux.conf
file:
source-file "/path/to/repository/tmux-gruvbox-light.conf"
- Clean up theme
- Add support for 256 color palettes.
MIT