tmux: change colors

This commit is contained in:
2022-08-29 02:47:51 +03:00
parent 6357decfcf
commit f07b657208

View File

@@ -11,6 +11,9 @@ set -g mouse on
set -g status-left "[#I] " set -g status-left "[#I] "
set -g status-right "\"#H\" %H:%M %d-%m-%Y" set -g status-right "\"#H\" %H:%M %d-%m-%Y"
set -ag status-style "bg=#d4be98"
set -ag status-style "fg=#32302f"
# bindings # bindings
bind h select-pane -L bind h select-pane -L
bind j select-pane -D bind j select-pane -D