tmux theming

This commit is contained in:
sebastian
2025-04-28 19:22:01 +02:00
parent 11399f4fc4
commit 0b3cae7677

View File

@@ -27,21 +27,20 @@ set -g @tmux_power_date_icon ' ' # set it to a blank will disable the icon
set -g @tmux_power_time_icon '🕘' # emoji can be used if your terminal supports set -g @tmux_power_time_icon '🕘' # emoji can be used if your terminal supports
set -g @tmux_power_user_icon 'U' set -g @tmux_power_user_icon 'U'
set -g @tmux_power_session_icon 'S' set -g @tmux_power_session_icon 'S'
set -g @tmux_power_upload_speed_icon '↑U' set -g @tmux_power_upload_speed_icon '↑'
set -g @tmux_power_download_speed_icon '↓D' set -g @tmux_power_download_speed_icon '↓'
set -g @tmux_power_show_upload_speed true set -g @tmux_power_show_upload_speed true
set -g @tmux_power_show_download_speed true set -g @tmux_power_show_download_speed true
# nice but too grey # nice but too grey
# set -g @tmux_power_theme 'snow' # set -g @tmux_power_theme 'snow'
#set -g @tmux_power_theme 'moon' #set -g @tmux_power_theme 'moon'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @tmux_power_prefix_highlight_pos 'LR' set -g @tmux_power_prefix_highlight_pos 'LR'
set -g @tmux_power_theme '#256C9D' # dark slate blue
# if run as "tmux attach", create a session if one does not already exist # if run as "tmux attach", create a session if one does not already exist
#new-session -n $HOST #new-session -n $HOST
@@ -91,11 +90,4 @@ set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'
set -g @tmux_power_theme '#256C9D' # dark slate blue j
# The following colors are used as gradient colors
set -g @tmux_power_g0 "#262626"
set -g @tmux_power_g1 "#303030"
set -g @tmux_power_g2 "#3a3a3a"
set -g @tmux_power_g3 "#444444"
set -g @tmux_power_g4 "#ffffff"