From 2fdd97ab10f7fa88f1fa840d0640373b122bcc7b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 9 Jun 2026 22:09:38 +0300 Subject: tmux.rocky.conf: switch to red/orange color scheme --- tmux/tmux.rocky.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tmux/tmux.rocky.conf b/tmux/tmux.rocky.conf index 2681c8c..8723d3c 100644 --- a/tmux/tmux.rocky.conf +++ b/tmux/tmux.rocky.conf @@ -6,19 +6,19 @@ unbind C-b set -g prefix C-g bind C-g send-prefix -# ── Drastic color scheme so you know you're inside the ROCKY tmux ──────── +# ── Drastic RED/ORANGE color scheme so you know you're inside ROCKY ────── # Earth (outer) = magenta active border + white-on-purple status -# Rocky (inner) = bright red active border + black-on-bright-green status +# Rocky (inner) = bright red border + black-on-orange status set -g pane-active-border-style 'fg=brightred,bold' set -g pane-border-style 'fg=colour8' -set -g status-style 'bg=brightgreen,fg=black,bold' -set -g status-left ' [ROCKY] #[bg=black,fg=brightgreen] #S #[default] ' +set -g status-style 'bg=colour208,fg=black,bold' +set -g status-left ' [ROCKY] #[bg=brightred,fg=white] #S #[default] ' set -g status-left-length 30 -set -g window-status-current-style 'bg=black,fg=brightgreen,bold' -set -g window-status-style 'bg=brightgreen,fg=black' +set -g window-status-current-style 'bg=brightred,fg=white,bold' +set -g window-status-style 'bg=colour208,fg=black' # Disable hexai status theme on rocky (not installed / not relevant) set -g status-right '#[fg=colour8]| %H:%M ' -- cgit v1.2.3