From 4e1b47f5297fd703103f0f20b75c4bd840d4629a Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Tue, 3 Mar 2026 02:09:05 +0100 Subject: new colors --- .tmux.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 5d83555..fd54f9e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' -- cgit v1.2.3