Add terminal colours to tmux

master
Nathan Steel 2 years ago
parent 2e683b9427
commit eac3a30104

@ -86,6 +86,8 @@ set -g status-fg white
set-window-option -g window-status-current-style fg=black,bg=white
set -g status-interval 60
set -g status-left-length 30
# Set colours
set -g default-terminal "screen-256color"
# https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
# loud or quiet?

Loading…
Cancel
Save