changed tmux theme

This commit is contained in:
quak
2024-12-26 11:48:58 +01:00
parent c403f7edf3
commit 411cc33700
2 changed files with 26 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ set -g bell-action none
# user variables
set -g @white "#C8C8C8"
set -g @bluish-black "#000010"
set -g @dark-blue "#203050"
set -g @dark-blue "#3050C8"
set -g @blue "#297AF5"
set -g @light-blue "#5BB8FF"
set -g @cyan "#15D7E5"
@@ -27,16 +27,18 @@ set -g @dark-grey "#242430"
set -g @light-grey "#A0A0AD"
set -g @black "#000000"
set -g @dark-green "#183018"
set -g @green "#37AC2A"
set -g @light-green "#8CDF5A"
set -g @green "#3C8838"
set -g @light-green "#8CCF5A"
set -g @magenta "#E02482"
set -g @light-magenta "#F060B0"
set -g @light-yellow "#F1EA92"
# format strings
set -g status-left " ( #S ) "
set -g status-right "#[fg=#{@light-green}] ( #[fg=#{@white}]%Y-%m-%d #[fg=#{@light-green}]//#[fg=#{@white}] %H:%M #[fg=#{@light-green}]) "
setw -g window-status-format " #I_#W "
setw -g window-status-current-format "[ #I_#W ]"
set -g status-left " ( #[fg=#{@light-yellow}]#S#[fg=#{@white}] ) : "
set -g status-right "#[fg=#{@white}] ( #[fg=#{@dark-blue}]%Y-%m-%d #[fg=#{@white}]//#[fg=#{@dark-blue}] %H:%M #[fg=#{@white}]) "
setw -g window-status-format " #[fg=#{@green}]#I#[fg=#{@white}]_#[fg=#{@green}]#W#[fg=#{@white}] "
setw -g window-status-current-format "[ #[fg=#{@light-green}]#I#[fg=#{@white}]_#[fg=#{@light-green}]#W#[fg=#{@white}] ]"
setw -g window-status-separator ""
@@ -44,16 +46,16 @@ setw -g window-status-separator ""
set -g status-style "bg=#{@dark-grey},fg=#{@white}"
set -g status-left-style "bg=#{@dark-grey},fg=#{@white},bold"
set -g status-right-style "bg=#{@dark-grey},fg=#{@white}"
setw -g window-status-style "fg=#{@blue},bold"
setw -g window-status-activity-style "fg=#{@blue},bold"
setw -g window-status-current-style "fg=#{@light-blue},bold"
setw -g window-status-style "fg=#{@white},bold"
setw -g window-status-activity-style "fg=#{@white},bold"
setw -g window-status-current-style "fg=#{@white},bold"
# ..
set-option -g status-justify "left"
set-option -g status-left-length "80"
set-option -g status-right-length "80"
set-option -g message-style bg=colour239,fg=colour223
set-option -g message-command-style bg=colour239,fg=colour223
set-option -g message-style "bg=#{@dark-grey},fg=#{@light-green}"
set-option -g message-command-style "bg=#{@dark-grey},fg=#{@light-green}"