Skip to content

Commit

Permalink
[tmux] Fix tmux colour
Browse files Browse the repository at this point in the history
I guess the default changed which clashes a lot with my theme,
since I was only overriding some of the defaults
  • Loading branch information
MarcelRobitaille committed Apr 28, 2021
1 parent 4986504 commit 7786ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bind -n C-S-Right resize-pane -R 1
set -g status-left ''
set -g status-right ''
set -g status-bg default
set -g status-bg terminal
set -g status-fg white
setw -g window-status-format " #I #W "
Expand Down

0 comments on commit 7786ad5

Please sign in to comment.