From 03eb46689d4a92fb89ab0259c671ec2987080eb7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 8 Apr 2014 14:51:46 -0700 Subject: [PATCH] Fix .tmux.conf --- dotfiles/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 932018e0..0db9bd67 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -5,5 +5,5 @@ set-option -g status-utf8 on set-option -g status-justify "centre" set-option -g status-left-length 60 set-option -g status-right-length 90 -set-option -g status-bg colour 235 -set-option -g status-fg colour 255 \ No newline at end of file +set-option -g status-bg colour235 +set-option -g status-fg colour255 \ No newline at end of file