change tmux colors
This commit is contained in:
parent
4752920bcf
commit
19a4adbab3
@ -16,7 +16,12 @@ set -sg escape-time 0
|
|||||||
|
|
||||||
# appearance
|
# appearance
|
||||||
set -g status-style "bg=colour16 fg=white,bold"
|
set -g status-style "bg=colour16 fg=white,bold"
|
||||||
set -g window-status-current-style "fg=yellow,bold"
|
set -g window-status-current-style "bg=yellow fg=white,bold"
|
||||||
|
|
||||||
|
set -g status-left-length 100
|
||||||
|
set -g status-right-length 100
|
||||||
|
|
||||||
|
# set -g status-right-style "bg=green fg=colour16,bold"
|
||||||
|
|
||||||
# set -g status-bg black
|
# set -g status-bg black
|
||||||
# set -g status-fg white
|
# set -g status-fg white
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user