From 8353ad7853f1b0235decd5f8ef6cb0a10903385a Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 6 Aug 2019 13:13:45 -0400 Subject: [PATCH] tmux: use prettier colors --- applications/tmux.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/applications/tmux.conf b/applications/tmux.conf index 94a2027..04c51bd 100644 --- a/applications/tmux.conf +++ b/applications/tmux.conf @@ -1,6 +1,13 @@ +# set up terminal set -g default-terminal "st-256color" -set -s escape-time 0 set -g destroy-unattached on +set -g status-style bg="#241d29" +set -ag status-style fg="#ffffff" + +# misc. settings +set -s escape-time 0 + +# set prefix unbind C-b set -g prefix C-'\' bind C-'\' send-prefix