fix: attempt #3.002 at fixing colours in tmux

primary
George Rawlinson 2022-01-12 19:58:30 +13:00
parent 734e09fa37
commit e35068c550
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ set -g status-position top # status bar at top
set -g status-style "fg=colour6,bg=black" # {fore,back}ground colours
set -g window-status-separator " " # status separator - space
set -g status-left "" # left status bar not used
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",screen-256color:RGB"
# right status bar - prefix/copy status - iso8601 date + time
set -g status-right "#{prefix_highlight} #[fg=black,bg=colour6] %y-%m-%d #[bg=black] #[fg=black,bg=colour4] %H:%M "