feat(tmux): add config

This commit is contained in:
2025-04-06 16:21:18 +02:00
parent 3811febee1
commit 6e1d7df5b5
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Colors for nested-tmux
active_window_bg=colour199
inactive_window_bg=colour242
bar_bg=colour254
bar_fg=colour255
# Change pane colors
set -g pane-border-style fg=colour252
set -g pane-active-border-style fg=colour199
# Tweak currently active window
setw -g window-status-current-style bg=colour199,fg=colour255,none
# Tweak last active window style
setw -g window-status-last-style fg=colour255,bg=colour242,none
# Tweak display of window overview
setw -g window-status-style bg=colour252,fg=colour240,none
# Tweak status line design
set -g status-style bg=colour254,fg=colour199