diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 80c4d95..e3d6735 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -41,6 +41,7 @@ set -g default-command {{ .shell }} set -g default-shell {{ .shell }} set-option -g status-position top +set -g @catppuccin_flavour "mocha" set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_right_separator " " set -g @catppuccin_window_middle_separator " █" @@ -60,11 +61,15 @@ set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_host_text "#{host_short}" -set -g @catppuccin_user_icon " " +set -g @catppuccin_host_color "#458588" set -g @catppuccin_host_icon " " -set -g @catppuccin_date_time_icon " " -set -g @catppuccin_session_icon " " +set -g @catppuccin_user_color "#d79921" +set -g @catppuccin_user_icon " " set -g @catppuccin_date_time_text "%H:%M" +set -g @catppuccin_date_time_color "#689d6a" +set -g @catppuccin_date_time_icon " " +set -g @catppuccin_session_color "#d65d0e" +set -g @catppuccin_session_icon " " # List of plugins set -g @plugin 'tmux-plugins/tmux-sensible'