tmux theme changes

This commit is contained in:
sebastian
2025-04-28 18:49:45 +02:00
parent 03a185750a
commit 11399f4fc4
2 changed files with 26 additions and 5 deletions

View File

@@ -18,18 +18,30 @@ set-window-option -g pane-base-index 1
#set -g @tmux_power_theme 'forest' #set -g @tmux_power_theme 'forest'
#
# Tmux Power
#
#
set -g @tmux_power_date_icon ' ' # set it to a blank will disable the icon 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 '↑' set -g @tmux_power_upload_speed_icon '↑U'
set -g @tmux_power_download_speed_icon '↓' set -g @tmux_power_download_speed_icon '↓D'
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 @tmux_power_prefix_highlight_pos 'LR'
# 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
@@ -74,7 +86,16 @@ set -g @plugin 'wfxr/tmux-net-speed'
set-option -g @plugin "roy2220/easyjump.tmux" set-option -g @plugin "roy2220/easyjump.tmux"
set -g @plugin "nordtheme/tmux" #set -g @plugin "nordtheme/tmux"
set -g @plugin 'tmux-plugins/tmux-yank' 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
# 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"

View File

@@ -2,7 +2,7 @@
# 2025-04-10 test # 2025-04-10 test
# #
#
autoload -Uz promptinit autoload -Uz promptinit
promptinit promptinit
prompt adam1 prompt adam1