Change Tmux theme

This commit is contained in:
Fabio Scotto di Santolo
2024-07-15 11:50:46 +02:00
parent b37fc5151a
commit 174be37622
4 changed files with 8 additions and 1 deletions

View File

@@ -8,8 +8,12 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'erikw/tmux-powerline'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'wfxr/tmux-power'
set-option -g @plugin 'b0o/tmux-autoreload'
# Customizing Tmux Power theme
set -g @tmux_power_theme '#99c1f1'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'