fix: attempt #3.002 at fixing colours in tmux
This commit is contained in:
parent
734e09fa37
commit
e35068c550
1 changed files with 2 additions and 0 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue