From 6d5712e5aa2071b540ae5fb77b4724d967a47ade Mon Sep 17 00:00:00 2001 From: Asocia Date: Thu, 15 Jul 2021 19:59:19 +0300 Subject: [PATCH] Use autogenerated palette in tmux --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index b3259ca..879bfc2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -119,7 +119,7 @@ set -g status-left '#[fg=colour0,bg=colour3] #S #[fg=colour3,bg=colour4,nobold,n setw -g window-status-current-format '#[fg=colour0,bg=colour4,bold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #I  #W  #F #[fg=colour4,bg=colour0,nobold,nounderscore,noitalics]' setw -g window-status-format '#[fg=colour0,bg=colour10,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour10] #I  #W #[fg=colour10,bg=colour0,nobold,nounderscore,noitalics]' -set -g status-right '#[fg=colour235,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235] %R  %a  %h-%d #[fg=colour238,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour238] #{battery_color_charge_fg}#[bg=colour238]#{battery_icon} #{battery_percentage}#[fg=colour3,bg=colour238,nobold,nounderscore,noitalics] #{prefix_highlight}' +set -g status-right '#[fg=colour6,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour6] %R  %a  %h-%d #[fg=colour4,bg=colour6,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #{battery_color_charge_fg}#[bg=colour4]#{battery_icon} #{battery_percentage}#[fg=colour1,bg=colour4,nobold,nounderscore,noitalics] #{prefix_highlight}' set -g status-interval 1 @@ -129,9 +129,9 @@ set-option -g automatic-rename-format '#{b:pane_current_path}' # Plugin Customizations set -g @prefix_highlight_fg 'colour0' -set -g @prefix_highlight_bg 'colour3' -set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour3' -set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour3' +set -g @prefix_highlight_bg 'colour1' +set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour1,bold' +set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour1,bold' set -g @prefix_highlight_show_copy_mode 'on' set -g @prefix_highlight_show_sync_mode 'on' set -g @prefix_highlight_sync_prompt 'SYNC'