From 3a95c38bdba6ff5d69b8a5ab2c797859a3fb1cf1 Mon Sep 17 00:00:00 2001 From: Corrado Primier Date: Sat, 10 Nov 2018 19:31:59 +0000 Subject: [PATCH] tmux: set a visual theme --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 961a432..bd8eaaf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -93,5 +93,9 @@ setw -g xterm-keys on # Remember to git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm set -g @plugin 'tmux-plugins/tpm' +# Visual theme +set -g @plugin 'jimeh/tmux-themepack' +set -g @themepack 'powerline/block/cyan' + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm'