diff options
| -rw-r--r-- | .tmux.conf | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -32,21 +32,21 @@ bind -n S-Left previous-window bind -n S-Right next-window # ========================================== -# style - +# bddeab set -g status-style bg="#121212",fg="#888888" set -g status-justify left -set -g status-left "#[fg=#1e1e2e,bg=#bddeab,bold] #S #[fg=#bddeab,bg=#121212,nobold] " + +set -g status-left "#[fg=#1e1e2e,bg=#D1D36F,bold] #S #[fg=#D1D36F,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=#bddeab,bg=#333333,bold] #I:#W " +setw -g window-status-current-format "#[fg=#D1D36F,bg=#333333,bold] #I:#W " set -g pane-border-style fg="#333333" -set -g pane-active-border-style fg="#bddeab" +set -g pane-active-border-style fg="#D1D36F" # ========================================== # Plugins options @@ -58,9 +58,9 @@ set -g @sessionx-bind 'w' set -g @sessionx-window-height '75%' set -g @sessionx-window-width '65%' -set -g @sessionx-pointer-color '#bddeab' -set -g @sessionx-prompt-color '#bddeab' -set -g @sessionx-highlight-location-color '#bddeab' +set -g @sessionx-pointer-color '#D1D36F' +set -g @sessionx-prompt-color '#D1D36F' +set -g @sessionx-highlight-location-color '#D1D36F' set -g @sessionx-preview-enabled 'true' set -g @sessionx-preview-location 'right' |