tmux: tweaking ui colors
This commit is contained in:
parent
25556093dd
commit
125adbd844
@ -122,12 +122,16 @@ bind -T root M-q \
|
|||||||
set key-table off \;\
|
set key-table off \;\
|
||||||
set status on \;\
|
set status on \;\
|
||||||
set status-right '#[bold align=centre]DIVING'
|
set status-right '#[bold align=centre]DIVING'
|
||||||
|
set -g status-bg '#5b7d78'
|
||||||
|
set -g status-fg '#ccc'
|
||||||
|
|
||||||
bind -T off M-q \
|
bind -T off M-q \
|
||||||
set -u prefix \;\
|
set -u prefix \;\
|
||||||
set -u key-table \;\
|
set -u key-table \;\
|
||||||
set -u status off \;\
|
set -u status off \;\
|
||||||
set status-right ''
|
set status-right ''
|
||||||
|
set -g status-bg '#333'
|
||||||
|
set -g status-fg '#ccc'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user