Skip to content

LawAbidingCactus/tmux-gruvbox-truecolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gruvbox colorscheme for tmux

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

This is a heavily modified fork of tmux-gruvbox.

Features/Differences:

  • Uses gruvbox's hexadecimal colors (most terminal emulators have truecolor support)
  • Indicates when the prefix key has been pressed
  • If vi-mode is enabled (if $EDITOR contains vi), the statusbar will indicate its mode while being edited
  • Highlights unfocused windows with activity or terminal bells
  • Does not use custom glyphs

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 'lawabidingcactus/tmux-gruvbox-truecolor'

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages