This commit is contained in:
2025-09-25 07:22:36 +00:00
parent f4c3f38078
commit dd738ade40
19 changed files with 516 additions and 300 deletions

View File

@@ -5,9 +5,9 @@ bind-key C-Space send-prefix
set-option -g set-clipboard on
#set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
#set -as terminal-features ",*:RGB"
set-option -a terminal-features 'xterm-256color:RGB'
# set-option -a terminal-features 'xterm-256color:RGB'
set-option -sg escape-time 10
set-option -g repeat-time 0
set-option -g focus-events on
@@ -27,6 +27,7 @@ set -g status-right ''
# set -g pane-border-status bottom # or 'bottom' if status is at top
# set -g pane-border-format '─' # This will fill the entire width automatically
# set -g pane-border-format '#[align=centre]╱╲'
# Window status format - light theme with terminal blue
setw -g window-status-format '#[fg=#6c6f85]#I#[fg=#9ca0b0]:#[fg=#4c4f69]#W#[fg=#9ca0b0]#F'
@@ -35,6 +36,8 @@ setw -g window-status-current-format '#[fg=blue,bold]#I#[fg=#9ca0b0]:#[fg=blue,b
# Pane border - light theme
set -g pane-border-style fg='#ccd0da'
set -g pane-active-border-style fg=blue
# set -g pane-border-style "fg=#ccd0da,bg=green"
# set -g pane-active-border-style "fg=blue,bg=green"
# Message text - light theme
set -g message-style bg='#eff1f5',fg=blue