From bf244aead82d955f5c5f8ef5573d5ec51daf44f1 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 3 Dec 2019 09:13:10 +0000
Subject: [PATCH] Change status bar colours

---
 tag-tmux/tmux.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 4a22ae69..d841b8f0 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -10,6 +10,9 @@ bind-key -n C-l select-pane -R
 
 set-option -g default-terminal "screen-256color"
 
+set -g status-fg "#aaaaaa"
+set -g status-bg "#666666"
+
 bind-key - split-window -v  -c '#{pane_current_path}'
 bind-key \ split-window -h  -c '#{pane_current_path}'