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 | |
| parent | edffdd8186eb1d12529c0b7ae88bfa449c79dd53 (diff) | |
shit3
| -rw-r--r-- | .tmux.conf | 13 | ||||
| -rw-r--r-- | .zshrc | 5 |
2 files changed, 7 insertions, 11 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' @@ -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 |