style(tmux)

This commit is contained in:
thek4n 2024-04-11 21:55:28 +03:00
parent 16d5621a19
commit 622e6b478e

View File

@ -35,10 +35,10 @@ setw -g clock-mode-style 24
# borders # borders
set -g pane-border-lines double set -g pane-border-lines double
set -g pane-border-indicators colour set -g pane-border-indicators colour
set -g pane-border-style 'bg=colour235' set -g pane-border-style 'bg=default'
set -g pane-active-border-style 'bg=colour235,fg=blue' set -g pane-active-border-style 'bg=black,fg=blue'
# inactive panes style # inactive panes style
set -g window-style 'fg=terminal,bg=colour235' set -g window-style 'fg=default,bg=default'
set -g window-active-style 'fg=default,bg=terminal' set -g window-active-style 'fg=default,bg=black'