From 2e8ac63be02dc49a623cf517b43e1826097bccbe Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 21 Jan 2021 11:47:51 +0100 Subject: [PATCH] Added forgotten space. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7eb7058..4b1db6d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -224,7 +224,7 @@ tmux_conf() { } >> ~/.tmux.conf else { - echo 'setw -g window-status-current-style "bg=colour8'` + echo 'setw -g window-status-current-style "bg=colour8 '` `'fg=colour15 bold"' echo "set -g pane-border-style fg=green" echo 'set -g pane-active-border-style "bg=default fg=brightyellow"'