diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-03 02:09:05 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-03 02:09:05 +0100 |
| commit | 4e1b47f5297fd703103f0f20b75c4bd840d4629a (patch) | |
| tree | 133c389d39d2150b23aa4c002435f76927360e6d /.tmux.conf | |
| parent | 5d485309f83354b8560ef1768c2f33bedfe3f36e (diff) | |
new colors
Diffstat (limited to '.tmux.conf')
| -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' |