use gruvbox for tmux

This commit is contained in:
Peter Cai 2022-04-14 21:19:08 -04:00
parent 9e884bd103
commit be5c0939a5
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@ colors:
foreground: '0xdfbf8e' foreground: '0xdfbf8e'
normal: normal:
black: '0x665c54' black: '0x393939' # Mainly to accomodate for the status bar color of tmux-gruvbox
red: '0xea6962' red: '0xea6962'
green: '0xa9b665' green: '0xa9b665'
yellow: '0xe78a4e' yellow: '0xe78a4e'

View File

@ -16,6 +16,9 @@ bind % split-window -h -c "#{pane_current_path}"
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first # Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
# Theme # Theme
set -g @plugin "arcticicestudio/nord-tmux" set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark'
#set -g @plugin 'jimeh/tmux-themepack'
#set -g @themepack 'powerline/double/magenta'
# Load Tmux Plugin Manager (keep this at the end) # Load Tmux Plugin Manager (keep this at the end)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'