Skip to content

Commit

Permalink
Fix tmux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
loliee committed May 31, 2021
1 parent 0038748 commit 5644f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
# 003 > yellow
# 235 > grey
set -g mode-style bg=colour008,fg=default
set -g status-bg "default"
set -g status-style bg=default
set -g message-command-style fg=colour003,bg=colour003,bright
set -g status-justify "centre"
set -g status-left-length "100"
Expand Down

0 comments on commit 5644f05

Please sign in to comment.