From 46851d3bf1f79b9866a818746e59fcfd6469d149 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 22 Mar 2024 09:31:47 +0100 Subject: [PATCH] Change colors for tmux status bar --- dot_tmux.conf.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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'