# tangere-dark status bar, sourced by the client-dark-theme hook in ~/.tmux.conf # # Colours are tangere-dark palette entries so the bar matches the ghostty theme. # Text sitting on an accent uses the theme background (#1a2938). # #fdfdd9 foreground #1a2938 background #2f4656 dim (15) # #8fb4cd blue (4) #6dafb5 cyan (2) #bb98d9 magenta (5) # Tweak status bar styles set -g status-style bg=default,fg='#fdfdd9' # Left side: session name with blue accent set -g status-left "#[fg=#1a2938,bg=#8fb4cd,bold] #S #[fg=#8fb4cd,bg=default]\ue0b0" # Right side: multi-segment with transitions set -g status-right "#[fg=#6dafb5,bg=default]\ue0b2#[fg=#1a2938,bg=#6dafb5] %H:%M #[fg=#bb98d9,bg=#6dafb5]\ue0b2#[fg=#1a2938,bg=#bb98d9] %d-%b " # Inactive windows (no powerline symbols) setw -g window-status-format "#[fg=#2f4656,bg=default] #I #W " # Active window (cyan highlight, no powerline) setw -g window-status-current-format "#[fg=#1a2938,bg=#6dafb5,bold] #I #W "