From ad08b1962e566ad508edcf719567b8cc7a9c073d Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Wed, 4 Mar 2026 01:26:24 +0100 Subject: shit3 --- .tmux.conf | 13 ++++++------- .zshrc | 5 +---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index fd54f9e..70433ff 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' diff --git a/.zshrc b/.zshrc index ca1cca0..82fcf9f 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ autoload -Uz bashcompinit && bashcompinit zstyle ':completion:*' menu select zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' -PROMPT='%F{green}%n@%m%f %F{yellow}%~%f ' +PROMPT='%F{#C9DE95}%n@%m%f %F{#F6D99D}%~%f ' export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced @@ -72,9 +72,6 @@ fi source "$SYNTAX_HIGHLIGHTING/zsh-syntax-highlighting.zsh" - - - # tmux shit if command -v tmux >/dev/null 2>&1; then if [ -z "$TMUX" ] && [ -n "$PS1" ] && [[ "$TERM" != "linux" ]]; then -- cgit v1.2.3