style(tmux)
This commit is contained in:
parent
72e0916480
commit
1fe2f17c09
@ -29,7 +29,7 @@ multiplier = 3
|
||||
|
||||
[window]
|
||||
dynamic_title = true
|
||||
opacity = 0.8
|
||||
opacity = 1
|
||||
|
||||
[window.dimensions]
|
||||
columns = 150
|
||||
|
||||
@ -35,10 +35,9 @@ setw -g clock-mode-style 24
|
||||
# borders
|
||||
set -g pane-border-lines double
|
||||
set -g pane-border-indicators colour
|
||||
set -g pane-border-style 'bg=default'
|
||||
set -g pane-active-border-style 'bg=black,fg=blue'
|
||||
set -g pane-border-style 'bg=colour236'
|
||||
set -g pane-active-border-style 'bg=colour236,fg=blue'
|
||||
|
||||
|
||||
# inactive panes style
|
||||
set -g window-style 'fg=default,bg=default'
|
||||
set -g window-active-style 'fg=default,bg=black'
|
||||
set -g window-style 'fg=colour247,bg=colour236'
|
||||
set -g window-active-style 'fg=terminal,bg=terminal'
|
||||
Loading…
x
Reference in New Issue
Block a user