diff options
author | listout <listout@protonmail.com> | 2022-09-01 16:19:38 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:50 +0530 |
commit | f694c9ad4d073442a4763dad4fc272b47f75cdee (patch) | |
tree | 8044eb134664ef5e8c4710e96442df25d8f0ebe6 /.tmux.conf | |
parent | c1e6bf03d77db72dca3a7485e6ade04531ed2760 (diff) |
tmux_config: remove old colors
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,5 +66,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style bg='#1c1c1c' -set -g status-style fg='#b5b4c9' +set -g status-style bg='#000000' +set -g status-style fg='#ffffff' |