feat(tmux): styling complete

This commit is contained in:
2026-03-23 22:51:16 -04:00
parent a88508e5f9
commit 19e76149a0

View File

@@ -2,14 +2,12 @@
# Source this near the end of ~/.tmux.conf.
set -g status-style "bg=#191A1C,fg=#F0F0F0"
set -g status-left-style "bg=#191A1C,fg=#F0F0F0"
set -g status-right-style "bg=#191A1C,fg=#F0F0F0"
set -g status-left-length 48
set -g status-left-length 80
set -g status-right-length 80
set -g status-justify centre
set -g window-status-separator " "
set -g status-left "#[fg=#191A1C,bg=#39CC9B,bold] #S #[fg=#39CC9B,bg=#191A1C]"
set -g status-right "#[fg=#66C3CC,bg=#191A1C]#[fg=#191A1C,bg=#66C3CC] %Y-%m-%d #[fg=#C9A26D,bg=#66C3CC]#[fg=#191A1C,bg=#C9A26D] %H:%M#[fg=#C9A26D,bg=#191A1C]"
set -g status-right "#[fg=#66C3CC,bg=#191A1C]#[fg=#191A1C,bg=#66C3CC] %Y-%m-%d #[fg=#C9A26D,bg=#66C3CC]#[fg=#191A1C,bg=#C9A26D] %H:%M#[fg=#C9A26D,bg=#191A1C]"
set -g message-style "bg=#202424,fg=#F0F0F0"
set -g message-command-style "bg=#202424,fg=#F0F0F0"