diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:24 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:24 +0100 |
| commit | ad08b1962e566ad508edcf719567b8cc7a9c073d (patch) | |
| tree | 7a53649d30a79192d9f6dea4a3cb69553be24c7c /.tmux.conf | |
| parent | edffdd8186eb1d12529c0b7ae88bfa449c79dd53 (diff) | |
shit3
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -36,17 +36,16 @@ bind -n S-Right next-window set -g status-style bg="#121212",fg="#888888" set -g status-justify left - -set -g status-left "#[fg=#1e1e2e,bg=#D1D36F,bold] #S #[fg=#D1D36F,bg=#121212,nobold] " +set -g status-left "#[fg=#1e1e2e,bg=#c9de95,bold] #S #[fg=#c9de95,bg=#121212,nobold] " set -g status-left-length 20 set -g status-right "" setw -g window-status-format "#[fg=#888888,bg=#222222] #I:#W " -setw -g window-status-current-format "#[fg=#D1D36F,bg=#333333,bold] #I:#W " +setw -g window-status-current-format "#[fg=#c9de95,bg=#333333,bold] #I:#W " set -g pane-border-style fg="#333333" -set -g pane-active-border-style fg="#D1D36F" +set -g pane-active-border-style fg="#c9de95" # ========================================== # Plugins options @@ -58,9 +57,9 @@ set -g @sessionx-bind 'w' set -g @sessionx-window-height '75%' set -g @sessionx-window-width '65%' -set -g @sessionx-pointer-color '#D1D36F' -set -g @sessionx-prompt-color '#D1D36F' -set -g @sessionx-highlight-location-color '#D1D36F' +set -g @sessionx-pointer-color '#c9de95' +set -g @sessionx-prompt-color '#c9de95' +set -g @sessionx-highlight-location-color '#c9de95' set -g @sessionx-preview-enabled 'true' set -g @sessionx-preview-location 'right' |