diff options
Diffstat (limited to '')
| -rw-r--r-- | config/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/.tmux.conf b/config/.tmux.conf index 1137b9d..2a3e06b 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -37,8 +37,8 @@ bind-key r command-prompt -I "#W" "rename-window '%%'" bind-key x kill-pane bind-key c new-window -c "#{pane_current_path}" -fg="#272727" -bg="#f2f0fa" +fg="#d3c6aa" +bg="#202222" set -g status-position "bottom" set -g status-style bg=default,fg=default |
