Change colors for tmux status bar

This commit is contained in:
Jan Eitzinger 2024-03-22 09:31:47 +01:00
parent 9e8675d17e
commit 46851d3bf1

View File

@ -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'