diff --git a/tmux.conf b/tmux.conf index e1e6e97..5ba0d6b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,7 +20,7 @@ set -g default-shell $SHELL set -g default-command 'reattach-to-user-namespace -l ${SHELL}' # Theme -set -g @themepack 'block/gray' +set -g @themepack 'block/yellow' # Plugins set -g @plugin 'tmux-plugins/tpm'