From 19e76149a071268802aa527267870fe3e4e88a6f Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Mon, 23 Mar 2026 22:51:16 -0400 Subject: [PATCH] feat(tmux): styling complete --- rider-palette/.config/rider-palette/tmux.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rider-palette/.config/rider-palette/tmux.conf b/rider-palette/.config/rider-palette/tmux.conf index 17bea64..de35ccb 100644 --- a/rider-palette/.config/rider-palette/tmux.conf +++ b/rider-palette/.config/rider-palette/tmux.conf @@ -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"