diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-09 22:09:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-09 22:09:38 +0300 |
| commit | 2fdd97ab10f7fa88f1fa840d0640373b122bcc7b (patch) | |
| tree | fa3d22fa4756de5a5486dc8a157a9e243f77a487 | |
| parent | f7f332a1fcb53c748f90b5ccf278ab0e5e8eeacc (diff) | |
tmux.rocky.conf: switch to red/orange color scheme
| -rw-r--r-- | tmux/tmux.rocky.conf | 12 |
1 files 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 ' |
