diff options
| -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 ' |
