diff --git a/tmux.conf b/tmux.conf index 192cca6..1903c08 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,16 +46,16 @@ bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection c bind -r S run-shell "tmux new-window ~/.config/tmux/tmux-sessionizer" set -g pane-border-indicators colour -set -g pane-active-border-style fg="#d8a657",bg=default +set -g pane-active-border-style fg="#478061",bg=default set -g pane-border-style fg="#1d2021",bg=default set -g pane-border-lines single -set -g popup-border-style fg="#d8a657",bg=default +set -g popup-border-style fg="#478061",bg=default set -g popup-border-lines rounded -set -g clock-mode-colour "#fabd2f" +set -g clock-mode-colour "#478061" -set -g display-panes-active-colour "#d8a657" +set -g display-panes-active-colour "#478061" set -g display-panes-time 10000 set -g window-size largest @@ -65,12 +65,12 @@ set -g base-index 1 setw -g pane-base-index 1 set -g status-position bottom -set -g status-style bg="#1d2021",fg="#d4be98",bold +set -g status-style bg="#1d2021",fg="#478061",bold set -g status-keys vi set -g status-left-length 100 # set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}' -set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold]  ,}' -set -wg window-status-current-style bg="#d8a657",fg="#1d2021" +set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#478061]#[bold]  ,}' +set -wg window-status-current-style bg="#478061",fg="#1d2021" set -g cursor-style blinking-underline