style(tmux)

This commit is contained in:
thek4n 2024-04-12 21:06:21 +03:00
parent 72e0916480
commit 1fe2f17c09
2 changed files with 5 additions and 6 deletions

View File

@ -29,7 +29,7 @@ multiplier = 3
[window] [window]
dynamic_title = true dynamic_title = true
opacity = 0.8 opacity = 1
[window.dimensions] [window.dimensions]
columns = 150 columns = 150

View File

@ -35,10 +35,9 @@ 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=default' set -g pane-border-style 'bg=colour236'
set -g pane-active-border-style 'bg=black,fg=blue' set -g pane-active-border-style 'bg=colour236,fg=blue'
# inactive panes style set -g window-style 'fg=colour247,bg=colour236'
set -g window-style 'fg=default,bg=default' set -g window-active-style 'fg=terminal,bg=terminal'
set -g window-active-style 'fg=default,bg=black'