From 9434cfe49a7a0510b2a244a828e90794675bd46c Mon Sep 17 00:00:00 2001 From: sharpshark28 Date: Tue, 24 Jan 2017 22:26:38 -0600 Subject: [PATCH] yellow statusbar for tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'